aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/en/if_en_pci.c
Commit message (Expand)AuthorAgeFilesLines
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Remove duplicate header includesKevin Lo2011-06-281-3/+0
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* - Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff2006-09-151-4/+4
* - Use PCIR_BAR macro rather than hardcoding 0x10.John Baldwin2005-09-291-6/+2
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-1/+1
* Fix "struct ifnet" leaks when attach() fails in the middle.Ruslan Ermilov2005-09-161-2/+9
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-2/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-14/+20
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-2/+1
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+3
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-4/+3
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Implement the ATMIOCOPENVCC and ATMIOCCLOSEVCC ioctls(). This was theHartmut Brandt2003-08-051-0/+1
* Make the en(4) driver more like the other ATM drivers. This is theHartmut Brandt2003-08-051-1/+2
* Make the midway driver use the new ATM phy driver. This allows one toHartmut Brandt2003-06-131-0/+3
* Use __FBSDID().David E. O'Brien2003-06-111-3/+4
* Define a link layer MIB for ATM. Most fields of this MIB are needed byHartmut Brandt2003-05-051-16/+16
* Add module data and version to the atm_subr and reference this info from theHartmut Brandt2003-04-291-2/+5
* Convert the midway driver to use busdma. Except for this conversion theHartmut Brandt2003-04-251-290/+283
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+1
* Remove __P.Alfred Perlstein2002-03-201-7/+7
* newbusify the en atm driver.Kenjiro Cho2000-11-071-144/+187
* Added used include of <machine/bus.h> -- don't depend on evil namespaceBruce Evans2000-11-041-1/+2
* Make LINT compile again.Poul-Henning Kamp2000-10-221-1/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Ahhrggg. Put the test for the compat shims AFTER the file that includesWarner Losh2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'tWarner Losh2000-03-271-0/+4
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastMike Smith1999-08-211-0/+3
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-4/+5
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-4/+0
* Missing revision markers.Peter Wemm1999-05-091-0/+2
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-4/+0
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-0/+4
* cleanup: remove part of the code for 2.1.Kenjiro Cho1999-01-091-36/+128
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-2/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-1/+1
* Removed unused #includes.Bruce Evans1997-10-281-4/+0
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-0/+1
* import Chuck Cranor's ATM driverKenjiro Cho1997-05-091-0/+348