aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2009-06-15 18:22:41 +0000
committerMarius Strobl <marius@FreeBSD.org>2009-06-15 18:22:41 +0000
commit119051cbf92110c0b5d9b6453b41bdef82ac9f28 (patch)
tree94a8433e796ffe8fced15b2a1a94604cbac0af7f /sys/modules/Makefile
parent1917ef996d1b6aa6232992bf93d6f7c6b477235f (diff)
downloadsrc-119051cbf92110c0b5d9b6453b41bdef82ac9f28.tar.gz
src-119051cbf92110c0b5d9b6453b41bdef82ac9f28.zip
Add cas(4), a driver for Sun Cassini/Cassini+ and National Semiconductor
DP83065 Saturn Gigabit Ethernet controllers. These are the successors of the Sun GEM controllers and still have a similar but extended transmit logic. As such this driver is based on gem(4). Thanks to marcel@ for providing a Sun Quad GigaSwift Ethernet UTP (QGE) card which was vital for getting this driver to work on architectures not using Open Firmware. Approved by: re (kib) MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=194246
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index f7895215b5be..4b09df02a660 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -43,6 +43,7 @@ SUBDIR= ${_3dfx} \
${_canbepm} \
${_canbus} \
${_cardbus} \
+ cas \
${_cbb} \
cd9660 \
cd9660_iconv \