| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe | Michael Brown | 2007-12-15 | 30 | -51/+238 |
| |\ | |||||
| | * | Correct e1000 interrupt routine to enable on 1 disable on 0. duh. | Marty Connor | 2007-12-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | The e1000_irq() routine should (per mcb30) do enable on non-zero, disable on zero. This is not consistent in all drivers, so I'll wait to update it when doing a global sweep. | ||||
| | * | Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . | Marty Connor | 2007-12-13 | 29 | -49/+236 |
| | | | | | | | | | | | | | | | | | | | | | This needs to be done manually because if the irq() routine is implemented then we want something like "nic->irqno = pci->irqno;", else we do "nic->irqno = 0;" nic->ioaddr may also need to be set carefully. Also added local variables to end of many files, for emacs indentation to match kernel style (tab does 8 space indent). | ||||
| * | | Autodetect whether or not we need to be using -fno-stack-protector. | Michael Brown | 2007-12-15 | 1 | -0/+8 |
| | | | |||||
| * | | Overwrite the device descriptor's IRQ number with whatever the legacy | Michael Brown | 2007-12-15 | 1 | -0/+8 |
| |/ | | | | | | | | driver's probe() routine fills in in nic->irqno. This is so that non-interrupt-capable legacy drivers which set nic->irqno=0 will end up reporting IRQ#0 via PXENV_UNDI_GET_INFORMATION; this in turn means that the calling PXE NBP will (should) hook the timer interrupt, and everything will sort of work. | ||||
| * | Remove the obsolete pre-aBFT AoE boot table. | Michael Brown | 2007-12-12 | 1 | -30/+0![]() |
| | | |||||
| * | Yet another attempt to autodetect an appropriate "echo -e". | Michael Brown | 2007-12-07 | 2 | -11/+32 |
| | | |||||
| * | Ignore .echocheck internal housekeeping file. | Michael Brown | 2007-12-08 | 1 | -0/+1 |
| | | |||||
| * | Another (hopefully more robust) attempt to find a usable substitute | Michael Brown | 2007-12-08 | 2 | -26/+30 |
| | | | | | for "echo -e" on the host system. | ||||
| * | Remove the (unused) option to override _prefix_link_addr, | Michael Brown | 2007-12-07 | 1 | -14/+4![]() |
| | | | | | | | | | | | | _textdata_link_addr, _load_addr and _max_align in the linker scripts. A bug in some versions of ld causes segfaults if the DEFINED() macro is used in a linker script *and* the -Map option to ld is present. We don't currently need to override any of these values; if we need to do so in future then the solution will probably be to always specify the values on the ld command line, and have the linker script not define them at all. | ||||
| * | Avoid Makefile syntax that requires make >= 3.81. | Michael Brown | 2007-12-07 | 1 | -8/+14 |
| | | |||||
| * | Try to fix echo-detection to work on all systems that provide any | Michael Brown | 2007-12-07 | 2 | -1/+17 |
| | | | | | suitable "echo -e" substitute. | ||||
| * | Fix compiler warnings that appear only on OpenBSD. | Michael Brown | 2007-12-06 | 13 | -31/+31 |
| | | |||||
| * | Kill off some warnings-problematic debug statements in ndp.c; the code | Michael Brown | 2007-12-07 | 1 | -4/+2![]() |
| | | | | | is non-functional anyway. | ||||
| * | Don't complain when callers provide too-short buffers for | Michael Brown | 2007-12-07 | 1 | -7/+6![]() |
| | | | | | PXENV_GET_CACHED_INFO. NTLDR does this. | ||||
| * | Fix a minor logical error in posix_io.c | Michael Brown | 2007-12-07 | 1 | -1/+1 |
| | | |||||
| * | Various warnings fixups for OpenBSD with gcc-3.3.5. | Michael Brown | 2007-12-07 | 17 | -37/+37 |
| | | |||||
| * | Fix prototype mismatch. | Michael Brown | 2007-12-07 | 1 | -2/+2 |
| | | |||||
| * | Add missing format qualifier | Michael Brown | 2007-12-06 | 1 | -1/+1 |
| | | |||||
| * | Add copyright, clean up comments a bit, remove unnecessary code. | Marty Connor | 2007-12-03 | 1 | -178/+102![]() |
| | | | | | Cleanups for e1000.c. | ||||
| * | Reallocate memory for bitmaps only when necessary. | Michael Brown | 2007-11-29 | 1 | -7/+9 |
| | | |||||
| * | udp_open_promisc() calls udp_open_common() with peer==NULL. | Michael Brown | 2007-11-28 | 1 | -2/+3 |
| | | |||||
| * | Add RFC2090 TFTP multicast support. | Michael Brown | 2007-11-28 | 4 | -82/+481 |
| | | |||||
| * | Quick hack to be able to accept transfers from servers that don't | Michael Brown | 2007-11-25 | 1 | -0/+2 |
| | | | | | supply options. | ||||
| * | Merge branch 'mdc-working' of ssh://git.etherboot.org//pub/scm/people/mdc/gpxe | Marty Connor | 2007-11-24 | 0 | -0/+0 |
| |\ | |||||
| | * | Added netdev_nullify to natsemi_remove() | Marty Connor | 2007-11-21 | 1 | -0/+1 |
| | | | |||||
| * | | Provide individually cached constructed copies of DHCP packets via | Michael Brown | 2007-11-22 | 1 | -86/+109 |
| | | | | | | | | | | | | | PXENV_GET_CACHED_INFO. If we dont do this, Altiris' NBP screws up; it relies on being able to grab pointers to each of the three packets and then read them at will later. | ||||
| * | | Do not fill in the BufferLimit field in struct | Michael Brown | 2007-11-22 | 1 | -3/+32 |
| | | | | | | | | | | | s_PXENV_GET_CACHED_INFO, because this field doesn't exist in earlier versions of the PXE spec, and some callers don't allocate space for it. | ||||
| * | | Allow DHCP server to instruct gPXE to ignore ProxyDHCP (which will | Michael Brown | 2007-11-21 | 2 | -9/+24 |
| | | | | | | | | | | | | | also avoid waiting for ProxyDHCP offers). Also reduce the ProxyDHCP timeout, because it's already irritating me. | ||||
| * | | Add ProxyDHCP support. | Michael Brown | 2007-11-21 | 2 | -26/+59 |
| | | | |||||
| * | | Added netdev_nullify to natsemi_remove() | Marty Connor | 2007-11-21 | 1 | -0/+1 |
| | | | |||||
| * | | Removed old e1000 driver. | Michael Brown | 2007-11-21 | 2 | -5800/+0![]() |
| | | | |||||
| * | | Merge commit 'origin/mdc-working' | Michael Brown | 2007-11-21 | 9 | -1/+14104 |
| |\| | |||||
| | * | Fixed receive instability by not enabling interrupts. duh. | Marty Connor | 2007-11-21 | 2 | -19/+27 |
| | | | | | | | | | | | I have successfully booted DOS via iSCSI and PXELINUX via TFTP with this version of the e1000 driver. | ||||
| | * | This version now transmits and receives. | Marty Connor | 2007-11-20 | 2 | -220/+138![]() |
| | | | | | | | | | | | | | There may still be an issue with memory handling, since it seems to die ungracefully when ARP packets come in after loading a kernel. Something to debug. | ||||
| | * | Autonegotiation fixes. NIC now autonegotiates to whatever the switch supports. | Marty Connor | 2007-11-20 | 3 | -18/+22 |
| | | | |||||
| | * | A version of the new e1000 driver that transmits. | Marty Connor | 2007-11-20 | 3 | -254/+351 |
| | | | | | | | | | autonegotiation still needs work. receive is not working yet. | ||||
| | * | Fix typo. | Marty Connor | 2007-11-18 | 1 | -2/+1![]() |
| | | | |||||
| | * | Add e1000 directory to build, since the driver compiles cleanly. | Marty Connor | 2007-11-18 | 1 | -0/+1 |
| | | | |||||
| | * | Rename e1000_main.c to e1000.c to so we can type 'make bin/e1000.dsk' ↵ | Marty Connor | 2007-11-18 | 1 | -0/+0 |
| | | | | | | | | | instead of 'make bin/e1000_main.dsk' | ||||
| | * | Add errfile definition for new e1000.c | Marty Connor | 2007-11-18 | 1 | -2/+1![]() |
| | | | |||||
| | * | Introduce files for new e1000 driver | Marty Connor | 2007-11-18 | 7 | -5800/+14074 |
| | | | |||||
| | * | Add src/drivers/net/e1000 as home of new e1000 driver | Marty Connor | 2007-11-18 | 1 | -0/+1 |
| | | | |||||
| | * | Move current e1000 driver files to e1000-old/ directory to avoid collisions | Marty Connor | 2007-11-18 | 2 | -0/+5800 |
| | | | |||||
| | * | Add ERRFILE information for e1000_main and e1000_hw, part of the new e1000 ↵ | Marty Connor | 2007-11-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | driver It is likely we will rename e1000_main to e1000 when the new e1000 driver is debugged. | ||||
| * | | Remove some assumptions about DHCP obtaining only a single options block. | Michael Brown | 2007-11-21 | 4 | -14/+23 |
| | | | |||||
| * | | Add PXE-required DHCP options to DHCPDISCOVER and DHCPREQUEST packets. | Michael Brown | 2007-11-21 | 2 | -10/+31 |
| | | | |||||
| * | | Add UUID to DHCP request as option 97 (if available). | Michael Brown | 2007-11-21 | 5 | -0/+30 |
| | | | |||||
| * | | Added definition of a UUID and uuid_ntoa() (for debugging), and | Michael Brown | 2007-11-21 | 4 | -19/+89 |
| | | | | | | | | | implemented smbios_get_uuid(). | ||||
| * | | Update SMBIOS internal API to be easier to use, and not to require | Michael Brown | 2007-11-21 | 2 | -101/+214 |
| | | | | | | | | | potentially exorbitant amounts of stack space. | ||||

