diff options
-rw-r--r-- | sys/i386/conf/PCCARD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/conf/PCCARD b/sys/i386/conf/PCCARD index 4e86f79..3fffd57 100644 --- a/sys/i386/conf/PCCARD +++ b/sys/i386/conf/PCCARD @@ -12,7 +12,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: PCCARD,v 1.12 1999/07/02 04:36:48 peter Exp $ +# $Id: PCCARD,v 1.13 1999/07/06 19:22:41 des Exp $ machine i386 cpu I386_CPU @@ -177,11 +177,12 @@ 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 cs0 at isa? port 0x300 irq ? +# requires PCCARD (PCMCIA) support to be activated +#device xe0 at isa? port? irq ? # PCCARD NIC drivers. # ze and zp take over the pcic and cannot coexist with generic pccard # support, nor the ed and ep drivers they replace. -#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 |