Date: Fri, 30 Nov 2007 21:45:07 +0000 (UTC) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options.amd64 options.i386 src/sys/dev/sio sio_isa.c Message-ID: <200711302145.lAULj7Ob015371@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711302145.lAULj7Ob015371>
