summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.i386
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2007-11-30 21:45:07 +0000
committerpeter <peter@FreeBSD.org>2007-11-30 21:45:07 +0000
commitb629181a3df55f7f94227715d44156a27585142b (patch)
tree5fcdff03ccb79a676e6081c02998e85920aea5ba /sys/conf/options.i386
parent66c7617de3c3025108ee7548eb6660d637fbbc6a (diff)
downloadFreeBSD-src-b629181a3df55f7f94227715d44156a27585142b.zip
FreeBSD-src-b629181a3df55f7f94227715d44156a27585142b.tar.gz
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.
Diffstat (limited to 'sys/conf/options.i386')
-rw-r--r--sys/conf/options.i3861
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 2325fd9..3fc3fb1 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -80,6 +80,7 @@ COM_ESP opt_sio.h
COM_MULTIPORT opt_sio.h
CONSPEED opt_sio.h
GDBSPEED opt_sio.h
+COM_NO_ACPI opt_sio.h
VGA_ALT_SEQACCESS opt_vga.h
VGA_DEBUG opt_vga.h
OpenPOWER on IntegriCloud