summaryrefslogtreecommitdiffstats
path: root/sys/dev/en/if_en_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate header includeskevlo2011-06-281-3/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* - Consistently use if_printf() only in interface methods: if_start(),glebius2006-09-151-4/+4
* - Use PCIR_BAR macro rather than hardcoding 0x10.jhb2005-09-291-6/+2
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+1
* Fix "struct ifnet" leaks when attach() fails in the middle.ru2005-09-161-2/+9
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-2/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-14/+20
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-2/+1
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+3
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-4/+3
* Use __FBSDID().obrien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Implement the ATMIOCOPENVCC and ATMIOCCLOSEVCC ioctls(). This was theharti2003-08-051-0/+1
* Make the en(4) driver more like the other ATM drivers. This is theharti2003-08-051-1/+2
* Make the midway driver use the new ATM phy driver. This allows one toharti2003-06-131-0/+3
* Use __FBSDID().obrien2003-06-111-3/+4
* Define a link layer MIB for ATM. Most fields of this MIB are needed byharti2003-05-051-16/+16
* Add module data and version to the atm_subr and reference this info from theharti2003-04-291-2/+5
* Convert the midway driver to use busdma. Except for this conversion theharti2003-04-251-290/+283
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+1
* Remove __P.alfred2002-03-201-7/+7
* newbusify the en atm driver.kjc2000-11-071-144/+187
* Added used include of <machine/bus.h> -- don't depend on evil namespacebde2000-11-041-1/+2
* Make LINT compile again.phk2000-10-221-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Ahhrggg. Put the test for the compat shims AFTER the file that includesimp2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'timp2000-03-271-0/+4
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastmsmith1999-08-211-0/+3
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-4/+5
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-4/+0
* Missing revision markers.peter1999-05-091-0/+2
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-4/+0
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-0/+4
* cleanup: remove part of the code for 2.1.kjc1999-01-091-36/+128
* probe function changed from returning char * to const char *.dillon1998-12-141-2/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-1/+1
* Removed unused #includes.bde1997-10-281-4/+0
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-0/+1
* import Chuck Cranor's ATM driverkjc1997-05-091-0/+348
OpenPOWER on IntegriCloud