summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/sis900.c
Commit message (Expand)AuthorAgeFilesLines
* [sis900] Remove extraneous memset() with incorrect lengthMichael Brown2017-03-211-2/+1Star
* [build] Fix uses of literal 0 as a NULL pointerMichael Brown2013-04-281-1/+1
* [src] Fix spelling in comments, debug messages and local variable namesStefan Weil2013-01-031-5/+5
* [sis900] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+1Star
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-1/+1
* [sis900] Enable interrupts to allow UNDI to workThomas Miletich2009-10-151-0/+6
* [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-2/+2
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-191-4/+4
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-021-1/+0Star
* Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno .Marty Connor2007-12-131-1/+9
* Add sis900 variant (patch from Vampyre)Marty Connor2007-08-301-0/+1
* Inhibit a spurious warning on GCC 4.0.1Michael Brown2007-07-261-1/+2
* Dead code removal.Michael Brown2007-07-141-5/+6
* Warnings purge of drivers (continued)Marty Connor2007-07-041-6/+10
* Update email addresses in driversMarty Connor2007-06-091-1/+1
* warnings cleanupMarty Connor2006-09-271-14/+15
* Remove nic_disable call from drivers. Call should be made at a higher levelMarty Connor2006-09-141-2/+1Star
* Added a very quick and dirty compatibility layer, to allowMichael Brown2006-06-051-0/+1
* Restructured PCI subsystem to fit the new device model.Michael Brown2006-05-161-6/+10
* Header rearrangement.Michael Brown2006-04-241-1/+1
* the uncontroversal gcc 4.0 compilation fixesGeorge Baum2005-05-231-2/+2
* Symbol fixupsMichael Brown2005-05-031-4/+10
* Automatically updated withMichael Brown2005-04-261-4/+2Star
* Updated to new device probing APIMichael Brown2005-04-221-13/+20
* Automatically updated with the programMichael Brown2005-04-211-8/+11
* This is the only driver that has a genuine reason to callMichael Brown2005-04-141-8/+3Star
* Finished by handMichael Brown2005-04-131-12/+16
* Automatically updated usingMichael Brown2005-04-131-5/+9
* Automatically updated usingMichael Brown2005-04-131-2/+2
* Automatically updated usingMichael Brown2005-04-131-3/+1Star
* Automatically updated usingMichael Brown2005-04-131-3/+5
* Auto-updated usingMichael Brown2005-04-131-8/+4Star
* Fixed up PCI-scanning code to use new PCI interface.Michael Brown2005-04-121-21/+14Star
* Initial revisionMichael Brown2005-03-081-0/+1271