From owner-p4-projects@FreeBSD.ORG Mon Nov 13 06:24:24 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id BEDB116A417; Mon, 13 Nov 2006 06:24:24 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92C7216A415 for ; Mon, 13 Nov 2006 06:24:24 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60A0343D5A for ; Mon, 13 Nov 2006 06:24:24 +0000 (GMT) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD6OOUF008116 for ; Mon, 13 Nov 2006 06:24:24 GMT (envelope-from sam@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD6ONwn008109 for perforce@freebsd.org; Mon, 13 Nov 2006 06:24:23 GMT (envelope-from sam@freebsd.org) Date: Mon, 13 Nov 2006 06:24:23 GMT Message-Id: <200611130624.kAD6ONwn008109@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to sam@freebsd.org using -f From: Sam Leffler To: Perforce Change Reviews Cc: Subject: PERFORCE change 109841 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2006 06:24:25 -0000 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? */