summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename pkb_available() to pkb_tailroom() for consistency with Linux'sMichael Brown2007-01-094-11/+21
* Added net device TX queue; this will be needed to support the PXE UNDI APIMichael Brown2007-01-096-77/+127
* Move start/stop/expire debug messages to DBG2() level.Michael Brown2007-01-091-6/+6
* Added ability to break ISR processing over several calls to poll().Michael Brown2007-01-091-17/+34
* Send EOI after enabling interrupt, in case the device had asserted IRQMichael Brown2007-01-091-0/+1
* Allow boot sector to completely destroy real-mode stack, but stillMichael Brown2007-01-091-10/+15
* Leave protected-mode return address on PM stack when issuing aMichael Brown2007-01-091-11/+10Star
* Define "connected" asMichael Brown2007-01-091-1/+9
* Reset character attributes before start of welcome banner, in caseMichael Brown2007-01-091-1/+1
* We can't assert that the RX engine is idle in iscsi_done(), because itMichael Brown2007-01-091-2/+0Star
* Use debug auto-colourisation.Michael Brown2007-01-091-42/+47
* Clean up connection closing and permanent failure logic.Michael Brown2007-01-092-32/+69
* Obsoleted by drivers/net/undionly.cMichael Brown2007-01-091-182/+0Star
* Added UNDI root bus driver (which saves including all the PCI bus code,Michael Brown2007-01-091-0/+96
* 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-093-22/+21Star
* Avoid erasing non-existent signatures in undi_unload()Michael Brown2007-01-091-2/+4
* Avoid leaving preloaded_undi with invalid PXENV+/!PXE structureMichael Brown2007-01-091-3/+15
* Since we now always unload the base code stack (even if we keep UNDI),Michael Brown2007-01-091-83/+24Star
* If preloaded device matches, use that rather than going via the UNDIMichael Brown2007-01-091-21/+46
* Populate preloaded_undi device when applicable.Michael Brown2007-01-091-0/+9
* Provide storage for an undi_device structure representing the preloadedMichael Brown2007-01-092-0/+51
* Call PXENV_UNDI_GET_NIC_TYPE to identify NIC physical device.Michael Brown2007-01-091-136/+480
* Use fixed-width fields in struct undi_device, so that pxeprefix.S will beMichael Brown2007-01-092-23/+29
* Copy pxelinux's shutdown sequence: use UNLOAD_STACK without STOP_BASE,Michael Brown2007-01-081-3/+9
* New strategy: always stop both base code and UNDI. Always free base codeMichael Brown2007-01-082-72/+89
* Checking in obsolete but working memory-scanning code just for the recordMichael Brown2007-01-081-193/+70Star
* 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
* Added PCI_BASE_CLASS() macroMichael Brown2007-01-081-0/+2
* Added support for wildcard device/vendor ID matchesMichael Brown2007-01-082-1/+7
* Remove types and prototypes now provided in the undi*.h headers.Michael Brown2007-01-081-90/+2Star
* Added debugging statementsMichael Brown2007-01-081-1/+19
* Added missing includesMichael Brown2007-01-081-0/+3
* Added missing declarationsMichael Brown2007-01-081-0/+3
* Added missing includeMichael Brown2007-01-081-0/+2
* Split UNDI load/unload out into undiload.c.Michael Brown2007-01-082-0/+203
* Remove obsolete includesMichael Brown2007-01-081-3/+0Star
* Separated out UNDI ROM location code into undirom.c, and use structMichael Brown2007-01-082-0/+285
* Use "struct undi_device" instead of "struct pxe_device", and use theMichael Brown2007-01-083-151/+208
* 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
* Add device to hierarchy before calling the driver's probe() function; thisMichael Brown2007-01-082-36/+34Star
* 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