head	1.1;
branch	1.1.1;
access;
symbols
	dws_pl15i:1.1.1.4
	LINUX_0_99_15I:1.1.1.4
	cluster_15h:1.1.1.4
	dws_pl15h_ibcs:1.1.1.4
	LINUX_0_99_15H:1.1.1.4
	LINUX_0_99_15G:1.1.1.3
	dws_pl15f_cluster_08a:1.1.1.3
	dws_pl15f:1.1.1.3
	LINUX_0_99_15F:1.1.1.3
	dws_pl15e:1.1.1.3
	LINUX_0_99_15E:1.1.1.3
	LINUX_0_99_15D:1.1.1.3
	LINUX_0_99_15C:1.1.1.3
	dws_pl15b:1.1.1.3
	LINUX_0_99_15B:1.1.1.3
	dws_pl15a:1.1.1.3
	LINUX_0_99_15A:1.1.1.3
	dws_pl15:1.1.1.3
	LINUX_0_99_15:1.1.1.3
	LINUX_0_99_14Z:1.1.1.3
	dws_pl14y:1.1.1.3
	LINUX_0_99_14Y:1.1.1.3
	dws_pl14x:1.1.1.3
	LINUX_0_99_14X:1.1.1.3
	LINUX_0_99_14W:1.1.1.2
	LINUX_0_99_14V:1.1.1.2
	LINUX_0_99_14U:1.1.1.2
	dws_pl14t:1.1.1.2
	LINUX_0_99_14T:1.1.1.2
	dws_pl14s:1.1.1.2
	LINUX_0_99_14S:1.1.1.2
	dws_pl14r:1.1.1.2
	LINUX_0_99_14R:1.1.1.2
	dws_pl14q:1.1.1.2
	LINUX_0_99_14Q:1.1.1.2
	dws_pl14p:1.1.1.2
	LINUX_0_99_14P:1.1.1.2
	dws_pl14o:1.1.1.2
	LINUX_0_99_14O:1.1.1.2
	LINUX_0_99_14M:1.1.1.2
	LINUX_0_99_14L:1.1.1.2
	LINUX_0_99_14K:1.1.1.2
	LINUX_0_99_14J:1.1.1.2
	LINUX_0_99_14I:1.1.1.2
	LINUX_0_99_14H:1.1.1.2
	LINUX_0_99_14G:1.1.1.2
	dws_pl14f:1.1.1.2
	LINUX_0_99_14F:1.1.1.2
	dws_pl14e:1.1.1.2
	LINUX_0_99_14E:1.1.1.2
	LINUX_0_99_14D:1.1.1.2
	LINUX_0_99_14C:1.1.1.2
	LINUX_0_99_14B:1.1.1.1
	LINUX_0_99_14A:1.1.1.1
	LINUX_0_99_14:1.1.1.1
	LINUX:1.1.1;
locks; strict;
comment	@# @;


1.1
date	93.12.09.16.58.17;	author steinber;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	93.12.09.16.58.18;	author steinber;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	93.12.13.13.36.55;	author steinber;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	94.02.01.08.58.50;	author steinber;	state Exp;
branches;
next	1.1.1.4;

1.1.1.4
date	94.02.22.23.46.59;	author dws;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#
# Set any special options here.  Most drivers will autoprobe/autoIRQ
# if you set the address or IRQ to zero, so we do that by default.
# Cards and options supported:
#
#  EI_DEBUG		Set the debugging level for 8390-based boards
#  CONFIG_WD80x3	The Western Digital (SMC) WD80x3 driver
#	WD_SHMEM=xxx	Forces the address of the shared memory
#	WD_no_mapout	Don't map out the shared memory (faster, but
#			your machine may not warm-boot).
#  CONFIG_NE2000	The NE-[12]000 clone driver.
#	PACKETBUF_MEMSIZE  Allows an extra-large packet buffer to be
#			used.  Usually pointless under Linux.
#	show_all_SAPROM  Show the entire address PROM, not just the
#			ethernet address, during boot.
#	rw_bugfix	Patch an obscure bug with a version of the 8390.
#  CONFIG_HPLAN		The HP-LAN driver (for 8390-based boards only).
#	rw_bugfix	Fix the same obscure bug.
#  CONFIG_EL1		The 3c501 driver (just joking, never released)
#  CONFIG_EL2		The 3c503 EtherLink II driver
#	EL2_AUI		Default to the AUI port instead of the BNC port
#	no_probe_nonshared_memory  Don't probe for programmed-I/O boards.
#	EL2MEMTEST	Test shared memory at boot-time.
#  CONFIG_EL3
#	EL3_DEBUG	Set the debugging message level.
#  CONFIG_AT1500
#	LANCE_DEBUG	Set the debugging message level.
#	DEFAULT_DMA	Change the default DMA to other than 5.
#  CONFIG_PLIP		The Crynwr-protocol PL/IP driver
#  SLIP			The MicroWalt SLIP driver
#	  SL_DUMP	Uses the "dump frame" debug code
#	  SL_COMPRESSED Use CSLIP
#  D_LINK		The D-Link DE-600 Portable Ethernet Adaptor.
#	  D_LINK_IO	The D-Link I/O address (0x378 == default)
#	  D_LINK_IRQ	The D-Link IRQ number to use (IRQ7 == default)
#	  D_LINK_DEBUG	Enable or disable D-Link debugging
#

OPTS		= #-DEI8390=0 -DEI8390_IRQ=0
WD_OPTS		= #-DWD_SHMEM=0
EL2_OPTS	= #-UEL2_AUI
NE_OPTS		=
HP_OPTS		=
PLIP_OPTS	=
SLIP_OPTS	= -DSL_DUMP -DSL_COMPRESSED
DL_OPTS		= -DD_LINK_IO=0x378 -DD_LINK_IRQ=7 -UD_LINK_DEBUG
AT_OPTS		= # -DLANCE_DMA=5
@


1.1.1.1
log
@LINUX_0_99_14
@
text
@@


1.1.1.2
log
@LINUX_0_99_14C
@
text
@d30 3
d45 1
@


1.1.1.3
log
@LINUX_0_99_14X
@
text
@d2 3
a4 2
# This file is used for selecting non-standard netcard options, and
# need not be modified for typical use.
d6 1
a6 5
# Drivers are *not* selected in this file, but rather with files
# automatically generated during the top-level kernel configuration.
#
# Special options supported, indexed by their 'config' name:
#
d19 1
d24 5
a29 2
#	INITIALTIMEOUTFACTOR	Timing parameters.
#	MAXTIMEOUTFACTOR
d31 2
a32 2
#	  D_LINK_IO	The D-Link I/O address (0x378 == typical)
#	  D_LINK_IRQ	The D-Link IRQ number to use (IRQ7 == typical)
d36 3
a38 15
# The following options exist, but cannot be set in this file.
#  lance.c
#	LANCE_DMA	Change the default DMA to other than DMA5.
#  8390.c
#	NO_PINGPONG	Disable ping-pong transmit buffers.


# Most drivers also have a *_DEBUG setting that may be adjusted.
# The 8390 drivers share the EI_DEBUG settting.

# General options for Space.c
OPTS		= # -DETH0_ADDR=0x300 -DETH0_IRQ=11

WD_OPTS		= #-DWD_SHMEM=0xDD000
EL2_OPTS	= #-DEL2_AUI
a41 2

# The following are the only parameters that must be set in this file.
d43 1
@


1.1.1.4
log
@LINUX_0_99_15H
@
text
@a32 3
#  DEPCA		The DIGITAL series of AT Ethernet Cards (DE100, DE200)
#	  DEPCA_IRQ	Set the desired IRQ (=0, for autoprobe)
#	  DEPCA_DEBUG	Set the desired debug level
a52 1
DEPCA_OPTS	= -DDEPCA_IRQ=0 -DDEPCA_DEBUG=1
@
