summaryrefslogtreecommitdiffstats
path: root/sys/dev/em/if_em.c
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* - Move to array based indexing for TX/RX descriptor/buffer managementpdeuskar2002-12-231-494/+447
* Fix IFF_ALLMULTI handling.luigi2002-11-251-7/+7
* Add polling support to the "em" driver.luigi2002-11-251-4/+59
* network interface driver changes:sam2002-11-141-22/+13
* - Set RS (Report Status) bit on all descriptors of a packet instead of just t...pdeuskar2002-11-081-434/+460
* Corrected license in the source files. It should say "MUST" instead of "MAY".pdeuskar2002-09-241-20/+18
* Back out TX/RX descriptor/buffer management changes from earier commit.pdeuskar2002-08-261-186/+282
* TX/RX descriptor/buffer management changes.pdeuskar2002-08-211-282/+186
* - Use IO mode to reset the controller (82544 and beyond)pdeuskar2002-07-161-31/+96
* Added support for 82545EM and 82546EB based adapters.pdeuskar2002-06-031-1651/+1777
* Make em driver compilable on IA64/alpha.pdeuskar2002-05-021-4/+4
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-281-4/+4
* Added support for 82540EM based cards.pdeuskar2002-04-061-755/+750
* Remove __P.alfred2002-03-201-43/+42
* - Added support for receive in multiplepdeuskar2002-02-131-748/+368
* Fixed two problems:pdeuskar2001-12-061-7/+3
* This is the first commit of the Intel gigabit driver forpdeuskar2001-12-021-0/+2632
OpenPOWER on IntegriCloud