Module Name:    src
Committed By:   jdc
Date:           Thu Jan  7 09:25:19 UTC 2010

Modified Files:
        src/sys/dev/pci: files.pci

Log Message:
Add cas (Sun Cassini/Cassini+ (GigaSwift) Ethernet).


To generate a diff of this commit:
cvs rdiff -u -r1.323 -r1.324 src/sys/dev/pci/files.pci

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/files.pci
diff -u src/sys/dev/pci/files.pci:1.323 src/sys/dev/pci/files.pci:1.324
--- src/sys/dev/pci/files.pci:1.323	Wed Oct 28 02:10:27 2009
+++ src/sys/dev/pci/files.pci	Thu Jan  7 09:25:19 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: files.pci,v 1.323 2009/10/28 02:10:27 macallan Exp $
+#	$NetBSD: files.pci,v 1.324 2010/01/07 09:25:19 jdc Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -368,6 +368,11 @@
 attach	gem at pci with gem_pci
 file	dev/pci/if_gem_pci.c		gem_pci
 
+# Sun Cassini-network
+device	cas: arp, ether, ifnet, mii
+attach	cas at pci
+file	dev/pci/if_cas.c		cas
+
 # JMicron JMC2[56]0 ethernet controllers
 device	jme: ether, ifnet, arp, mii
 attach	jme at pci

Reply via email to