Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add a few missing devices.



details:   https://anonhg.NetBSD.org/src/rev/1f7344fd4362
branches:  trunk
changeset: 780381:1f7344fd4362
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Jul 22 14:23:47 2012 +0000

description:
Add a few missing devices.

diffstat:

 sys/arch/i386/conf/ALL |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (42 lines):

diff -r 8236e2fd6ecc -r 1f7344fd4362 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sun Jul 22 14:02:45 2012 +0000
+++ b/sys/arch/i386/conf/ALL    Sun Jul 22 14:23:47 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.339 2012/06/05 08:44:12 abs Exp $
+# $NetBSD: ALL,v 1.340 2012/07/22 14:23:47 matt Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.339 $"
+#ident                 "ALL-$Revision: 1.340 $"
 
 maxusers       64              # estimated number of users
 
@@ -993,6 +993,7 @@
 bge*   at pci? dev ? function ?        # Broadcom 570x gigabit Ethernet
 bnx*   at pci? dev ? function ?        # Broadcom NetXtremeII gigabit Ethernet
 bwi*   at pci? dev ? function ?        # Broadcom BCM43xx wireless
+cas*   at pci? dev ? function ?        # Sun Cassini/Cassini+ Ethernet
 dge*   at pci? dev ? function ?        # Intel 82597 10GbE LR
 en*    at pci? dev ? function ?        # ENI/Adaptec ATM
 ep*    at pci? dev ? function ?        # 3Com 3c59x
@@ -1035,6 +1036,7 @@
 txp*   at pci? dev ? function ?        # 3com 3cr990
 vge*   at pci? dev ? function ?        # VIATech VT612X Gigabit Ethernet
 vr*    at pci? dev ? function ?        # VIA Rhine Fast Ethernet
+vte*   at pci? dev ? function ?        # Vortex86 RDC R6040 Fast Ethernet
 wi*    at pci? dev ? function ?        # Intersil Prism Mini-PCI (802.11b)
 wm*    at pci? dev ? function ?        # Intel 8254x gigabit
 wpi*   at pci? dev ? function ?        # Intel PRO/Wireless 3945ABG
@@ -1149,6 +1151,7 @@
 nsphyter* at mii? phy ?                # NS83843 PHYs
 pnaphy* at mii? phy ?                  # generic HomePNA PHYs
 qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
+rdcphy* at mii? phy ?                  # RDC R6040 internal PHY
 rgephy* at mii? phy ?                  # Realtek 8169S/8110S internal PHYs
 rlphy* at mii? phy ?                   # Realtek 8139/8201L PHYs
 sqphy* at mii? phy ?                   # Seeq 80220/80221/80223 PHYs



Home | Main Index | Thread Index | Old Index