summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/e1000/e1000.c
Commit message (Expand)AuthorAgeFilesLines
* [netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2009-08-121-1/+1
* [e1000] Ensure descriptor is fully written before sending packetMichael Brown2009-06-231-0/+1
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [pci] Add driver_data field to struct pci_device_idThomas Miletich2009-03-261-62/+62
* [e1000] Use PCI_BASE_ADDRESS_* symbols instead of integersMarty Connor2008-12-051-2/+2
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-191-15/+15
* [NETDEV] Add notion of link stateMichael Brown2008-04-221-0/+3
* Fix e1000 receive tail pointer (RDT) handlingMarty Connor2007-12-171-6/+6
* 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-211-19/+24
* This version now transmits and receives.Marty Connor2007-11-201-220/+135Star
* Autonegotiation fixes. NIC now autonegotiates to whatever the switch supports.Marty Connor2007-11-201-14/+17
* A version of the new e1000 driver that transmits.Marty Connor2007-11-201-245/+347
* Rename e1000_main.c to e1000.c to so we can type 'make bin/e1000.dsk' instead...Marty Connor2007-11-181-0/+1167