Add the `xe' Xircom PC Card driver.
This commit is contained in:
parent
b6c29b4c5c
commit
282462f969
@ -11,7 +11,7 @@
|
||||
# device lines is present in the ./LINT configuration file. If you are
|
||||
# in doubt as to the purpose or necessity of a line, check first in LINT.
|
||||
#
|
||||
# $Id: GENERIC,v 1.168 1999/05/04 00:15:15 msmith Exp $
|
||||
# $Id: GENERIC,v 1.169 1999/05/09 16:45:52 phk Exp $
|
||||
|
||||
machine i386
|
||||
cpu I386_CPU
|
||||
@ -176,6 +176,7 @@ device ex0 at isa? port? irq?
|
||||
device fe0 at isa? port 0x300 irq ?
|
||||
device le0 at isa? port 0x300 irq 5 iomem 0xd0000
|
||||
device lnc0 at isa? port 0x280 irq 10 drq 0
|
||||
#device xe0 at isa? port? irq ?
|
||||
#device ze0 at isa? port 0x300 irq 10 iomem 0xd8000
|
||||
#device zp0 at isa? port 0x300 irq 10 iomem 0xd8000
|
||||
device cs0 at isa? port 0x300 irq ?
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.596 1999/05/09 22:26:10 peter Exp $
|
||||
# $Id: LINT,v 1.597 1999/05/11 10:10:39 jb Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -1199,6 +1199,7 @@ options EXTRA_SIO=2 #number of extra sio ports to allocate
|
||||
# wi: Lucent WaveLAN/IEEE 802.11 PCMCIA adapters. Note: this supports both
|
||||
# the PCMCIA and ISA cards: the ISA card is really a PCMCIA to ISA
|
||||
# bridge with a PCMCIA adapter plugged into it.
|
||||
# xe: Xircom/Intel EtherExpress Pro100/16 PC Card ethernet controller.
|
||||
# ze: IBM/National Semiconductor PCMCIA ethernet controller.
|
||||
# zp: 3Com PCMCIA Etherlink III (It does not require shared memory for
|
||||
# send/receive operation, but it needs 'iomem' to read/write the
|
||||
@ -1224,6 +1225,7 @@ device wi0 at isa? port? irq?
|
||||
options WLCACHE # enables the signal-strength cache
|
||||
options WLDEBUG # enables verbose debugging output
|
||||
device wl0 at isa? port 0x300 irq ?
|
||||
device xe0 at isa? port? irq ?
|
||||
# We can (bogusly) include both the dedicated PCCARD drivers and the generic
|
||||
# support when COMPILING_LINT.
|
||||
device ze0 at isa? port 0x300 irq 5 iomem 0xd8000
|
||||
|
@ -1,7 +1,7 @@
|
||||
# This file tells config what files go into building a kernel,
|
||||
# files marked standard are always included.
|
||||
#
|
||||
# $Id: files.i386,v 1.238 1999/05/08 15:46:46 peter Exp $
|
||||
# $Id: files.i386,v 1.239 1999/05/09 16:46:01 phk Exp $
|
||||
#
|
||||
# The long compile-with and dependency lines are required because of
|
||||
# limitations in config: backslash-newline doesn't work in strings, and
|
||||
@ -156,6 +156,7 @@ i386/isa/if_rdp.c optional rdp device-driver
|
||||
i386/isa/if_sr.c optional sr device-driver
|
||||
i386/isa/if_wi.c optional wi device-driver
|
||||
i386/isa/if_wl.c optional wl device-driver
|
||||
dev/pccard/if_xe.c optional xe device-driver
|
||||
i386/isa/if_ze.c optional ze device-driver
|
||||
i386/isa/if_zp.c optional zp device-driver
|
||||
contrib/dev/oltr/if_oltr.c optional oltr device-driver
|
||||
|
@ -11,7 +11,7 @@
|
||||
# device lines is present in the ./LINT configuration file. If you are
|
||||
# in doubt as to the purpose or necessity of a line, check first in LINT.
|
||||
#
|
||||
# $Id: GENERIC,v 1.168 1999/05/04 00:15:15 msmith Exp $
|
||||
# $Id: GENERIC,v 1.169 1999/05/09 16:45:52 phk Exp $
|
||||
|
||||
machine i386
|
||||
cpu I386_CPU
|
||||
@ -176,6 +176,7 @@ device ex0 at isa? port? irq?
|
||||
device fe0 at isa? port 0x300 irq ?
|
||||
device le0 at isa? port 0x300 irq 5 iomem 0xd0000
|
||||
device lnc0 at isa? port 0x280 irq 10 drq 0
|
||||
#device xe0 at isa? port? irq ?
|
||||
#device ze0 at isa? port 0x300 irq 10 iomem 0xd8000
|
||||
#device zp0 at isa? port 0x300 irq 10 iomem 0xd8000
|
||||
device cs0 at isa? port 0x300 irq ?
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.596 1999/05/09 22:26:10 peter Exp $
|
||||
# $Id: LINT,v 1.597 1999/05/11 10:10:39 jb Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -1199,6 +1199,7 @@ options EXTRA_SIO=2 #number of extra sio ports to allocate
|
||||
# wi: Lucent WaveLAN/IEEE 802.11 PCMCIA adapters. Note: this supports both
|
||||
# the PCMCIA and ISA cards: the ISA card is really a PCMCIA to ISA
|
||||
# bridge with a PCMCIA adapter plugged into it.
|
||||
# xe: Xircom/Intel EtherExpress Pro100/16 PC Card ethernet controller.
|
||||
# ze: IBM/National Semiconductor PCMCIA ethernet controller.
|
||||
# zp: 3Com PCMCIA Etherlink III (It does not require shared memory for
|
||||
# send/receive operation, but it needs 'iomem' to read/write the
|
||||
@ -1224,6 +1225,7 @@ device wi0 at isa? port? irq?
|
||||
options WLCACHE # enables the signal-strength cache
|
||||
options WLDEBUG # enables verbose debugging output
|
||||
device wl0 at isa? port 0x300 irq ?
|
||||
device xe0 at isa? port? irq ?
|
||||
# We can (bogusly) include both the dedicated PCCARD drivers and the generic
|
||||
# support when COMPILING_LINT.
|
||||
device ze0 at isa? port 0x300 irq 5 iomem 0xd8000
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.596 1999/05/09 22:26:10 peter Exp $
|
||||
# $Id: LINT,v 1.597 1999/05/11 10:10:39 jb Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -1199,6 +1199,7 @@ options EXTRA_SIO=2 #number of extra sio ports to allocate
|
||||
# wi: Lucent WaveLAN/IEEE 802.11 PCMCIA adapters. Note: this supports both
|
||||
# the PCMCIA and ISA cards: the ISA card is really a PCMCIA to ISA
|
||||
# bridge with a PCMCIA adapter plugged into it.
|
||||
# xe: Xircom/Intel EtherExpress Pro100/16 PC Card ethernet controller.
|
||||
# ze: IBM/National Semiconductor PCMCIA ethernet controller.
|
||||
# zp: 3Com PCMCIA Etherlink III (It does not require shared memory for
|
||||
# send/receive operation, but it needs 'iomem' to read/write the
|
||||
@ -1224,6 +1225,7 @@ device wi0 at isa? port? irq?
|
||||
options WLCACHE # enables the signal-strength cache
|
||||
options WLDEBUG # enables verbose debugging output
|
||||
device wl0 at isa? port 0x300 irq ?
|
||||
device xe0 at isa? port? irq ?
|
||||
# We can (bogusly) include both the dedicated PCCARD drivers and the generic
|
||||
# support when COMPILING_LINT.
|
||||
device ze0 at isa? port 0x300 irq 5 iomem 0xd8000
|
||||
|
@ -1,7 +1,7 @@
|
||||
# This file tells config what files go into building a kernel,
|
||||
# files marked standard are always included.
|
||||
#
|
||||
# $Id: files.i386,v 1.238 1999/05/08 15:46:46 peter Exp $
|
||||
# $Id: files.i386,v 1.239 1999/05/09 16:46:01 phk Exp $
|
||||
#
|
||||
# The long compile-with and dependency lines are required because of
|
||||
# limitations in config: backslash-newline doesn't work in strings, and
|
||||
@ -156,6 +156,7 @@ i386/isa/if_rdp.c optional rdp device-driver
|
||||
i386/isa/if_sr.c optional sr device-driver
|
||||
i386/isa/if_wi.c optional wi device-driver
|
||||
i386/isa/if_wl.c optional wl device-driver
|
||||
dev/pccard/if_xe.c optional xe device-driver
|
||||
i386/isa/if_ze.c optional ze device-driver
|
||||
i386/isa/if_zp.c optional zp device-driver
|
||||
contrib/dev/oltr/if_oltr.c optional oltr device-driver
|
||||
|
Loading…
x
Reference in New Issue
Block a user