aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed/if_ed_pci.c
Commit message (Expand)AuthorAgeFilesLines
* FCP-101: Remove ed(4).Brooks Davis2019-05-171-149/+0
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* kill traling white spaceWarner Losh2018-03-231-1/+0
* Fix typos from last commit, these should have been #.Warner Losh2017-12-221-1/+1
* Use '#' rather than some made up name for fields we want to ignore.Warner Losh2017-12-221-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Add PNP info for ISA and PCI to the ed driver to prove design.Warner Losh2015-12-111-0/+3
* Prodded by Yongari, add support for Holtek HT80232. Add the deviceWarner Losh2010-08-251-10/+11
* Establish the interrupt handler AFTER we successfully attach. We needWarner Losh2009-04-181-5/+5
* Provide a generic ifmedia set of routines as a fallback. TheWarner Losh2009-04-071-6/+5
* Add Winbond W89C940F to the list. Also, stub in some entries for twoWarner Losh2007-12-311-5/+11
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* If we can't probe the RTL80x9 for some reason, fall back to probing itWarner Losh2005-10-131-3/+10
* MFp4:Warner Losh2005-10-051-2/+6
* Make device_detach methods really work.Ruslan Ermilov2005-09-141-1/+1
* Use smaller names. The "NE2000 PCI Ethernet" is largerly redundantWarner Losh2005-09-131-9/+9
* Finish conversion to bus space and make ed MP safe.Warner Losh2005-08-281-1/+2
* Use tabs instead of spaces to indent, per style(9)Warner Losh2005-06-091-21/+20
* My abstracting out the MAC reading code to fix pccard broke pci. AddWarner Losh2005-06-081-0/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-5/+4
* Minor style nits missed in earlier passesWarner Losh2005-02-221-1/+1
* If either ed_probe_Novell or ed_attach returns an error, release theWarner Losh2005-02-091-2/+5
* Make it possible to unload ed. Move the ed_pccard_detach routine toWarner Losh2005-02-081-0/+1
* MFp4: u_intXX_t to uintXX_t.Warner Losh2005-01-191-2/+2
* A couple more style(9) nits I should have included in last commitWarner Losh2004-06-181-4/+3
* Style nits in the prototypesWarner Losh2004-06-181-2/+2
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-4/+4
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+3
* Remove __P.Alfred Perlstein2002-03-201-2/+2
* Add support for Dlink DL10022 to the ed driver. This is a mii partWarner Losh2001-03-031-0/+1
* Minor newbus/style(9) cleanups.Warner Losh2000-12-261-2/+0
* Remove unnecessary includes found by phk's script. I've been buildingWarner Losh2000-12-131-1/+0
* Network modules are all "if_foo" not "foo". Avoid the confusing spew thatMike Smith2000-10-151-1/+1
* - Fixed the conversion to bus_space interface.Yoshihiro Takahashi2000-08-171-4/+4
* I forgot to remove the "NCARD == 0" hacks that kept this driverMatthew N. Dodd1999-11-201-4/+0
* - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; itMatthew N. Dodd1999-10-151-8/+33
* Make if_ed work again on pci, isa, isapnp. The hack to make it work onPeter Wemm1999-09-201-1/+5
* Commit a checkpoint of an updated if_ed driver. This is pretty muchPeter Wemm1999-09-031-40/+42
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-7/+1
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* pci_device pd_probe function changed from returning char * to returningMatthew Dillon1998-12-141-3/+3
* PR: i386/6040Daniel O'Callaghan1998-03-171-1/+2