summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* Neaten up debug messagesMichael Brown2007-01-081-3/+3
* Remove spurious debug messageMichael Brown2007-01-081-1/+0Star
* Now split out into undirom.c and undiload.cMichael Brown2007-01-081-324/+0Star
* Added any-PCI-device UNDI driverMichael Brown2007-01-081-0/+119
* Tidied up debug messagesMichael Brown2007-01-081-1/+2
* Split UNDI load/unload out into undiload.c.Michael Brown2007-01-081-0/+189
* 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
* Remove redundant debug messageMichael Brown2007-01-051-1/+0Star
* UNDI loader routine now worksMichael Brown2007-01-051-5/+22
* Fixed typoMarty Connor2007-01-051-1/+1
* Partial implementation of UNDI loader caller.Michael Brown2007-01-051-4/+89
* Add PXE driver-scanning code, capable of locating all PXE ROMs in a systemMichael Brown2007-01-051-0/+223
* 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-042-0/+690
* fix args to _disable routineMarty Connor2006-09-191-2/+1Star
* Will be replaced with a block-device implementation.Michael Brown2006-05-241-0/+5
* 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
* ISA bus driver updated to report devices as present only if a driverMichael Brown2005-04-261-2/+1Star
* PCI_DRIVER changedMichael Brown2005-04-261-2/+1Star
* BIOS floppy handling code moved to where it will really live.Michael Brown2005-04-251-79/+19Star
* Added "name" field to bus structure.Michael Brown2005-04-251-94/+125
* Coerced into compiling.Michael Brown2005-04-221-13/+13
* Moved floppy.c to i386 arch, since it's i386-specific.Michael Brown2005-04-181-0/+88
* Added remaining bus functions.Michael Brown2005-04-181-12/+121
* Code fixed to operate correctly.Michael Brown2005-04-181-23/+26
* Extracted from firmware/pcbios/bios.cMichael Brown2005-04-181-0/+56
* 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