Date: Tue, 13 Apr 1999 13:22:35 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa wd.c wdreg.h wdc_p.h src/sys/pci ide_pci.c wdc_p.c src/sys/conf files Message-ID: <199904132022.NAA26287@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1999/04/13 13:22:35 PDT
Modified files:
sys/i386/isa wd.c wdreg.h
sys/pci ide_pci.c
sys/conf files
Removed files:
sys/i386/isa wdc_p.h
sys/pci wdc_p.c
Log:
Build the functionality of the wdc_p hack into the ide_pci.c code.
All it did was match a specific device ID and turn on a quirk for
the wdc driver.
Incidently, at line 1462 there is a return that prevents the generic
ide_pci code from trying to look at the device. I'd be interested
to know if we can take out the return and let the generic code "see" it.
I've left the return in because that's the way it worked before.
(Be sure to rerun config after cvsup or you'll get undefined files!)
Revision Changes Path
1.193 +2 -3 src/sys/i386/isa/wd.c
1.26 +4 -1 src/sys/i386/isa/wdreg.h
1.31 +12 -3 src/sys/pci/ide_pci.c
1.205 +0 -1 src/sys/conf/files
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?199904132022.NAA26287>
