diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-04-06 02:48:48 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-04-06 02:48:48 +0000 |
| commit | 0d5c223da470470cba1386f352cea432fd20e552 (patch) | |
| tree | eeef66c8d3d7862c2d75a6da954e1a9358c218f8 /sys/amd64 | |
| parent | f092a22bbde929be5e69338b84f35e1600eeee68 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/conf/GENERIC | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 77e198279f7c..2e98637d6d41 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -190,6 +190,8 @@ device wi # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. device an +# BayStack 660 and others +device awi # The probe order of these is presently determined by i386/isa/isa_compat.c. device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 device fe0 at isa? port 0x300 @@ -197,8 +199,8 @@ 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 device sn0 at isa? port 0x300 irq 10 -# requires PCCARD (PCMCIA) support to be activated -#device xe0 at isa? +# Disabled because it is currently broken. +#device xe # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback |
