Move the xe0 driver back where it was. It was misleading where it was as it

does not take over the PCIC, it does require PCCARD support, and it doesn't
replace any existing driver.
This commit is contained in:
David E. O'Brien 1999-07-13 08:08:20 +00:00
parent 47b8bc92e8
commit a6c6cfcddf
2 changed files with 6 additions and 4 deletions

View File

@ -15,7 +15,7 @@
# device lines is also 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.175 1999/06/29 18:55:53 peter Exp $
# $Id: GENERIC,v 1.176 1999/07/06 19:22:38 des Exp $
machine i386
cpu I386_CPU
@ -180,11 +180,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

View File

@ -15,7 +15,7 @@
# device lines is also 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.175 1999/06/29 18:55:53 peter Exp $
# $Id: GENERIC,v 1.176 1999/07/06 19:22:38 des Exp $
machine i386
cpu I386_CPU
@ -180,11 +180,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