aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/i386/drivers/net/undiload.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-051-1/+5
* [build] Work around bug in gcc >= 4.8Michael Brown2013-09-251-3/+5
* [pxe] Convert external PXE API errors into iPXE platform-generated errorsMichael Brown2013-04-291-3/+7
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [librm] Use libflat to enable A20 line on each real-to-protected transitionMichael Brown2010-04-201-10/+0
* [build] Rename gPXE to iPXEMichael Brown2010-04-191-1/+1
* [undi] Ensure only one UNDI instance is loadedStefan Hajnoczi2010-02-241-0/+12
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [build] Enable building with the Intel C compiler (icc)Michael Brown2009-03-261-3/+2
* [i386] Change semantics of __from_data16 and __from_text16Michael Brown2008-06-301-2/+2
* 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/+7
* 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/+2
* 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