summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/e1000
Commit message (Expand)AuthorAgeFilesLines
* Fix e1000 receive tail pointer (RDT) handlingMarty Connor2007-12-172-7/+7
* Correct e1000 interrupt routine to enable on 1 disable on 0. duh.Marty Connor2007-12-131-2/+2
* Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown2007-12-071-1/+1
* Add copyright, clean up comments a bit, remove unnecessary code.Marty Connor2007-12-031-178/+102Star
* Fixed receive instability by not enabling interrupts. duh.Marty Connor2007-11-212-19/+27
* This version now transmits and receives.Marty Connor2007-11-202-220/+138Star
* Autonegotiation fixes. NIC now autonegotiates to whatever the switch supports.Marty Connor2007-11-203-18/+22
* A version of the new e1000 driver that transmits.Marty Connor2007-11-203-254/+351
* Rename e1000_main.c to e1000.c to so we can type 'make bin/e1000.dsk' instead...Marty Connor2007-11-181-0/+0
* Introduce files for new e1000 driverMarty Connor2007-11-185-0/+14074