diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-01-19 17:12:56 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-01-19 17:12:56 +0000 |
commit | 32860a6c70423feffc072ce36fb5a48e3a37ccc9 (patch) | |
tree | a8157ccd9079f1c75b519bc58c2d6730a7bd0d33 | |
parent | 300c159f7706256af65fc98dbd70333a4cd78d27 (diff) |
Add commented out entry for environ(4).
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 8763b423479..dbf74345739 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.189 2008/01/15 10:06:02 mbalmer Exp $ +# $OpenBSD: GENERIC,v 1.190 2008/01/19 17:12:55 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -274,6 +274,7 @@ clock* at ebus? rtc* at ebus? clock0 at fhc0 clkbrd* at fhc? +environ* at fhc? ## Timer chip found on (some) sun4u systems. timer* at mainbus0 |