diff options
author | 2003-01-31 22:56:01 +0000 | |
---|---|---|
committer | 2003-01-31 22:56:01 +0000 | |
commit | 016b49102691a5d2587c5155ca75bc5e6f4133bc (patch) | |
tree | 6992468c97e062bb412db3badf0f04e4f5e79d49 /sys | |
parent | Enter gsckbc, a driver for the ps/2-like input device ports found on many (diff) | |
download | wireguard-openbsd-016b49102691a5d2587c5155ca75bc5e6f4133bc.tar.xz wireguard-openbsd-016b49102691a5d2587c5155ca75bc5e6f4133bc.zip |
sync w/ generic and correct minirotsize
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index c3aed213d0d..56eaf1cf6fb 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.6 2003/01/29 20:44:15 mickey Exp $ +# $OpenBSD: RAMDISK,v 1.7 2003/01/31 22:56:01 mickey Exp $ # # Diskless kernel config # @@ -26,7 +26,7 @@ option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight saving time used by RTC option RAMDISK_HOOKS -option MINIROOTSIZE=4096 +option MINIROOTSIZE=5120 config bsd root on rd0a swap on rd0b # and sd0b mainbus0 at root # root "bus" @@ -101,9 +101,9 @@ scsibus* at osiop? #audio* at aone? #harmony* at gsc? irq 13 # Audio Type 2 (CS4215/AD1849) #audio* at harmony? -#pckbc* at gsc? irq 26 -#pckbd* at pckbc? # PS/2 keyboard -#pms* at pckbc? # PS/2 mouse +#gsckbc* at gsc? irq 26 +#gsckbd* at gsckbc? # PS/2 keyboard +#wskbd* at gsckbd? #fdc* at gsc? # PC floppy controller (WD37C65C) #option FD_DEBUG |