summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/drivers/net/undi.c
Commit message (Expand)AuthorAgeFilesLines
* 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