summaryrefslogtreecommitdiffstats
path: root/sys/dev/ida/idavar.h
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2000-04-22 06:28:03 +0000
committermdodd <mdodd@FreeBSD.org>2000-04-22 06:28:03 +0000
commit93e679510f8574251f107e2ae41af6700c044943 (patch)
tree2ec87f308f7a2feb059d05f8d33f3b66c6f08f49 /sys/dev/ida/idavar.h
parent7473110e204b802c2df2bd0274467a2d2ab5e595 (diff)
downloadFreeBSD-src-93e679510f8574251f107e2ae41af6700c044943.zip
FreeBSD-src-93e679510f8574251f107e2ae41af6700c044943.tar.gz
- Fix a problem with the cdevsw struct that prevented the kernel from
booting on a RAID volume. - Change 'id_foo' and 'idfoo' to 'idad_foo' and 'idadfoo'. This makes names more consistent with the devices that the code belongs to (more in line with the style used in the amr/mlx driver.) Reviewed by: jlemon
Diffstat (limited to 'sys/dev/ida/idavar.h')
-rw-r--r--sys/dev/ida/idavar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ida/idavar.h b/sys/dev/ida/idavar.h
index 50335ab..0e3db00 100644
--- a/sys/dev/ida/idavar.h
+++ b/sys/dev/ida/idavar.h
@@ -164,7 +164,7 @@ struct ida_softc {
*/
#define DRV_WRITEPROT 0x0001
-struct id_softc {
+struct idad_softc {
device_t dev;
struct ida_softc *controller;
struct disk disk;
@@ -195,6 +195,6 @@ extern int ida_command(struct ida_softc *ida, int command, void *data,
extern void ida_submit_buf(struct ida_softc *ida, struct bio *bp);
extern void ida_intr(void *data);
-extern void id_intr(struct bio *bp);
+extern void idad_intr(struct bio *bp);
#endif /* _IDAVAR_H */
OpenPOWER on IntegriCloud