aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net/3c509.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2008-10-12[ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown1-1/+1
2008-03-02Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev1-1/+1
2007-07-24Include errno.h in the few drivers which use it, rather than in nic.hMichael Brown1-0/+1
2007-07-07Revert "convert to zalloc"Michael Brown1-1/+2
2007-07-06convert to zallocHolger Lubitz1-2/+1
2007-03-11t5x9 code relies on nic->ioaddr being setMichael Brown1-7/+11
2007-03-10Updated 3c509 to current device modelMichael Brown1-165/+185
2007-03-10Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown1-1/+5
2006-06-05Added a very quick and dirty compatibility layer, to allowMichael Brown1-0/+1
2006-04-24gcc is rather over-aggressive about optimising out static data structuresMichael Brown1-2/+2
2005-04-25Added "name" field to struct bus_driverMichael Brown1-7/+8
2005-04-23Symbol errors caught by symcheck.plMichael Brown1-1/+1
2005-04-22Updated to new bus API, and improved using the 3c5x9 reference manual.Michael Brown1-112/+274
2005-04-17Split out EISA driver into a separate file, since 3c509s can only take 16KMichael Brown1-37/+2
2005-04-14Standardised debug messages to make it easy to get a bus scan printoutMichael Brown1-0/+4
2005-04-14Cleaner separation of find_t509_device/fill_t509_device.Michael Brown1-4/+11
2005-04-14name should be constMichael Brown1-1/+1
2005-04-14Updated to new device API.Michael Brown1-54/+47
2005-04-14Split 3c509.c into 3c509.9 and 3c529.c, with shared code in 3c5x9.c.Michael Brown1-619/+212
2005-04-13Automatically updated usingMichael Brown1-5/+9
2005-04-12Automatically updated usingMichael Brown1-3/+1
2005-04-08Merged mcb30-realmode-redesign back to HEADMichael Brown1-0/+2
2005-03-08Initial revisionMichael Brown1-0/+671