summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/3c509.c
Commit message (Expand)AuthorAgeFilesLines
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-3/+3
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown2008-10-121-1/+1
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-021-1/+1
* Include errno.h in the few drivers which use it, rather than in nic.hMichael Brown2007-07-241-0/+1
* Revert "convert to zalloc"Michael Brown2007-07-071-1/+2
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* t5x9 code relies on nic->ioaddr being setMichael Brown2007-03-111-7/+11
* Updated 3c509 to current device modelMichael Brown2007-03-101-165/+185
* Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown2007-03-101-1/+5
* Added a very quick and dirty compatibility layer, to allowMichael Brown2006-06-051-0/+1
* gcc is rather over-aggressive about optimising out static data structuresMichael Brown2006-04-241-2/+2
* Added "name" field to struct bus_driverMichael Brown2005-04-251-7/+8
* Symbol errors caught by symcheck.plMichael Brown2005-04-231-1/+1
* Updated to new bus API, and improved using the 3c5x9 reference manual.Michael Brown2005-04-221-112/+274
* Split out EISA driver into a separate file, since 3c509s can only take 16KMichael Brown2005-04-171-37/+2Star
* Standardised debug messages to make it easy to get a bus scan printoutMichael Brown2005-04-151-0/+4
* Cleaner separation of find_t509_device/fill_t509_device.Michael Brown2005-04-151-4/+11
* name should be constMichael Brown2005-04-141-1/+1
* Updated to new device API.Michael Brown2005-04-141-54/+47Star
* Split 3c509.c into 3c509.9 and 3c529.c, with shared code in 3c5x9.c.Michael Brown2005-04-141-619/+212Star
* Automatically updated usingMichael Brown2005-04-131-5/+9
* Automatically updated usingMichael Brown2005-04-131-3/+1Star
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-0/+2
* Initial revisionMichael Brown2005-03-081-0/+671