summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-06-17 16:12:50 +0000
committerharti <harti@FreeBSD.org>2003-06-17 16:12:50 +0000
commit7fd232e2767bc56bea5d74ff3eba8c5677d897f4 (patch)
treeb68cd977110a00c4fb5cb1d12d68e24f6f76ba1a /sys/conf
parent78a38f4ad23cae911dd3cd2c813338b731be47c7 (diff)
downloadFreeBSD-src-7fd232e2767bc56bea5d74ff3eba8c5677d897f4.zip
FreeBSD-src-7fd232e2767bc56bea5d74ff3eba8c5677d897f4.tar.gz
This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is full
busdma and has extensively been tested on i386 and sparc64.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/conf/files5
2 files changed, 10 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index af1556f..faa8d78 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1673,12 +1673,16 @@ options MSIZE=512 # mbuf size in bytes
# The `en' device provides support for Efficient Networks (ENI)
# ENI-155 PCI midway cards, and the Adaptec 155Mbps PCI ATM cards (ANA-59x0).
#
+# The `hatm' device provides support for Fore/Marconi HE155 and HE622
+# ATM PCI cards.
+#
# atm device provides generic atm functions and is required for
# atm devices.
# NATM enables the netnatm protocol family that can be used to
# bypass TCP/IP.
#
# utopia provides the access to the ATM PHY chips and is required for en
+# and hatm
#
# the current driver supports only PVC operations (no atm-arp, no multicast).
# for more details, please read the original documents at
@@ -1686,6 +1690,7 @@ options MSIZE=512 # mbuf size in bytes
#
device atm
device en
+device hatm #Fore/Marconi HE155/622
device utopia #ATM PHY driver
options NATM #native ATM
diff --git a/sys/conf/files b/sys/conf/files
index ad16fbc..671d0ac 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -408,6 +408,11 @@ dev/fxp/if_fxp.c optional fxp
dev/gem/if_gem.c optional gem
dev/gem/if_gem_pci.c optional gem pci
dev/gx/if_gx.c optional gx
+dev/hatm/if_hatm.c optional hatm pci
+dev/hatm/if_hatm_intr.c optional hatm pci
+dev/hatm/if_hatm_ioctl.c optional hatm pci
+dev/hatm/if_hatm_rx.c optional hatm pci
+dev/hatm/if_hatm_tx.c optional hatm pci
dev/hea/eni.c optional hea nowerror
dev/hea/eni_buffer.c optional hea nowerror
dev/hea/eni_globals.c optional hea
OpenPOWER on IntegriCloud