Date: Sat, 22 Mar 1997 20:40:11 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/scsi scsi_driver.h ch.c src/sys/i386/isa aha1542.c bt5xx-445.c aic6360.c ncr5380.c seagate.c ultra14f.c wd7000.c Message-ID: <199703230440.UAA21930@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 97/03/22 20:40:09 Modified: sys/scsi scsi_driver.h ch.c sys/i386/isa aha1542.c bt5xx-445.c aic6360.c ncr5380.c seagate.c ultra14f.c wd7000.c Log: Removed nested #include of <sys/conf.h> from <scsi/scsi_driver.h> and fixed everything that depended on getting it from the wrong place. Most of the broken things actually only depended on getting the declaration of their interrupt handler from "ioconf.h". Revision Changes Path 1.11 +1 -3 src/sys/scsi/scsi_driver.h 1.38 +2 -1 src/sys/scsi/ch.c 1.67 +3 -1 src/sys/i386/isa/aha1542.c 1.7 +3 -1 src/sys/i386/isa/bt5xx-445.c 1.27 +3 -1 src/sys/i386/isa/aic6360.c 1.13 +2 -0 src/sys/i386/isa/ncr5380.c 1.21 +3 -1 src/sys/i386/isa/seagate.c 1.52 +3 -1 src/sys/i386/isa/ultra14f.c 1.16 +2 -0 src/sys/i386/isa/wd7000.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703230440.UAA21930>