From owner-cvs-all@FreeBSD.ORG Fri Nov 30 21:36:12 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 7AF7E16A469; Fri, 30 Nov 2007 21:36:12 +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 57BA513C455; Fri, 30 Nov 2007 21:36:12 +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 lAULaC2H015007; Fri, 30 Nov 2007 21:36:12 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAULaCkI015006; Fri, 30 Nov 2007 21:36:12 GMT (envelope-from peter) Message-Id: <200711302136.lAULaCkI015006@repoman.freebsd.org> From: Peter Wemm Date: Fri, 30 Nov 2007 21:36:12 +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/dev/sio sio_puc.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:36:12 -0000 peter 2007-11-30 21:36:12 UTC FreeBSD src repository Modified files: sys/dev/sio sio_puc.c Log: Add sio_puc_kludge_unit() to stop sio devices originating from puc stomping on the units intended for the motherboard sio ports. This is no real substitute for the not-yet-committed device wiring enhancements. Code taken from sio's pci attachment. Revision Changes Path 1.11 +29 -0 src/sys/dev/sio/sio_puc.c