aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/em
Commit message (Expand)AuthorAgeFilesLines
* 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
* The README refers to a LICENSE file, so add that file too.Prafulla Deuskar2003-01-071-0/+29
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* - Move to array based indexing for TX/RX descriptor/buffer managementPrafulla Deuskar2002-12-233-532/+513
* 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-142-22/+15
* - Set RS (Report Status) bit on all descriptors of a packet instead of just t...Prafulla Deuskar2002-11-086-515/+763
* Corrected license in the source files. It should say "MUST" instead of "MAY".Prafulla Deuskar2002-09-245-104/+94
* Back out TX/RX descriptor/buffer management changes from earier commit.Prafulla Deuskar2002-08-262-208/+304
* TX/RX descriptor/buffer management changes.Prafulla Deuskar2002-08-212-304/+208
* - Use IO mode to reset the controller (82544 and beyond)Prafulla Deuskar2002-07-166-103/+429
* Removed unneeded files.Prafulla Deuskar2002-06-184-5322/+0
* Added support for 82545EM and 82546EB based adapters.Prafulla Deuskar2002-06-036-1531/+6978
* Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanlyPeter Wemm2002-05-241-1/+1
* 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-067-1002/+1098
* Remove __P.Alfred Perlstein2002-03-201-43/+42
* - Added support for receive in multiplePrafulla Deuskar2002-02-137-4555/+4838
* -Remove unneeded include stddef.hPrafulla Deuskar2001-12-201-1/+0
* Fixed two problems:Prafulla Deuskar2001-12-062-9/+5
* This is the first commit of the Intel gigabit driver forPrafulla Deuskar2001-12-027-0/+7573