cvs commit: src/sys/conf options.amd64 options.i386
src/sys/dev/sio sio_isa.c
Peter Wemm
peter at FreeBSD.org
Fri Nov 30 13:45:07 PST 2007
peter 2007-11-30 21:45:07 UTC
FreeBSD src repository
Modified files:
sys/conf options.amd64 options.i386
sys/dev/sio sio_isa.c
Log:
Allow the sio acpi attachment to be disabled (ie: use hints only). This
hack means you can get the units and flags to match up more easily with
serial consoles on machines with acpi tables that cause the com ports
to be probed in the wrong order (and hence get the wrong sio unit number).
This replaces the common alternative hack of editing the code to comment
out the acpi attachment. This could go away entirely when device wiring
patches are committed.
Revision Changes Path
1.30 +1 -0 src/sys/conf/options.amd64
1.239 +1 -0 src/sys/conf/options.i386
1.17 +4 -0 src/sys/dev/sio/sio_isa.c
More information about the cvs-src
mailing list