diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 1999-10-27 06:30:10 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 1999-10-27 06:30:10 +0000 |
| commit | e72032e9fc1552b06d4d399c46d86f370acb1606 (patch) | |
| tree | 91e0c93f9e9e5f66c06a464bb7761a8520bfed49 /sys/amd64 | |
| parent | 79a90570385e8540a862aaa01844223ae884ba37 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/conf/GENERIC | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 356abb00eef5..729cd97f65f3 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -180,14 +180,11 @@ device wb0 # Winbond W89C840F device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. -# The probe order of these is presently determined by i386/isa/isa_compat.c. device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 -device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 -# NOTE: if you configure ep0 for pccard, use -# device ep0 -# instead. -device ep0 at isa? port 0x300 irq 10 device ex0 at isa? port? irq? +device ep0 +# 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 irq ? device le0 at isa? port 0x300 irq 5 iomem 0xd0000 device lnc0 at isa? port 0x280 irq 10 drq 0 |
