summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_ed_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove __P.alfred2002-03-201-2/+2
* Add support for Dlink DL10022 to the ed driver. This is a mii partimp2001-03-031-0/+1
* Minor newbus/style(9) cleanups.imp2000-12-261-2/+0
* Remove unnecessary includes found by phk's script. I've been buildingimp2000-12-131-1/+0
* Network modules are all "if_foo" not "foo". Avoid the confusing spew thatmsmith2000-10-151-1/+1
* - Fixed the conversion to bus_space interface.nyan2000-08-171-4/+4
* I forgot to remove the "NCARD == 0" hacks that kept this drivermdodd1999-11-201-4/+0
* - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; itmdodd1999-10-151-8/+33
* Make if_ed work again on pci, isa, isapnp. The hack to make it work onpeter1999-09-201-1/+5
* Commit a checkpoint of an updated if_ed driver. This is pretty muchpeter1999-09-031-40/+42
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-7/+1
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* pci_device pd_probe function changed from returning char * to returningdillon1998-12-141-3/+3
* PR: i386/6040danny1998-03-171-1/+2
* Add PCI device ID of Surecom NE-34se1998-02-271-1/+2
* Add Winbond W89C940 ID to the list.msmith1997-11-221-1/+2
* Add the NetVin 5000 series NE2000 PCI card vendor and device IDs.danny1997-08-141-1/+2
* Rearrange pci network card identification for easier additions.davidn1997-04-181-13/+18
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add PCI IDs of the ProLAN and Compex PCI NE2000 clones.se1996-12-211-8/+11
* Updated #includes to 4.4lite style.bde1996-10-151-2/+2
* Use "" instead of <> for a header in the current directory.bde1996-08-281-7/+2
* The Great PC98 Merge.asami1996-06-141-1/+5
* Detach the device at shutdown.alex1996-06-111-6/+4
* Add support for NE2000 compatible PCI Ethernet cards. The PCI probese1996-05-181-0/+95
OpenPOWER on IntegriCloud