|
@@ -52,8 +52,8 @@
|
52
|
52
|
* an ISAPnP device.
|
53
|
53
|
*
|
54
|
54
|
* External code (e.g. the ISAPnP ROM prefix) may already know the
|
55
|
|
- * read port address, in which case it can store it in @c
|
56
|
|
- * isapnp_read_port. Note that setting the read port address in this
|
|
55
|
+ * read port address, in which case it can store it in
|
|
56
|
+ * #isapnp_read_port. Note that setting the read port address in this
|
57
|
57
|
* way will prevent further isolation from taking place; you should
|
58
|
58
|
* set the read port address only if you know that devices have
|
59
|
59
|
* already been allocated CSNs.
|
|
@@ -332,7 +332,7 @@ static inline uint8_t isapnp_peek_byte ( void ) {
|
332
|
332
|
* @ret None
|
333
|
333
|
* @err None
|
334
|
334
|
*
|
335
|
|
- * Resource data is read from the current location. If @c buf is NULL,
|
|
335
|
+ * Resource data is read from the current location. If #buf is NULL,
|
336
|
336
|
* the data is discarded.
|
337
|
337
|
*
|
338
|
338
|
*/
|
|
@@ -359,7 +359,7 @@ static void isapnp_peek ( uint8_t *buf, size_t bytes ) {
|
359
|
359
|
*
|
360
|
360
|
* Scan through the resource data until we find a particular tag, and
|
361
|
361
|
* read its contents into a buffer. It is the caller's responsibility
|
362
|
|
- * to ensure that @c buf is large enough to contain a tag of the
|
|
362
|
+ * to ensure that #buf is large enough to contain a tag of the
|
363
|
363
|
* requested size.
|
364
|
364
|
*
|
365
|
365
|
*/
|
|
@@ -544,15 +544,15 @@ static void isapnp_isolate ( void ) {
|
544
|
544
|
}
|
545
|
545
|
|
546
|
546
|
/**
|
547
|
|
- * Increment a @c bus_loc structure to the next possible ISAPnP
|
|
547
|
+ * Increment a #bus_loc structure to the next possible ISAPnP
|
548
|
548
|
* location.
|
549
|
549
|
*
|
550
|
550
|
* @v bus_loc Bus location
|
551
|
|
- * @ret True @c bus_loc contains a valid ISAPnP location
|
|
551
|
+ * @ret True #bus_loc contains a valid ISAPnP location
|
552
|
552
|
* @ret False There are no more valid ISAPnP locations
|
553
|
553
|
* @err None
|
554
|
554
|
*
|
555
|
|
- * If there are no more valid locations, the @c bus_loc structure will
|
|
555
|
+ * If there are no more valid locations, the #bus_loc structure will
|
556
|
556
|
* be zeroed.
|
557
|
557
|
*
|
558
|
558
|
*/
|