summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-06-23 14:46:12 +0000
committerharti <harti@FreeBSD.org>2003-06-23 14:46:12 +0000
commitc1fe1ae28e833cf74f590e714bd3af3e243ed4ae (patch)
treeb0e6e8378df894dbda8022943e32b7199fe5c28d /sys/conf
parent2b26d4422f5f6254f34998250f00cdac8285e47a (diff)
downloadFreeBSD-src-c1fe1ae28e833cf74f590e714bd3af3e243ed4ae.zip
FreeBSD-src-c1fe1ae28e833cf74f590e714bd3af3e243ed4ae.tar.gz
This is a driver for Fore PCA200E cards that uses busdma and works on
little endian and big endian and with 32 and 64 bit pointers. It already has the hooks to be used for HARP, NATM and ngATM.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES7
-rw-r--r--sys/conf/files1
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 9d98a96..4328825 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1677,13 +1677,15 @@ options MSIZE=512 # mbuf size in bytes
# The `hatm' device provides support for Fore/Marconi HE155 and HE622
# ATM PCI cards.
#
+# The `fatm' device provides support for Fore PCA200E 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
+# utopia provides the access to the ATM PHY chips and is required for en,
+# hatm and fatm.
#
# the current driver supports only PVC operations (no atm-arp, no multicast).
# for more details, please read the original documents at
@@ -1691,6 +1693,7 @@ options MSIZE=512 # mbuf size in bytes
#
device atm
device en
+device fatm #Fore PCA200E
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 94adcbb..5dc1174 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -392,6 +392,7 @@ dev/ex/if_ex_isa.c optional ex isa
dev/ex/if_ex_pccard.c optional ex card
#dev/ex/if_ex_pccard.c optional ex pccard
dev/exca/exca.c optional cbb
+dev/fatm/if_fatm.c optional fatm pci
dev/fe/if_fe.c optional fe
dev/fe/if_fe_pccard.c optional fe card
dev/fe/if_fe_pccard.c optional fe pccard
OpenPOWER on IntegriCloud