summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2009-06-15 18:22:41 +0000
committermarius <marius@FreeBSD.org>2009-06-15 18:22:41 +0000
commit6c0f8373ed31bb2300d516edbae32f2e9dbf72b3 (patch)
tree94a8433e796ffe8fced15b2a1a94604cbac0af7f /sys/boot
parent84d5b1472aacb5d5e2616dab2e337fd7ddd1d21f (diff)
downloadFreeBSD-src-6c0f8373ed31bb2300d516edbae32f2e9dbf72b3.zip
FreeBSD-src-6c0f8373ed31bb2300d516edbae32f2e9dbf72b3.tar.gz
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
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/forth/loader.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index aa159ca..45274f8 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -221,6 +221,7 @@ if_axe_load="NO" # ASIX Electronics AX88172 USB Ethernet
if_bce_load="NO" # Broadcom NetXtreme II Gigabit Ethernet
if_bfe_load="NO" # Broadcom BCM4401
if_bge_load="NO" # Broadcom BCM570x PCI Gigabit Ethernet
+if_cas_load="NO" # Sun Cassini/Cassini+ and NS DP83065 Saturn
if_cm_load="NO" # SMC (90c26, 90c56, 90c66)
if_cs_load="NO" # Crystal Semiconductor CS8920
if_cue_load="NO" # CATC USB-EL1210A USB Ethernet
OpenPOWER on IntegriCloud