Date: Tue, 13 Apr 1999 12:38:12 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC LINT files.i386 options.i386 src/sys/i386/isa atapi-cd.c atapi.c atapi.h wd.c wfd.c wst.c src/sys/pci ide_pci.c wdc_p.c Message-ID: <199904131938.MAA23214@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1999/04/13 12:38:12 PDT Modified files: sys/i386/conf GENERIC LINT files.i386 options.i386 sys/i386/isa atapi-cd.c atapi.c atapi.h wd.c wfd.c wst.c sys/pci ide_pci.c wdc_p.c Log: Shoot the LKM support in the old wd/wdc/atapi driver set in the head and perform a cleanup/unifdef sweep over it to tidy things up. The atapi code is permanently attached to the wd driver and is always probed. I will add an extra option bit in the flags to disable an atapi probe on either the master or slave if needed, if people want this. Remember, this driver is destined to die some time. It's possible that it will loose all atapi support down the track and only be used for dumb non-ATA disks and all ata/atapi devices will be handled by the new ata system. ATAPI, ATAPI_STATIC and CMD640 are no longer options, all are implicit. Previously discussed with: sos Revision Changes Path 1.158 +1 -4 src/sys/i386/conf/GENERIC 1.580 +1 -15 src/sys/i386/conf/LINT 1.234 +2 -2 src/sys/i386/conf/files.i386 1.111 +1 -6 src/sys/i386/conf/options.i386 1.14 +3 -84 src/sys/i386/isa/atapi-cd.c 1.33 +13 -176 src/sys/i386/isa/atapi.c 1.17 +6 -22 src/sys/i386/isa/atapi.h 1.192 +2 -99 src/sys/i386/isa/wd.c 1.20 +3 -108 src/sys/i386/isa/wfd.c 1.16 +3 -85 src/sys/i386/isa/wst.c 1.30 +3 -8 src/sys/pci/ide_pci.c 1.5 +1 -4 src/sys/pci/wdc_p.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904131938.MAA23214>