summaryrefslogtreecommitdiffstats
path: root/sys/conf
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/conf
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/conf')
-rw-r--r--sys/conf/NOTES9
-rw-r--r--sys/conf/files2
-rw-r--r--sys/conf/files.i3861
3 files changed, 12 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 5d56a4c..ad17181 100644
--- a/sys/conf/NOTES
+++ b/sys/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"
diff --git a/sys/conf/files b/sys/conf/files
index 77353f8..d435ae0 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -289,6 +289,7 @@ dev/cardbus/cardbus.c optional cardbus
dev/cardbus/cardbus_cis.c optional cardbus
dev/ccd/ccd.c optional ccd
dev/ciss/ciss.c optional ciss
+dev/cm/smc90cx6.c optional cm
dev/cnw/if_cnw.c optional cnw card
#dev/cnw/if_cnw.c optional cnw pccard
dev/cs/if_cs.c optional cs
@@ -907,6 +908,7 @@ bpf.h standard \
net/bridge.c optional bridge
net/bsd_comp.c optional ppp_bsdcomp
net/if.c standard
+net/if_arcsubr.c optional arcnet
net/if_atmsubr.c optional atm
net/if_disc.c optional disc
net/if_ef.c optional ef
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 8cf3d2b..1043953 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -96,6 +96,7 @@ crypto/des/des_setkey.c optional netsmbcrypto
dev/advansys/adv_isa.c optional adv isa
dev/aic/aic_isa.c optional aic isa
dev/ar/if_ar_isa.c optional ar isa
+dev/cm/if_cm_isa.c optional cm isa
dev/ed/if_ed_isa.c optional ed isa
dev/eisa/eisaconf.c optional eisa
dev/em/if_em.c optional em
OpenPOWER on IntegriCloud