]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow the sio acpi attachment to be disabled (ie: use hints only). This
authorPeter Wemm <peter@FreeBSD.org>
Fri, 30 Nov 2007 21:45:07 +0000 (21:45 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Fri, 30 Nov 2007 21:45:07 +0000 (21:45 +0000)
commit3e3d9737c71cf979d40816835143961926bc64f2
tree5fcdff03ccb79a676e6081c02998e85920aea5ba
parent585484b918b236bccc6c1c18a3948193dcf5313e
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.
sys/conf/options.amd64
sys/conf/options.i386
sys/dev/sio/sio_isa.c