|
@@ -454,9 +454,6 @@ CFLAGS+= -DPXE_IMAGE -DPXE_EXPORT
|
454
|
454
|
# The code will notify if it does a abort.
|
455
|
455
|
# SomniOne - somnione@gmx.net
|
456
|
456
|
#
|
457
|
|
-# 3C509 option:
|
458
|
|
-# -DINCLUDE_3C509 - Include 3c509 support
|
459
|
|
-#
|
460
|
457
|
# 3C90X options:
|
461
|
458
|
# Warning Warning Warning
|
462
|
459
|
# If you use any of the XCVR options below, please do not complain about
|
|
@@ -476,20 +473,16 @@ CFLAGS+= -DPXE_IMAGE -DPXE_EXPORT
|
476
|
473
|
# See the documentation file 3c90x.txt for more details.
|
477
|
474
|
#
|
478
|
475
|
# CS89X0 (optional) options:
|
479
|
|
-# -DCS_SCAN=list - Probe for CS89x0 base address using list of
|
|
476
|
+# -DISA_PROBE_ADDRS=list
|
|
477
|
+# Probe for CS89x0 base address using list of
|
480
|
478
|
# comma separated hex addresses; increasing the
|
481
|
479
|
# address by one (0x300 -> 0x301) will force a
|
482
|
480
|
# more aggressive probing algorithm. This might
|
483
|
481
|
# be neccessary after a soft-reset of the NIC.
|
484
|
|
-#
|
485
|
|
-# SMC9000 options:
|
486
|
|
-# -DSMC9000_SCAN=list - List of I/O addresses to probe
|
487
|
482
|
|
488
|
483
|
|
489
|
484
|
CFLAGS_3c503 = -DINCLUDE_3C503 # -DT503_SHMEM
|
490
|
485
|
MAKEROM_FLAGS_3c503= -3
|
491
|
|
-CFLAGS_3c509 = -DINCLUDE_3C509
|
492
|
|
-CFLAGS_3c529 = -DINCLUDE_3C529
|
493
|
486
|
CFLAGS_ne = -DINCLUDE_NE -DNE_SCAN=0x300,0x280,0x320,0x340,0x380
|
494
|
487
|
CFLAGS_ns8390 = -DINCLUDE_NS8390 # NE2000/PCI!
|
495
|
488
|
CFLAGS_wd = -DINCLUDE_WD -DWD_DEFAULT_MEM=0xCC000
|