summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/drivers/net/undi.c
Commit message (Expand)AuthorAgeFilesLines
* [bios] Add bin-x86_64-pcbios build platformMichael Brown2016-02-161-146/+0Star
* [pci] Provide PCI_CLASS() to calculate a scalar PCI class valueMichael Brown2015-05-081-1/+1
* [pci] Allow drivers to specify a PCI classMichael Brown2015-02-021-5/+2Star
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [undi] Ensure that native drivers are tried before the UNDI PCI driverMichael Brown2011-11-111-1/+1
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-171-2/+1Star
* [pci] Use single "busdevfn" field in struct pci_deviceMichael Brown2011-02-171-3/+4
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-1/+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-1/+1
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* Add device description fields to struct device.Michael Brown2007-01-101-1/+2
* Give UNDI device a more meaningful name.Michael Brown2007-01-101-1/+1
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-0/+3
* Added missing call to undinet_remove()Michael Brown2007-01-091-0/+1
* undipci_probe() has to calculate busdevfn anyway, so we may as well passMichael Brown2007-01-091-2/+1Star
* If preloaded device matches, use that rather than going via the UNDIMichael Brown2007-01-091-21/+46
* Remove spurious debug messageMichael Brown2007-01-081-1/+0Star
* Added any-PCI-device UNDI driverMichael Brown2007-01-081-0/+119
* Renamed undi.c to undinet.c. (undi.c will become the UNDI PCI driver)Michael Brown2007-01-081-660/+0Star
* Remove accidentally checked-in codeMichael Brown2007-01-071-5/+0Star
* Move START_UNDI, UNDI_STARTUP, UNDI_INITIALIZE andMichael Brown2007-01-071-58/+324
* Remember to enable/disable the interrupt at the PIC.Michael Brown2007-01-071-13/+27
* Renamed undi_net.c to undi.c.Michael Brown2007-01-041-0/+385
* Obsolete; net driver functionality is now in undi_net.c and bus driverMichael Brown2007-01-041-1453/+0Star
* fix args to _disable routineMarty Connor2006-09-191-2/+1Star
* Header rearrangement.Michael Brown2006-04-241-1/+1
* #if 0 out the whole file for now; it cannot be linked because the baseMichael Brown2005-05-031-1/+1
* PCI_DRIVER changedMichael Brown2005-04-261-2/+1Star
* Coerced into compiling.Michael Brown2005-04-221-13/+13
* Now compiles.Michael Brown2005-04-151-19/+14Star
* Standardised debug mechanism in place now.Michael Brown2005-04-141-0/+1
* Able to at least compile again now.Michael Brown2005-04-121-50/+41Star
* Note basemem API change.Michael Brown2005-04-091-0/+10
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-1/+1
* Initial revisionMichael Brown2005-03-081-0/+1458