diff options
| author | H. Peter Anvin | 2008-06-30 21:09:21 +0200 |
|---|---|---|
| committer | H. Peter Anvin | 2008-06-30 21:26:12 +0200 |
| commit | 1152b78ec12f1ca3e56f09a1457c7fe9a6304db7 (patch) | |
| tree | 6a0a6ecdc8b02711a76fc9cc54a9ee3c738fcd59 /src/Config | |
| parent | [lkrnprefix] Make gPXE .lkrn images conform to the zImage 2.07 format (diff) | |
| download | ipxe-1152b78ec12f1ca3e56f09a1457c7fe9a6304db7.tar.gz ipxe-1152b78ec12f1ca3e56f09a1457c7fe9a6304db7.tar.xz ipxe-1152b78ec12f1ca3e56f09a1457c7fe9a6304db7.zip | |
[ns8390] Use stub files instead of src/Config
ns8390.c can produce four different drivers (one PCI, three ISA.) The
ISA driver requires setting a few macros; do that by setting defines
in stub files instead of using src/Config.
Currently, all the ISA drivers are broken (they were not enabled by
default), so #if 0 them out.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'src/Config')
| -rw-r--r-- | src/Config | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Config b/src/Config index 1c0cb1eee..ccbf04064 100644 --- a/src/Config +++ b/src/Config @@ -373,9 +373,3 @@ # address by one (0x300 -> 0x301) will force a # more aggressive probing algorithm. This might # be neccessary after a soft-reset of the NIC. - - -CFLAGS_3c503 = -DINCLUDE_3C503 # -DT503_SHMEM -CFLAGS_ne = -DINCLUDE_NE -DNE_SCAN=0x300,0x280,0x320,0x340,0x380 -CFLAGS_ns8390 = -DINCLUDE_NS8390 # NE2000/PCI! -CFLAGS_wd = -DINCLUDE_WD -DWD_DEFAULT_MEM=0xCC000 |
