summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add find_pci_netdev()Michael Brown2007-01-102-0/+20
* Add device description fields to struct device.Michael Brown2007-01-1010-24/+116
* Give UNDI device a more meaningful name.Michael Brown2007-01-101-1/+1
* Force ordering of commands within help list.Michael Brown2007-01-101-13/+13
* Force ordering of commands in help list.Michael Brown2007-01-101-13/+14
* Having forced __table() to natural structure alignment, it now seemsMichael Brown2007-01-101-41/+43
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-1051-135/+184
* Remove uIP; we haven't used it for quite some time now.Michael Brown2007-01-108-3338/+2Star
* Allow udp_{send,sendto,sendto_via} to be called outside of theMichael Brown2007-01-101-32/+39
* DHCP transmits via specified net device, so no need to create a dummyMichael Brown2007-01-102-10/+2Star
* Add udp_sendto_via() to allow e.g. DHCP to transmit without first havingMichael Brown2007-01-102-3/+30
* Allow an explicit network device to be specified for IP-layerMichael Brown2007-01-107-17/+32
* Add interface management commandsMichael Brown2007-01-101-0/+1
* Move header file for usr/autoboot.c to include/usrMichael Brown2007-01-105-18/+24
* Added network interface management commandsMichael Brown2007-01-107-35/+291
* Add "name" field to network device, to facilitate netdev commands.Michael Brown2007-01-106-15/+39
* Add RX quotas to the net device poll() method. This avoids the problemMichael Brown2007-01-096-37/+76
* Autopadding was sometimes overwriting the struct list_head at the endMichael Brown2007-01-091-7/+16
* 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