From owner-freebsd-stable Thu May 7 15:16:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA16486 for freebsd-stable-outgoing; Thu, 7 May 1998 15:16:26 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from msp-ln05.dgii.com (msp-ln05.dgii.com [204.221.110.51]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA16296 for ; Thu, 7 May 1998 15:15:55 -0700 (PDT) (envelope-from Robert_Wagner@dgii.com) Received: from Lotus Notes (PU Serial #1839) by msp-ln05.dgii.com (PostalUnion/SMTP(tm) v2.1.9f for Windows NT(tm)) id AA-1998May07.151357.1839.2431657; Thu, 07 May 1998 17:14:57 -0500 From: Robert_Wagner@dgii.com (Robert Wagner) To: freebsd-stable@FreeBSD.ORG Message-ID: <1998May07.151357.1839.2431657@msp-ln05.dgii.com> X-Conversion-ID: X-Mailer: Lotus Notes via PostalUnion/SMTP for Windows NT Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Organization: Digi International Date: Thu, 07 May 1998 17:14:57 -0500 Subject: PCI lkm Device Driver Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk I am in the process of creating a PCI lkm Device Driver. I have read all the information on how to write lkm drivers but they all show isa devices. I am working on the load and unload. For loading the lkm, how do I go about rescanning for pci devices on the pci bus. I see that in pci.c there is a rescan function but I do not see how it ties together. Also, the lkm pci device linked list update function is also in pci.c. Does anyone have some guidance for writing the load and unload part of an lkm PCI driver. Thanks, Bob Wagner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message