summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/drivers/net/undiload.c
Commit message (Expand)AuthorAgeFilesLines
* Move uninitialised .data16 variables to .bss16; saves around 2000Michael Brown2007-07-161-2/+2
* Use {get,set}_fbms() so that allocated base memory is correctly hidden.Michael Brown2007-01-141-12/+7Star
* Add device description fields to struct device.Michael Brown2007-01-101-2/+2
* undipci_probe() has to calculate busdevfn anyway, so we may as well passMichael Brown2007-01-091-18/+2Star
* Avoid erasing non-existent signatures in undi_unload()Michael Brown2007-01-091-2/+4
* Use fixed-width fields in struct undi_device, so that pxeprefix.S will beMichael Brown2007-01-091-4/+4
* Neaten up debug messagesMichael Brown2007-01-081-3/+3
* Split UNDI load/unload out into undiload.c.Michael Brown2007-01-081-0/+189