diff options
| author | 2014-11-22 22:48:38 +0000 | |
|---|---|---|
| committer | 2014-11-22 22:48:38 +0000 | |
| commit | febcf9eec4b1065eefb2597eb953e37d30caf79e (patch) | |
| tree | 618c64a034f9cafe95400fcbda4b69d5cc0f3986 /sys/arch/sparc/conf/files.sparc | |
| parent | Previous diff changed the location of the ACPI S3/S4 trampoline, which has (diff) | |
| download | wireguard-openbsd-febcf9eec4b1065eefb2597eb953e37d30caf79e.tar.xz wireguard-openbsd-febcf9eec4b1065eefb2597eb953e37d30caf79e.zip | |
Driver for the ECC memory controller found on some sun4m (ss20), so that
recoverable memory errors no longer panic the kernel.
From NetBSD but the manual page.
Diffstat (limited to 'sys/arch/sparc/conf/files.sparc')
| -rw-r--r-- | sys/arch/sparc/conf/files.sparc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/files.sparc b/sys/arch/sparc/conf/files.sparc index a676ec48e6b..36470b78ed8 100644 --- a/sys/arch/sparc/conf/files.sparc +++ b/sys/arch/sparc/conf/files.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc,v 1.96 2014/10/12 19:21:41 miod Exp $ +# $OpenBSD: files.sparc,v 1.97 2014/11/22 22:48:38 miod Exp $ # $NetBSD: files.sparc,v 1.44 1997/08/31 21:29:16 pk Exp $ # @(#)files.sparc 8.1 (Berkeley) 7/19/93 @@ -61,6 +61,10 @@ device memreg attach memreg at mainbus, obio file arch/sparc/sparc/memreg.c +device eccmemctl +attach eccmemctl at mainbus +file arch/sparc/sparc/memecc.c eccmemctl + device zs {[channel = -1]} attach zs at mainbus, obio file arch/sparc/dev/zs.c zs needs-flag |
