diff options
| author | jdc <jdc@NetBSD.org> | 2010-01-07 09:24:45 +0000 |
|---|---|---|
| committer | jdc <jdc@NetBSD.org> | 2010-01-07 09:24:45 +0000 |
| commit | b71af6114c44ec6c96b96db7f8d5dad9d8564c0f (patch) | |
| tree | 8fce79651d802481de2988678e2372099cf8cb6f /sys | |
| parent | 1da1a88e966d2f4043de20cd7e368299e585989b (diff) | |
Add cas (Sun Cassini/Cassini+ (GigaSwift) Ethernet).
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/DEVNAMES | 3 | ||||
| -rw-r--r-- | sys/dev/pci/files.pci | 7 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/DEVNAMES b/sys/dev/DEVNAMES index 4bcc60a6033..803ad6f37ed 100644 --- a/sys/dev/DEVNAMES +++ b/sys/dev/DEVNAMES @@ -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 @@ bztzsc amigappc cac MI cardbus MI cardslot MI +cas MI cbb MI cbbus MI Attribute cbiiisc amiga diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 9f33c2bb361..f02ab63825b 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -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 @@ file dev/pci/if_hme_pci.c hme_pci 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 |
