From owner-freebsd-hackers Sat Nov 4 7:34:48 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from minerva.springer.cx (cgmd77002.chello.nl [212.83.77.2]) by hub.freebsd.org (Postfix) with ESMTP id 1E36F37B4CF for ; Sat, 4 Nov 2000 07:34:46 -0800 (PST) Received: from springer.cx (aurum.rinkspringer.com [172.16.0.2]) by minerva.springer.cx (8.9.3/8.9.3) with ESMTP id PAA29968 for ; Sat, 4 Nov 2000 15:45:07 -0500 Message-ID: <3A044899.9020508@springer.cx> Date: Sat, 04 Nov 2000 17:34:17 +0000 From: Rink Springer User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.1-RELEASE i386; en-US; m15) X-Accept-Language: en MIME-Version: 1.0 To: hackers@freebsd.org Subject: KLD's on ISA bus: how? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi guys, I am still trying to create a FreeBSD driver for a D-Link DE620 pocket ethernet adapter. I've got the thing to attach to ISA and everything, but then I decided it'd be much handier if I would re-write this thing so it'd use KLD instead, for easy debugging and on-the-fly usuage of the device. I got the stuff to compile et al, but I cannot get the darned thing to run as a KLD. FreeBSD doesn't appear to try to probe for the interface :(. When I tell FreeBSD it's a PCI thing (instead of ISA), it probes for it... How can I fix this? I want my driver to auto-try all parallel port addresses, but without having to mark it as a PCI device... anyone? Thanks! --Rink To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message