summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* Remove obsolete includesMichael Brown2007-01-081-3/+0Star
* Separated out UNDI ROM location code into undirom.c, and use structMichael Brown2007-01-081-0/+236
* Use "struct undi_device" instead of "struct pxe_device", and use theMichael Brown2007-01-081-151/+134Star
* Renamed undi.c to undinet.c. (undi.c will become the UNDI PCI driver)Michael Brown2007-01-081-0/+0
* ObsoleteMichael Brown2007-01-081-178/+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/+0
* Obsolete; net driver functionality is now in undi_net.c and bus driverMichael Brown2007-01-041-1453/+0Star
* Added PXE bus driver (with support only for using PXE structures foundMichael Brown2007-01-041-0/+385
* 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
* We now record a pointer to the struct pci_device, since it's carriedMichael Brown2005-04-131-1/+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-082-0/+1636