diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-07-13 16:13:46 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-07-13 16:13:46 +0000 |
| commit | 0a67393d4a95c05a2e8da282bbaea849c0beddc9 (patch) | |
| tree | d6bd671d562a4254414a380d267f994c3de970ab | |
| parent | 1e6433e1a31bad0b49f0eef34634158d5ebff85d (diff) | |
Notes
| -rw-r--r-- | sys/i386/conf/GENERIC | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index eb7a768528b4..a3c20495f038 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -193,6 +193,8 @@ device wi # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. device an +# Xircom Ethernet +device xe # 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 |
