From owner-freebsd-arch Wed Oct 18 5:44:55 2000 Delivered-To: freebsd-arch@freebsd.org Received: from penguin-ext.wise.edt.ericsson.se (penguin-ext.wise.edt.ericsson.se [194.237.142.110]) by hub.freebsd.org (Postfix) with ESMTP id EDCC837B4CF for ; Wed, 18 Oct 2000 05:44:52 -0700 (PDT) Received: from ms.uab.ericsson.se (ms.uab.ericsson.se [134.138.201.16]) by penguin.wise.edt.ericsson.se (8.11.0/8.10.1/WIREfire-1.3) with ESMTP id e9ICipZ05111 for ; Wed, 18 Oct 2000 14:44:51 +0200 (MEST) Received: from uab.ericsson.se (ulinpc62 [134.138.94.22]) by ms.uab.ericsson.se (8.10.0/8.10.0/uab-2.26) with ESMTP id e9ICion06030 for ; Wed, 18 Oct 2000 14:44:51 +0200 (MET DST) Message-ID: <39ED9B42.417E88FD@uab.ericsson.se> Date: Wed, 18 Oct 2000 14:44:50 +0200 From: Anders Franzen X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-arch@FreeBSD.ORG Subject: loadable drivers Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm playing around with the linux pcmcia/cardbus drivers. Since I crash quite often I would like to do it with modules. The problem is that if I don't put any driver for the pcicl chip the PCI bus driver hands it over to the chip 'device/bus' and I wont see it when I attach the module to the PCI bus. Is there anyway of doing this or must certain drivers (bridges) be linked in the kernel? /Anders To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message