From owner-cvs-all Sun Nov 21 19:34:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA5EA14D45; Sun, 21 Nov 1999 19:34:44 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA97623; Sun, 21 Nov 1999 19:34:44 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199911220334.TAA97623@freefall.freebsd.org> From: Nick Hibma Date: Sun, 21 Nov 1999 19:34:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcisupport.c pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/11/21 19:34:44 PST Modified files: sys/pci pcisupport.c pci.c Log: Move the pretty printing of the description for USB controllers to pci_probe_nomatch, so it won't be in the way when loading USB as a module. The reason for them being there in the first place is that every motherboard comes with USB kit and this way it looks more pretty (peter). The real solution will be to define some method of detaching a driver after it has attached. Revision Changes Path 1.135 +13 -3 src/sys/pci/pcisupport.c 1.130 +16 -3 src/sys/pci/pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message