cvs commit: src/sys/dev/fdc fdc.c src/sys/dev/sio sio_pci.c
src/sys/i386/bios apm.c src/sys/i386/isa npx.c src/sys/isa
atkbdc_isa.c isahint.c src/sys/pc98/pc98 fd.c
Nate Lawson
njl at FreeBSD.org
Thu Oct 14 15:21:59 PDT 2004
njl 2004-10-14 22:21:59 UTC
FreeBSD src repository
Modified files:
sys/dev/fdc fdc.c
sys/dev/sio sio_pci.c
sys/i386/bios apm.c
sys/i386/isa npx.c
sys/isa atkbdc_isa.c isahint.c
sys/pc98/pc98 fd.c
Log:
Remove local hacks to set flags now that the device probe does this for us.
Tested on every device except sio_pci and the pc98 fd.c. Perhaps something
similar should be done for the "disabled" hints also.
MFC after: 2 weeks
Revision Changes Path
1.297 +0 -2 src/sys/dev/fdc/fdc.c
1.17 +0 -4 src/sys/dev/sio/sio_pci.c
1.143 +1 -9 src/sys/i386/bios/apm.c
1.153 +1 -2 src/sys/i386/isa/npx.c
1.30 +0 -2 src/sys/isa/atkbdc_isa.c
1.15 +1 -4 src/sys/isa/isahint.c
1.155 +0 -2 src/sys/pc98/pc98/fd.c
More information about the cvs-src
mailing list