From owner-freebsd-hackers Mon Oct 2 8:23:27 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 7613037B502 for ; Mon, 2 Oct 2000 08:23:21 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id e92FNII02276; Mon, 2 Oct 2000 09:23:18 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id JAA11279; Mon, 2 Oct 2000 09:23:18 -0600 (MDT) Message-Id: <200010021523.JAA11279@harmony.village.org> To: "Rink Springer" Subject: Re: Need some help developing my ethernet driver. Cc: freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Mon, 02 Oct 2000 17:54:22 +0200." <000f01c02c89$089ca840$3400000a@springer.cx> References: <000f01c02c89$089ca840$3400000a@springer.cx> Date: Mon, 02 Oct 2000 09:23:17 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <000f01c02c89$089ca840$3400000a@springer.cx> "Rink Springer" writes: : Hi, : : I am currently working on a driver for the D-Link DE620 Parallel Ethernet : card driver. I used the if_el.c code as a base, for it appears to be a : relatively easy driver (my driver is called dl0 BTW, for D-Link. Anyknow : know if this conflicts somewhere?). I don't think there's a dl driver currently. : Anyhow, the problem is: I've gotten FreeBSD to recognize a 'device dl0 at : isa? port 0x378 irq 7' line in the kernel. It happily compiles my source : file and links the kernel. : But, for some reason, the new kernel never probes for the driver! Can anyone : tell me what I might have missed? In order to add the driver, I've added Likely because all parallel port access should go throught the ppbus driver. That's likely the reason that you aren't seeing the probe. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message