diff options
| author | petrov <petrov@NetBSD.org> | 2003-07-17 21:02:03 +0000 |
|---|---|---|
| committer | petrov <petrov@NetBSD.org> | 2003-07-17 21:02:03 +0000 |
| commit | 120c8bbd3fb80656dc1436ec40a83bb9d758f4e0 (patch) | |
| tree | 5da7e854cca972feb4d0423014b9bc0a4643247b | |
| parent | d686fc0deb90894c950388608a3394a1e920ee75 (diff) | |
Driver for CP1500/1400 watchdog timer.
| -rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index ba04ab25c1c..caf4ccc8e41 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $NetBSD: files.sparc64,v 1.79 2003/06/16 19:24:51 heas Exp $ +# $NetBSD: files.sparc64,v 1.80 2003/07/17 21:02:03 petrov Exp $ # @(#)files.sparc64 8.1 (Berkeley) 7/19/93 # sparc64-specific configuration info @@ -167,6 +167,11 @@ file arch/sparc64/dev/ffb.c ffb attach ffb at mainbus with ffb_mainbus file arch/sparc64/dev/ffb_mainbus.c ffb_mainbus +# CP1500/1400 watchdog timer +device pldwdog: sysmon_wdog +attach pldwdog at ebus +file arch/sparc64/dev/pld_wdog.c pldwdog + # # Generic Sun stuff # |
