summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2002-01-08 20:03:13 +0000
committerfjoe <fjoe@FreeBSD.org>2002-01-08 20:03:13 +0000
commit2053aff54edfb4c3ac126a8b88700dbc70a7969f (patch)
treebb285377f57f0c2656c28eaca30fbc3434b7cb8a /sys/i386
parent849d50be93de0733f49a8209a1729f2787710113 (diff)
downloadFreeBSD-src-2053aff54edfb4c3ac126a8b88700dbc70a7969f.zip
FreeBSD-src-2053aff54edfb4c3ac126a8b88700dbc70a7969f.tar.gz
- generic Arcnet framework
- device driver for SMC COM90cx6 Arcnet network adapters Obtained from: NetBSD
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/NOTES9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 5d56a4c..ad17181 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -509,6 +509,7 @@ device musycc # LMC/SBE LMC1504 quad T1/E1
# Ethernets; it is MANDATORY when a Ethernet device driver is
# configured or token-ring is enabled.
# The `fddi' device provides generic code to support FDDI.
+# The `arcnet' device provides generic code to support Arcnet.
# The `sppp' device serves a similar role for certain types
# of synchronous PPP links (like `cx', `ar').
# The `sl' device implements the Serial Line IP (SLIP) service.
@@ -543,6 +544,7 @@ device ether #Generic Ethernet
device vlan #VLAN support
device token #Generic TokenRing
device fddi #Generic FDDI
+device arcnet #Generic Arcnet
device sppp #Generic Synchronous PPP
device loop 1 #Network loopback device
device bpf #Berkeley packet filter
@@ -1711,6 +1713,8 @@ device miibus
# the SysKonnect SK-9D21 and SK-9D41, and the embedded gigE NICs
# on Dell PowerEdge 2550 servers.
# cnw: Xircom CNW/Netware Airsurfer PC Card adapter
+# cm: Arcnet SMC COM90c26 / SMC COM90c56
+# (and SMC COM90c66 in '56 compatibility mode) adapters.
# cs: IBM Etherjet and other Crystal Semi CS89x0-based adapters
# cx: Cronyx/Sigma multiport sync/async (with Cisco or PPP framing)
# dc: Support for PCI fast ethernet adapters based on the DEC/Intel 21143
@@ -1829,6 +1833,11 @@ hint.ar.0.at="isa"
hint.ar.0.port="0x300"
hint.ar.0.irq="10"
hint.ar.0.maddr="0xd0000"
+device cm
+hint.cm.0.at="isa"
+hint.cm.0.port="0x2e0"
+hint.cm.0.irq="9"
+hint.cm.0.maddr="0xdc000"
device cs
hint.cs.0.at="isa"
hint.cs.0.port="0x300"
OpenPOWER on IntegriCloud