From owner-cvs-all@FreeBSD.ORG Fri Nov 30 21:45:07 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6073516A418; Fri, 30 Nov 2007 21:45:07 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 54F4E13C44B; Fri, 30 Nov 2007 21:45:07 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAULj7ng015372; Fri, 30 Nov 2007 21:45:07 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAULj7Ob015371; Fri, 30 Nov 2007 21:45:07 GMT (envelope-from peter) Message-Id: <200711302145.lAULj7Ob015371@repoman.freebsd.org> From: Peter Wemm Date: Fri, 30 Nov 2007 21:45:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf options.amd64 options.i386 src/sys/dev/sio sio_isa.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Nov 2007 21:45:07 -0000 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