diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-10-25 02:41:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-10-25 02:41:58 +0000 |
| commit | 4f76d87b21cd7fa661c64774a01f6ee34c7c115c (patch) | |
| tree | f08c2d0c060a6858fd722931d6a11acad72b8933 /sys/amd64 | |
| parent | b1a6046cdf74da6b302a555a4d2e543d21a61e3e (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/conf/GENERIC | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 7d1c9dbfadd2..356abb00eef5 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -183,6 +183,9 @@ device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'') # 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 fe0 at isa? port 0x300 irq ? |
