aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/options.amd64
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2007-11-30 21:45:07 +0000
committerPeter Wemm <peter@FreeBSD.org>2007-11-30 21:45:07 +0000
commit3e3d9737c71cf979d40816835143961926bc64f2 (patch)
tree5fcdff03ccb79a676e6081c02998e85920aea5ba /sys/conf/options.amd64
parent585484b918b236bccc6c1c18a3948193dcf5313e (diff)
downloadsrc-3e3d9737c71cf979d40816835143961926bc64f2.tar.gz
src-3e3d9737c71cf979d40816835143961926bc64f2.zip
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.
Notes
Notes: svn path=/head/; revision=174116
Diffstat (limited to 'sys/conf/options.amd64')
-rw-r--r--sys/conf/options.amd641
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options.amd64 b/sys/conf/options.amd64
index 79bc8162369f..258b0b75de76 100644
--- a/sys/conf/options.amd64
+++ b/sys/conf/options.amd64
@@ -30,6 +30,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