Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Add iopwdog (i80321 built-in watchdog t...



details:   https://anonhg.NetBSD.org/src/rev/949d099d2ddb
branches:  trunk
changeset: 534575:949d099d2ddb
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jul 29 18:42:27 2002 +0000

description:
Add iopwdog (i80321 built-in watchdog timer), fxp, and inphy.

diffstat:

 sys/arch/evbarm/conf/IQ80321 |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r 5d7abb749c1e -r 949d099d2ddb sys/arch/evbarm/conf/IQ80321
--- a/sys/arch/evbarm/conf/IQ80321      Mon Jul 29 18:40:04 2002 +0000
+++ b/sys/arch/evbarm/conf/IQ80321      Mon Jul 29 18:42:27 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IQ80321,v 1.6 2002/06/17 05:14:08 lukem Exp $
+#      $NetBSD: IQ80321,v 1.7 2002/07/29 18:42:27 thorpej Exp $
 #
 #      IQ80321 -- Intel IQ80321 Evaluation Board Kernel
 #
@@ -146,7 +146,9 @@
 
 # i80321 I/O Processor peripheral support
 iopxs*         at mainbus?
-pci0           at iopxs? bus ?
+
+iopwdog*       at iopxs?               # Watchdog timer
+pci0           at iopxs? bus ?         # PCI/PCI-X support
 
 # PCI-PCI bridges
 ppb*           at pci? dev ? function ?
@@ -157,9 +159,11 @@
 #
 
 # PCI network devices
+fxp*           at pci? dev ? function ?        # Intel i8255x 10/100 Ethernet
 wm*            at pci? dev ? function ?        # Intel i82544 Gig-E
 
 # MII/PHY support
+inphy*         at mii? phy ?                   # Intel i82555 10/100 PHYs
 makphy*                at mii? phy ?                   # Marvell 88E1000 PHYs
 ukphy*         at mii? phy ?                   # Generic IEEE 802.3u PHYs
 



Home | Main Index | Thread Index | Old Index