summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-06-13 12:08:09 +0000
committerharti <harti@FreeBSD.org>2003-06-13 12:08:09 +0000
commit4ebffe3ab8eef8fd645a97e69b2bdb9632bed579 (patch)
treeff743821ab524457790e820a4efa095b00ceb814 /sys/conf
parent38bbc58a38c14d497e813987fe51ef42536d74f7 (diff)
downloadFreeBSD-src-4ebffe3ab8eef8fd645a97e69b2bdb9632bed579.zip
FreeBSD-src-4ebffe3ab8eef8fd645a97e69b2bdb9632bed579.tar.gz
Make the midway driver use the new ATM phy driver. This allows one to
toggle several media options (sonet/sdh, for example) with ifconfig and to see the carrier state in ifconfig's output. It gives also read/write access (given the right privilegs) to the S/Uni registers to user space programs.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/conf/files1
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 3b07a99..af1556f 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1678,12 +1678,15 @@ options MSIZE=512 # mbuf size in bytes
# 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
+#
# the current driver supports only PVC operations (no atm-arp, no multicast).
# for more details, please read the original documents at
# http://www.ccrc.wustl.edu/pub/chuck/tech/bsdatm/bsdatm.html
#
device atm
device en
+device utopia #ATM PHY driver
options NATM #native ATM
#
diff --git a/sys/conf/files b/sys/conf/files
index 071aa88..bb4e15d 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -797,6 +797,7 @@ dev/usb/usb_quirks.c optional usb
dev/usb/usb_subr.c optional usb
dev/usb/usbdi.c optional usb
dev/usb/usbdi_util.c optional usb
+dev/utopia/utopia.c optional utopia
dev/vinum/vinum.c optional vinum
dev/vinum/vinumconfig.c optional vinum
dev/vinum/vinumdaemon.c optional vinum
OpenPOWER on IntegriCloud