Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/evbarm/conf Pull up revision 1.7 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/041f28c09cf1
branches:  netbsd-1-6
changeset: 529328:041f28c09cf1
user:      he <he%NetBSD.org@localhost>
date:      Mon Nov 11 23:07:19 2002 +0000

description:
Pull up revision 1.7 (requested by thorpej in ticket #576):
  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 44c25d6ef88c -r 041f28c09cf1 sys/arch/evbarm/conf/IQ80321
--- a/sys/arch/evbarm/conf/IQ80321      Mon Nov 11 23:03:47 2002 +0000
+++ b/sys/arch/evbarm/conf/IQ80321      Mon Nov 11 23:07:19 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IQ80321,v 1.5.4.1 2002/08/01 04:19:01 lukem Exp $
+#      $NetBSD: IQ80321,v 1.5.4.2 2002/11/11 23:07:19 he 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