From owner-cvs-all Wed Aug 2 11:19: 4 2000 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 691F237C0FD; Wed, 2 Aug 2000 11:19:01 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA18364; Wed, 2 Aug 2000 11:19:01 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200008021819.LAA18364@freefall.freebsd.org> From: Bill Paul Date: Wed, 2 Aug 2000 11:19:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/08/02 11:19:01 PDT Modified files: sys/pci if_sk.c Log: Add call to bus_generic_attach() at the end of sk_attach(). It turns out that if you kldload this driver, all the subordinate devices are probed/attached as expected. But this is not the case when the driver is statically compiled into the kernel. Since I do most of my testing with modules, I failed to notice this. I'm not sure if it's intended behavior or not. I think it may be, but it seems a little counter-intuitive. Revision Changes Path 1.26 +4 -2 src/sys/pci/if_sk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message