summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atapi-fd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ata/atapi-fd.h')
-rw-r--r--sys/dev/ata/atapi-fd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ata/atapi-fd.h b/sys/dev/ata/atapi-fd.h
index a8e80ba..8de3e19 100644
--- a/sys/dev/ata/atapi-fd.h
+++ b/sys/dev/ata/atapi-fd.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 1998,1999,2000,2001 Søren Schmidt <sos@FreeBSD.org>
+ * Copyright (c) 1998,1999,2000,2001,2002 Søren Schmidt <sos@FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -69,7 +69,7 @@ struct afd_cappage {
};
struct afd_softc {
- struct atapi_softc *atp; /* controller structure */
+ struct ata_device *device; /* device softc */
int lun; /* logical device unit */
int transfersize; /* max size of each transfer */
struct bio_queue_head queue; /* queue of i/o requests */
OpenPOWER on IntegriCloud