summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Warnings purge for via-velocity.[ch]Marty Connor2007-07-052-22/+19Star
* Update warnings in depca.c ns8390.cMarty Connor2007-07-052-2/+2
* Purge warnings from tg3.cMarty Connor2007-07-051-1/+1
* Merge branch 'master' of /pub/scm/gpxeMarty Connor2007-07-052-0/+202
|\
| * Added active partition locator, and simple MBR built using it.Michael Brown2007-07-052-0/+202
| * Revert "Added master boot record capable of locating active partition"Michael Brown2007-07-052-203/+0Star
| * Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-07-051-2/+1Star
| |\
| * | Added master boot record capable of locating active partitionMichael Brown2007-07-052-0/+203
* | | Purge warnings from prism2 driversMarty Connor2007-07-055-629/+994
| |/ |/|
* | Merge branch 'master' of /pub/scm/gpxeMarty Connor2007-07-051-6/+7
|\|
| * Kill off lots of warnings in via-velocity.c by correcting these definitions.Michael Brown2007-07-051-6/+7
* | Remove deprecation of pci_bar_size()Marty Connor2007-07-051-2/+1Star
|/
* Warnings purge of drivers (continued)Marty Connor2007-07-0418-61/+86
* UNDI loader entry point implemented; seems to work.Michael Brown2007-07-041-0/+28
* !PXE and PXENV+ structures are in code segment, not data segment.Michael Brown2007-07-041-3/+4
* Fix typoMichael Brown2007-07-041-1/+1
* Cope with builds with differing debug options within a second of eachMichael Brown2007-07-041-15/+8Star
* Add (untested) UNDI loader C-level implementation.Michael Brown2007-07-043-74/+64Star
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-07-042-31/+1Star
|\
| * remove obsolete file: src/arch/i386/prefix/int19exit.cMarty Connor2007-07-031-31/+0Star
| * Warnings purge iscsiboot.cMarty Connor2007-07-031-0/+1
* | Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-0423-194/+239
|/
* Added missing line to set return status code.Michael Brown2007-07-031-0/+1
* Line buffer API changed a while agoMichael Brown2007-07-031-3/+6
* Added missing "extern"Michael Brown2007-07-031-2/+2
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-07-0310-610/+7Star
|\
| * Merge branch 'master' of /pub/scm/gpxeMarty Connor2007-07-036-18/+35
| |\
| * | Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autobootMarty Connor2007-07-0310-610/+7Star
* | | This comment is no longer relevant.Michael Brown2007-07-031-5/+0Star
* | | Should be using the generic device probe mechanism, when (if) theyMichael Brown2007-07-032-5/+0Star
* | | We don't actually use the reset functions anywhere, and nothing reallyMichael Brown2007-07-0310-21/+9Star
* | | Move pxe_netdev and set_pxe_netdev to pxe_undi.c and removeMichael Brown2007-07-032-182/+15Star
| |/ |/|
* | Use a linker-table based system to automatically mark and start upMichael Brown2007-07-036-18/+35
|/
* Merge branch 'master' of /pub/scm/gpxeMarty Connor2007-07-0311-108/+130
|\
| * Implemented (untested) PXENV_START_UNDI.Michael Brown2007-07-035-43/+60
| * Report our interface type as "gPXE" to avoid working around EtherbootMichael Brown2007-07-031-1/+1
| * Work around Etherboot 5.4 bug when multiple packets are received.Michael Brown2007-07-031-1/+38
| * Kill off now-redundant _irq() methods.Michael Brown2007-07-032-51/+0Star
| * Kill off PXENV_UNDI_FORCE_INTERRUPT support; we have no reason toMichael Brown2007-07-031-7/+4Star
| * Avoid double free on I/O buffer when rtl_transmit() returns failure.Michael Brown2007-07-031-2/+1Star
| * It's not just Etherboot that fails to generate TX completions.Michael Brown2007-07-031-2/+2
| * Never attempt to route the broadcast address.Michael Brown2007-07-031-0/+8
| * Document TX completion bug.Michael Brown2007-07-031-0/+10
| * Enable/disable interrupts in driver open/close.Michael Brown2007-07-031-3/+8
* | Warnings purge: src/{crypto,hci,net}Marty Connor2007-07-038-6/+15
|/
* Reserve space for link-layer header in pxenv_undi_transmit() when notMichael Brown2007-07-031-2/+10
* Enable/disable interrupts at open/close time.Michael Brown2007-07-031-0/+9
* Add missing call to free_iob() in pxenv_undi_isr().Michael Brown2007-07-031-5/+6
* Enable/disable interrupts on open/close.Michael Brown2007-07-031-5/+17
* Add trivial net device statistics (TX and RX packet count), reportedMichael Brown2007-07-034-10/+38