summaryrefslogtreecommitdiffstats
path: root/sys/dev/em
Commit message (Expand)AuthorAgeFilesLines
* Tell the upper layer(s) that we support long frames.pdeuskar2003-04-181-0/+4
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+3
* Added support for 82541 and 82547 based adapters.pdeuskar2003-03-217-623/+1974
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* The README refers to a LICENSE file, so add that file too.pdeuskar2003-01-071-0/+29
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* - Move to array based indexing for TX/RX descriptor/buffer managementpdeuskar2002-12-233-545/+526
* 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-142-22/+15
* - Set RS (Report Status) bit on all descriptors of a packet instead of just t...pdeuskar2002-11-086-515/+763
* Corrected license in the source files. It should say "MUST" instead of "MAY".pdeuskar2002-09-245-104/+94
* Back out TX/RX descriptor/buffer management changes from earier commit.pdeuskar2002-08-262-216/+312
* TX/RX descriptor/buffer management changes.pdeuskar2002-08-212-312/+216
* - Use IO mode to reset the controller (82544 and beyond)pdeuskar2002-07-166-103/+429
* Removed unneeded files.pdeuskar2002-06-184-5322/+0
* Added support for 82545EM and 82546EB based adapters.pdeuskar2002-06-036-1751/+7198
* Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanlypeter2002-05-241-1/+1
* 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-067-1011/+1107
* Remove __P.alfred2002-03-201-43/+42
* - Added support for receive in multiplepdeuskar2002-02-137-4951/+5234
* -Remove unneeded include stddef.hpdeuskar2001-12-201-1/+0
* Fixed two problems:pdeuskar2001-12-062-9/+5
* This is the first commit of the Intel gigabit driver forpdeuskar2001-12-027-0/+7573
OpenPOWER on IntegriCloud