summaryrefslogtreecommitdiffstats
path: root/sys/dev/en
Commit message (Expand)AuthorAgeFilesLines
* MFC r260038:dim2014-01-041-0/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-6/+6
* Final pass at having devices use their bus parent for dma tags. Thescottl2012-03-121-2/+2
* Remove duplicate header includeskevlo2011-06-281-3/+0
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-2/+2
* Hide an unused variable in case we compile with neither INET nor INET6.bz2008-11-061-1/+5
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-20/+6
* Where I previously removed calls to kdb_enter(), now remove include ofrwatson2007-05-291-1/+0
* Rather than entering DDB with the message "unexpected error" and wedgingrwatson2007-05-271-2/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Fix fat-fingering in previous commit.jhb2006-12-291-1/+1
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-2/+2
* - Consistently use if_printf() only in interface methods: if_start(),glebius2006-09-152-22/+22
* Subtracting two pointers produces a ptrdiff_t not a size_t so useharti2006-03-211-9/+9
* Drop the driver lock around atm_input() analogous to all the ethernetjhb2005-10-271-0/+2
* - 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-092-12/+12
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-103-67/+73
* 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-063-6/+3
* * Add a "how" argument to uma_zone constructors and initialization functionsgreen2004-08-021-21/+12
* Update for the KDB framework:marcel2004-07-101-3/+2
* 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
* All three of these drivers abused cv_waitq_empty in the same way by spinningscottl2004-02-291-4/+1
* Move the locking of the softc up to before the allocation of theharti2003-12-171-4/+6
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-312-7/+5
* Use __FBSDID().obrien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
* Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been convertedharti2003-08-062-32/+6
* Honor the new ATMIO_FLAG_ASYNC that requests asynchronuous open/closeharti2003-08-061-1/+1
* When sending check that the channel is really open. Get the informationharti2003-08-061-7/+9
* Print an array index that is computed as ptrdiff_t with %tu.harti2003-08-061-2/+2
* Change the format type to unbreak LINT on 64-bit platforms.obrien2003-08-061-2/+2
* Implement per-VC statistics.harti2003-08-051-1/+8
* Implement the ATMIOCOPENVCC and ATMIOCCLOSEVCC ioctls(). This was theharti2003-08-053-37/+86
* Use the generic getvccs function from net/if_atmsubr.c and removeharti2003-08-051-54/+4
* Arrghhh. Remove debugging printf's that slipped in in the pre-previousharti2003-08-051-11/+1
* Use __FBSDID() as per style(9).harti2003-08-051-2/+2
* Make the en(4) driver more like the other ATM drivers. This is theharti2003-08-053-247/+348
* Move the clearing of the IFF_RUNNING flag into the reset routine.harti2003-08-051-1/+2
* Be careful to call bus_dmamap_load with BUS_DMA_NOWAIT so that theharti2003-07-151-7/+7
* Delete a superfluous semi-colon.harti2003-07-041-1/+1
* Mega busdma API commit.scottl2003-07-011-2/+4
* Implement the ioctl that returns a list of currently open VCCs.harti2003-06-131-0/+70
* Make the midway driver use the new ATM phy driver. This allows one toharti2003-06-133-6/+86
* Use __FBSDID().obrien2003-06-111-3/+4
OpenPOWER on IntegriCloud