From owner-freebsd-hackers Thu Feb 12 17:30:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA19432 for freebsd-hackers-outgoing; Thu, 12 Feb 1998 17:30:35 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA19389 for ; Thu, 12 Feb 1998 17:30:28 -0800 (PST) (envelope-from doconnor@cain.gsoft.com.au) Received: from cain (localhost [127.0.0.1]) by cain.gsoft.com.au (8.8.8/8.6.9) with ESMTP id MAA09978 for ; Fri, 13 Feb 1998 12:00:24 +1030 (CST) Message-Id: <199802130130.MAA09978@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: hackers@FreeBSD.ORG Subject: PCI LKM's? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 13 Feb 1998 12:00:24 +1030 From: "Daniel O'Connor" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am trying to convert a static PCI device driver to an LKM, but I can't fiure out how to probe it.. If its an ISA device I run the probe routine with the config info, but for a PCI device I don't know how to tell if it is inthe machine or not after boot time. I tried looking in /usr/src/sys/pci/* for examples, but pcisupport.c was the only thing with any LKM stuff and it didn't help :( Can anyone help me? (I am running 2.2.5-STABLE) --------------------------------------------------------------------- |Daniel O'Connor software and network engineer for Genesis Software | |http://www.gsoft.com.au | |The nice thing about standards is that there are so many of them to| |choose from. -- Andrew Tanenbaum | --------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message