Date: Sun, 8 Aug 1999 01:03:02 -0400 (EDT) From: Bosko Milekic <bmilekic@dsuper.net> To: freebsd-hackers@freebsd.org Subject: regarding ed1 Message-ID: <Pine.OSF.4.05.9908080044040.9752-100000@oracle.dsuper.net>
next in thread | raw e-mail | index | archive | help
This post is regarding that thread on the (PCI) ed being detected as ed1 (as opposed to ed0)... A recent post mentionned the use of the rl device as opposed to ed... ed _does_ support the PCI device: From the ed ISA driver: --8<-- #include "pci.h" #if NPCI > 0 void *ed_attach_NE2000_pci __P((int, int)); #endif --8<-- Also, the PCI driver is actually documented in /usr/src/sys/pci/if_ed_p.c which begins with: #if NPCI > 0 NPCI is defined in pci.h, obviously (doh) after a config, based on the kernel configuration... Just my two cents... //Bosko. <----- - - . . Bosko Milekic <bmilekic@dsuper.net> http://www.dsuper.net/~bmilekic/ Network Operations - Delphi SuperNet, an Internet Direct company +1.514.281.7500 (vox) / +1.514.281.6599 (fax) / http://www.dsuper.net/ . . - - -----> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.05.9908080044040.9752-100000>