diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-11-06 19:43:06 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-11-06 19:43:06 +0000 |
commit | 655ac86a4709e4bc33b362eea750db20c8bb4d94 (patch) | |
tree | 5745a6e449b3c8120f975c67dc616ca38cea963a /sys/arch | |
parent | aaf091738af9d4112fb948ab66f51b0e4909905a (diff) |
root on wd0a for now.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/landisk/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC index fbbc4371a68..dd54e20150b 100644 --- a/sys/arch/landisk/conf/GENERIC +++ b/sys/arch/landisk/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.4 2006/10/16 21:55:18 drahn Exp $ +# $OpenBSD: GENERIC,v 1.5 2006/11/06 19:43:05 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -27,8 +27,8 @@ option USBVERBOSE # Cache options. option SH4_CACHE_DISABLE_EMODE # disable extended (2x larger) mode -config bsd swap generic -#config bsd root on wd0a +#config bsd swap generic +config bsd root on wd0a mainbus0 at root cpu0 at mainbus? |