aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/em/if_em.c
Commit message (Expand)AuthorAgeFilesLines
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-9/+9
* Only reset the phy when it is absolutely required.Prafulla Deuskar2004-02-101-6/+25
* Don't call em_stop() from the watchdog since it requires the controllerDaniel Eischen2003-12-071-1/+0
* Use if_flags to check for IFF_POLLING instead of if_ipending.Prafulla Deuskar2003-12-021-3/+3
* - Code cleanupPrafulla Deuskar2003-11-141-7/+29
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Add a wrapper for a function that takes and releases the adapterDaniel Eischen2003-10-151-3/+13
* locking fixups:Sam Leffler2003-10-101-7/+8
* add lockingSam Leffler2003-09-231-63/+98
* Add support for new devices.Prafulla Deuskar2003-08-271-19/+168
* Add facilities for tuning the "em" driver's interrupt delays withoutJohn Polstra2003-08-011-9/+108
* Mega busdma API commit.Scott Long2003-07-011-0/+6
* Add support for Quad port adapterPrafulla Deuskar2003-06-051-126/+226
* Fix a printf() format error which broke the ia64 GENERIC build.Dag-Erling Smørgrav2003-05-061-1/+2
* - Fix breakage on PAE enabled kernelPrafulla Deuskar2003-05-031-7/+9
* - Bus DMA'fy the driverPrafulla Deuskar2003-05-021-234/+427
* Tell the upper layer(s) that we support long frames.Prafulla Deuskar2003-04-181-0/+4
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+3
* Added support for 82541 and 82547 based adapters.Prafulla Deuskar2003-03-211-147/+384
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* - Move to array based indexing for TX/RX descriptor/buffer managementPrafulla Deuskar2002-12-231-482/+435
* Fix IFF_ALLMULTI handling.Luigi Rizzo2002-11-251-7/+7
* Add polling support to the "em" driver.Luigi Rizzo2002-11-251-4/+59
* network interface driver changes:Sam Leffler2002-11-141-22/+13
* - Set RS (Report Status) bit on all descriptors of a packet instead of just t...Prafulla Deuskar2002-11-081-434/+460
* Corrected license in the source files. It should say "MUST" instead of "MAY".Prafulla Deuskar2002-09-241-20/+18
* Back out TX/RX descriptor/buffer management changes from earier commit.Prafulla Deuskar2002-08-261-179/+275
* TX/RX descriptor/buffer management changes.Prafulla Deuskar2002-08-211-275/+179
* - Use IO mode to reset the controller (82544 and beyond)Prafulla Deuskar2002-07-161-31/+96
* Added support for 82545EM and 82546EB based adapters.Prafulla Deuskar2002-06-031-1439/+1565
* Make em driver compilable on IA64/alpha.Prafulla Deuskar2002-05-021-4/+4
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/Poul-Henning Kamp2002-04-281-4/+4
* Added support for 82540EM based cards.Prafulla Deuskar2002-04-061-747/+742
* Remove __P.Alfred Perlstein2002-03-201-43/+42
* - Added support for receive in multiplePrafulla Deuskar2002-02-131-743/+363
* Fixed two problems:Prafulla Deuskar2001-12-061-7/+3
* This is the first commit of the Intel gigabit driver forPrafulla Deuskar2001-12-021-0/+2632