Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf Add cas(4).



details:   https://anonhg.NetBSD.org/src/rev/0c704271bcb4
branches:  trunk
changeset: 847526:0c704271bcb4
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Dec 26 17:52:49 2019 +0000

description:
Add cas(4).

diffstat:

 sys/arch/amd64/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 1079cf3617de -r 0c704271bcb4 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Thu Dec 26 17:51:08 2019 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Thu Dec 26 17:52:49 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.551 2019/12/14 07:45:20 maxv Exp $
+# $NetBSD: GENERIC,v 1.552 2019/12/26 17:52:49 msaitoh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.551 $"
+#ident         "GENERIC-$Revision: 1.552 $"
 
 maxusers       64              # estimated number of users
 
@@ -788,6 +788,7 @@
 bnx*   at pci? dev ? function ?        # Broadcom NetXtremeII gigabit Ethernet
 bwi*   at pci? dev ? function ?        # Broadcom BCM43xx wireless
 bwfm*  at pci? dev ? function ?        # Broadcom FullMAC
+cas*   at pci? dev ? function ?        # Sun Cassini/Cassini+ Ethernet
 dge*   at pci? dev ? function ?        # Intel 82597 10GbE LR
 ena*   at pci? dev ? function ?        # Amazon.com Elastic Network Adapter
 ep*    at pci? dev ? function ?        # 3Com 3c59x



Home | Main Index | Thread Index | Old Index