| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
now-obsolete pxe.c.
|
| |
|
|
|
|
|
|
|
| |
Use generic fields in struct device_description rather than assuming
that the struct device * is contained within a pci_device or
isapnp_device; this assumption is broken when using the undionly
driver.
Add PXENV_UNDI_SET_STATION_ADDRESS.
|
| |
|
|
| |
but there's so much else missing that it's not worth doing right now.
|
| |
|
|
| |
properly for the PXE UNDI API anyway.
|
| |
|
|
|
|
|
| |
Updated PXE API dispatcher to use copy_{to,from}_user, and moved to
arch/i386 since the implementation is quite architecture-dependent.
(The individual PXE API calls can be largely
architecture-independent.)
|
| | |
|
|
|
PXE code now compiles without errors (though it won't actually work).
|