aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net/tulip.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22[drivers] Sort PCI_ROM() entries numericallyGeert Stappers1-14/+14
2013-04-28[build] Fix uses of literal 0 as a NULL pointerMichael Brown1-4/+4
2011-02-17[pci] Make driver PCI ID a property of the PCI deviceMichael Brown1-1/+1
2010-07-14[tulip] Use iPXE debugging infrastructureMichael Brown1-209/+79
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-2/+2
2010-04-16[drivers] Fix warnings identified by gcc 4.5Bruce Rogers1-2/+2
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-03-26[pci] Add driver_data field to struct pci_device_idThomas Miletich1-36/+36
2008-11-19[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown1-2/+2
2007-12-13Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno .Marty Connor1-1/+8
2007-07-04Warnings purge of drivers (continued)Marty Connor1-3/+4
2007-06-09Update email addresses in driversMarty Connor1-1/+1
2007-01-10Add "name" field to struct device to allow human-readable hardware deviceMichael Brown1-1/+1
2006-09-15DBG MAC addr printout in driverMarty Connor1-6/+5
2006-09-14Remove nic_disable call from drivers. Call should be made at a higher levelMarty Connor1-1/+1
2006-09-14Remove printf of MAC address in driver.Marty Connor1-0/+2
2006-09-01Fix gcc-induced reference to memcpyMichael Brown1-1/+2
2006-05-16Restructured PCI subsystem to fit the new device model.Michael Brown1-4/+4
2006-04-24Header rearrangement.Michael Brown1-1/+1
2005-06-17Fix COMET TxUnderrun issueTimothy Legge1-0/+2
2005-05-19Synced across updates from Etherboot 5.4 treeMichael Brown1-9/+7
2005-05-03Make PCI ID tables const so as not to trigger a warning about a largeMichael Brown1-1/+1
2005-05-03Move tulip_private structure into shared data.Michael Brown1-19/+20
2005-05-03Symbol fixupsMichael Brown1-5/+10
2005-04-26Automatically updated withMichael Brown1-2/+1
2005-04-22Coerced into compilingMichael Brown1-3/+3
2005-04-21Automatically updated with the programMichael Brown1-8/+11
2005-04-14Fixed up automatic modifications by hand.Michael Brown1-3/+2
2005-04-14Automatically modified byMichael Brown1-4/+1
2005-04-14Automatically updated usingMichael Brown1-2/+1
2005-04-13Finished by handMichael Brown1-13/+15
2005-04-13Automatically updated usingMichael Brown1-5/+9
2005-04-12Automatically updated usingMichael Brown1-2/+2
2005-04-12Automatically updated usingMichael Brown1-3/+1
2005-04-12Automatically updated usingMichael Brown1-3/+5
2005-04-12Auto-updated usingMichael Brown1-8/+4
2005-03-08Initial revisionMichael Brown1-0/+2082