Sfoglia il codice sorgente

3c509/3c529 no longer use legacy INCLUDE_xxx mechanism.

tags/v0.9.3
Michael Brown 19 anni fa
parent
commit
5ee79cf207
1 ha cambiato i file con 2 aggiunte e 9 eliminazioni
  1. 2
    9
      src/Config

+ 2
- 9
src/Config Vedi File

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

Loading…
Annulla
Salva