Source-Changes-HG archive

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

[src/trunk]: src/sys/dev Add cas (Sun Cassini/Cassini+ (GigaSwift) Ethernet).



details:   https://anonhg.NetBSD.org/src/rev/7c6da44d0cc4
branches:  trunk
changeset: 750572:7c6da44d0cc4
user:      jdc <jdc%NetBSD.org@localhost>
date:      Thu Jan 07 09:24:45 2010 +0000

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

diffstat:

 sys/dev/DEVNAMES      |  3 ++-
 sys/dev/pci/files.pci |  7 ++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r 07c9464405d7 -r 7c6da44d0cc4 sys/dev/DEVNAMES
--- a/sys/dev/DEVNAMES  Thu Jan 07 09:23:54 2010 +0000
+++ b/sys/dev/DEVNAMES  Thu Jan 07 09:24:45 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: DEVNAMES,v 1.253 2009/12/05 16:29:14 pooka Exp $
+#      $NetBSD: DEVNAMES,v 1.254 2010/01/07 09:24:45 jdc Exp $
 #
 # This file contains all used device names and defined attributes in
 # alphabetical order. New devices added to the system somewhere should first
@@ -202,6 +202,7 @@
 cac                    MI
 cardbus                        MI
 cardslot               MI
+cas                    MI
 cbb                    MI
 cbbus                  MI              Attribute
 cbiiisc                        amiga
diff -r 07c9464405d7 -r 7c6da44d0cc4 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Thu Jan 07 09:23:54 2010 +0000
+++ b/sys/dev/pci/files.pci     Thu Jan 07 09:24:45 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index