summaryrefslogtreecommitdiffstats
path: root/sys/isa/fdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/isa/fdc.h')
-rw-r--r--sys/isa/fdc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isa/fdc.h b/sys/isa/fdc.h
index 334113d..90ec8da 100644
--- a/sys/isa/fdc.h
+++ b/sys/isa/fdc.h
@@ -64,8 +64,8 @@ struct fdc_data
u_int status[7]; /* copy of the registers */
enum fdc_type fdct; /* chip version of FDC */
int fdc_errs; /* number of logged errors */
- struct buf_queue_head head;
- struct buf *bp; /* active buffer */
+ struct bio_queue_head head;
+ struct bio *bp; /* active buffer */
struct resource *res_ioport, *res_ctl, *res_irq, *res_drq;
int rid_ioport, rid_ctl, rid_irq, rid_drq;
int port_off;
OpenPOWER on IntegriCloud