summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency on arptable[] (which is no longer used).Michael Brown2006-06-161-2/+1Star
* Temporary hack to work around the "TX overflow" problem in the interimMichael Brown2006-06-161-20/+3Star
* Add 4 bytes to maximum frame length to allow for the frame checksum.Michael Brown2006-06-161-1/+1
* Improve debugging output for legacy wrapperMichael Brown2006-06-161-1/+5
* Forward-port event queue fixes from 5.4 tree.Michael Brown2006-06-161-0/+27
* Forward-port start-of-day fixes from 5.4 treeMichael Brown2006-06-161-3/+31
* Forward-port reset-related changes from 5.4 tree.Michael Brown2006-06-161-46/+26Star
* For consistencyMichael Brown2006-06-161-1/+1
* 32kB window is actually larger than our typical receive ring size.Michael Brown2006-06-161-1/+1
* Simplify TX datapath.Michael Brown2006-06-169-445/+268Star
* Added iSCSI boot test codeMichael Brown2006-06-142-0/+44
* Generalise three-wire interface to generic SPI interface.Michael Brown2006-06-146-174/+419
* Move per-transition delays from generic bit-bashing layer to i2c layerMichael Brown2006-06-143-10/+15
* Translate between "0 = success" and "0 = failure" call standards.Michael Brown2006-06-141-2/+2
* Change read_bit() to return 0 or -1UL, rather than 0 or 1.Michael Brown2006-06-123-3/+7
* Updated debug message to reflect change in data structure.Michael Brown2006-06-121-2/+3
* Add "addr32" required explicitly by older gas.Michael Brown2006-06-121-1/+1
* Add NULL_TRAP as a config optionMichael Brown2006-06-112-0/+9
* Fix typoMichael Brown2006-06-111-1/+1
* Added null trap code for debugging. (Must be included by addingMichael Brown2006-06-112-0/+49
* Update to use the generic i2c bit-bashing code.Michael Brown2006-06-111-223/+68Star
* Added bit-bashing i2c interface codeMichael Brown2006-06-112-0/+422
* Windows Server 2003 sulks if we feed it an empty region in base memoryMichael Brown2006-06-091-4/+42
* Added missing check-inMichael Brown2006-06-091-0/+16
* Added sketch of bit-bashing interface common codeMichael Brown2006-06-083-0/+100
* Fix bug with >256 cylinders.Michael Brown2006-06-081-15/+18
* - separated curses.c out into separate source files to optimiseDan Lynch2006-06-0812-0/+754
* Legacy drivers cannot cope with multiple active devices.Michael Brown2006-06-081-0/+7
* It's astonishing how long really fundamental bugs can survive withoutMichael Brown2006-06-081-2/+2
* Fix some remarkably obvious mistakes in pcidirect.hMichael Brown2006-06-081-3/+3
* We now have just romprefix, rather than having isaprefix and pciprefixMichael Brown2006-06-062-12/+4Star
* Cut out almost all the optional code paths, drastically simplifying theMichael Brown2006-06-061-375/+143Star
* Code segment may not be writable; create the temporary pointer to the GDTMichael Brown2006-06-061-2/+7
* Calculate _rom_size for the ROM prefixMichael Brown2006-06-061-0/+1
* Use byte 6 for the checksum, rather than byte 5. (Byte 5 may be part ofMichael Brown2006-06-061-10/+6Star
* Force pci.o to be included.Michael Brown2006-06-051-0/+5
* Legacy drivers will not pad when necessaryMichael Brown2006-06-051-0/+4
* PNIC doesn't auto-pad.Michael Brown2006-06-051-0/+8
* Added a very quick and dirty compatibility layer, to allowMichael Brown2006-06-0517-49/+145
* Added soon-to-be-requisite missing include.Michael Brown2006-06-055-0/+5
* - added most slk functionsDan Lynch2006-06-051-2/+194
* Improve tcpdump legibility.Michael Brown2006-06-012-0/+3
* Quick hack to avoid trying to use an uninitialised net device.Michael Brown2006-06-011-4/+16
* Updated retry timer mechanism to incorporate smoothed RTT estimation.Michael Brown2006-06-013-59/+101
* Make DBG_DISCARD correctMichael Brown2006-06-011-1/+1
* Backing out last change; no immediate plans to make the whole block-deviceMichael Brown2006-06-013-11/+9Star
* Until we have a functioning UDP stack and PXE API again, there's not muchMichael Brown2006-06-011-75/+10Star
* Added sample AoE test code to treeMichael Brown2006-06-012-0/+43
* Put in a method to get the MAC address for the AoE target. (It's notMichael Brown2006-05-311-6/+17
* ATA devices are now asynchronous. The ATA layer itself now performs theMichael Brown2006-05-315-11/+17