ports/55797: New port for ELAN SC520 watchdog

Dirk-Willem van Gulik dirkx at webweaving.org
Wed Aug 20 09:45:14 UTC 2003


>Number:         55797
>Category:       ports
>Synopsis:       New port for ELAN SC520 watchdog
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 20 02:45:01 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Dirk-Willem van Gulik <dirkx at webweaving.org>
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
Wireless Leiden / www.wirelessleiden.nl
>Environment:
System: FreeBSD foem.leiden.webweaving.org 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Mon Apr 28 16:12:26 CEST 2003 dirkx at foem.leiden.webweaving.org:/usr/obj/usr/src/sys/FOEM i386

	FreeBSD 5.0 and above.

>Description:

	New port: 

	Watchdog daemon for the AMD Elan sc520 system-on-chip.

	The watchdogd deamon runs in the background and will reset the hardware
	watchdog timer of the elan-mmcr/soekris every 16 seconds. If this timer
	is not reset within 32 seconds thereafter the hardware will reboot.

	This software was specifically developed for http://www.soekris.com/ 
	boards and for use within the http://www.wirelessleiden.nl/ project.

	WWW: http://www.webweaving.org/watchdog/ 

>How-To-Repeat:

	n/a
>Fix:

	n/a

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	watchdog
#	watchdog/files
#	watchdog/Makefile
#	watchdog/distinfo
#	watchdog/pkg-descr
#	watchdog/pkg-plist
#
echo c - watchdog
mkdir -p watchdog > /dev/null 2>&1
echo c - watchdog/files
mkdir -p watchdog/files > /dev/null 2>&1
echo x - watchdog/Makefile
sed 's/^X//' >watchdog/Makefile << 'END-of-watchdog/Makefile'
X# New ports collection makefile for:	ezload
X# Date created:		18 august 2003
X# Whom:			dirkx at webweaving.org
X#
X# $FreeBSD$
X#
X
XPORTNAME=	watchdog
XPORTVERSION=	1.00
XCATEGORIES=	sysutils
XMASTER_SITES=	http://www.webweaving.org/watchdog/
XEXTRACT_SUFX=   .tgz
X
XMAINTAINER=	dirkx at webweaving.org
XCOMMENT=	"Watchdog daemon for the AMD Elan sc520 system-on-chip."
X
XMAN8=		watchdogd.8
XMANCOMPRESSED=	yes
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} < 500043
X# We need revision 1.12 of /sys/i386/i386/elan-mmrc.c and
X# 1.1 of /sys/sys/watchdog.h.  The first tag is RELENG_5_1.
X#
XIGNORE=		'This port only works on 5.1 and above /  ${OSVERSION}
X.endif
X
X.include <bsd.port.post.mk>
END-of-watchdog/Makefile
echo x - watchdog/distinfo
sed 's/^X//' >watchdog/distinfo << 'END-of-watchdog/distinfo'
XMD5 (watchdog-1.00.tgz) = 5736c53ac9b74f6ebcf33b518479bd61
END-of-watchdog/distinfo
echo x - watchdog/pkg-descr
sed 's/^X//' >watchdog/pkg-descr << 'END-of-watchdog/pkg-descr'
XWatchdog daemon for the AMD Elan sc520 system-on-chip.
X
XThe watchdogd deamon runs in the background and will reset the hardware
Xwatchdog timer of the elan-mmcr/soekris every 16 seconds. If this timer
Xis not reset within 32 seconds thereafter the hardware will reboot.
X
XThis software was specifically developed for http://www.soekris.com/ boards
Xand for use within the http://www.wirelessleiden.nl/ project.
X
XWWW: http://www.webweaving.org/watchdog/ 
X
X- Dirk-Willem van Gulik 
Xdirkx at webweaving.org
END-of-watchdog/pkg-descr
echo x - watchdog/pkg-plist
sed 's/^X//' >watchdog/pkg-plist << 'END-of-watchdog/pkg-plist'
Xbin/watchdogd
Xman/man8/watchdogd.8.gz
END-of-watchdog/pkg-plist
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list