Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Nov 2006 06:24:23 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109841 for review
Message-ID:  <200611130624.kAD6ONwn008109@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109841

Change 109841 by sam@sam_ebb on 2006/11/13 06:24:17

	ixp425 watchdog timer; the specs don't say what the
	units are for the timer register so this is almost
	certainly writing the wrong value (but otherwise it
	seems to DTRT)

Affected files ...

.. //depot/projects/arm/src/sys/arm/xscale/ixp425/files.ixp425#7 edit
.. //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425.c#18 edit
.. //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425_wdog.c#1 add

Differences ...

==== //depot/projects/arm/src/sys/arm/xscale/ixp425/files.ixp425#7 (text+ko) ====

@@ -5,6 +5,7 @@
 arm/xscale/ixp425/ixp425_mem.c		standard
 arm/xscale/ixp425/ixp425_space.c	standard
 arm/xscale/ixp425/ixp425_timer.c	standard
+arm/xscale/ixp425/ixp425_wdog.c		optional	ixpwdog
 arm/xscale/ixp425/ixp425_iic.c		optional	ixpiic
 arm/xscale/ixp425/ixp425_pci.c		optional	pci
 arm/xscale/ixp425/ixp425_pci_asm.S	optional	pci

==== //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425.c#18 (text+ko) ====

@@ -225,6 +225,7 @@
 
 	device_add_child(dev, "pcib", 0);
 	device_add_child(dev, "ixpclk", 0);
+	device_add_child(dev, "ixpwdog", 0);
 	device_add_child(dev, "ixpiic", 0);
 	device_add_child(dev, "uart", 0);
 	/* XXX these are optional, what if they are not configured? */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611130624.kAD6ONwn008109>