summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_ed_pci.c
Commit message (Expand)AuthorAgeFilesLines
* If we can't probe the RTL80x9 for some reason, fall back to probing itimp2005-10-131-3/+10
* MFp4:imp2005-10-051-2/+6
* Make device_detach methods really work.ru2005-09-141-1/+1
* Use smaller names. The "NE2000 PCI Ethernet" is largerly redundantimp2005-09-131-9/+9
* Finish conversion to bus space and make ed MP safe.imp2005-08-281-1/+2
* Use tabs instead of spaces to indent, per style(9)imp2005-06-091-21/+20
* My abstracting out the MAC reading code to fix pccard broke pci. Addimp2005-06-081-0/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-5/+4
* Minor style nits missed in earlier passesimp2005-02-221-1/+1
* If either ed_probe_Novell or ed_attach returns an error, release theimp2005-02-091-2/+5
* Make it possible to unload ed. Move the ed_pccard_detach routine toimp2005-02-081-0/+1
* MFp4: u_intXX_t to uintXX_t.imp2005-01-191-2/+2
* A couple more style(9) nits I should have included in last commitimp2004-06-181-4/+3
* Style nits in the prototypesimp2004-06-181-2/+2
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* Use __FBSDID().obrien2003-08-241-4/+4
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+3
* 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