diff options
author | 2003-11-18 00:00:55 +0000 | |
---|---|---|
committer | 2003-11-18 00:00:55 +0000 | |
commit | 49d3af3948a5ea2897d8fa7e04b38a1e988fc1e0 (patch) | |
tree | de503fd18e534991deceede42fa14263db46b4fc | |
parent | st.nicholas in nyc (diff) | |
download | wireguard-openbsd-49d3af3948a5ea2897d8fa7e04b38a1e988fc1e0.tar.xz wireguard-openbsd-49d3af3948a5ea2897d8fa7e04b38a1e988fc1e0.zip |
DDB_SAFE_CONSOLE should not be specified in GENERIC kernel except for testing.
-rw-r--r-- | sys/arch/pegasos/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/pegasos/conf/GENERIC b/sys/arch/pegasos/conf/GENERIC index 55fbbe0f4d8..5109c553b98 100644 --- a/sys/arch/pegasos/conf/GENERIC +++ b/sys/arch/pegasos/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.2 2003/11/14 03:24:47 drahn Exp $g +# $OpenBSD: GENERIC,v 1.3 2003/11/18 00:00:55 drahn Exp $g # # PPC GENERIC config file # @@ -22,7 +22,6 @@ option WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes option WSDISPLAY_DEFAULTSCREENS=6 #option PCIAGP option USER_PCICONF # user-space PCI configuration -option DDB_SAFE_CONSOLE option ADOSFS # AmigaDOS file system |