diff options
author | 2006-10-25 01:41:42 +0000 | |
---|---|---|
committer | 2006-10-25 01:41:42 +0000 | |
commit | 45b3eb3b9020330562ac1b171f08224381556ca3 (patch) | |
tree | b5d60b125e960af9dcee5bf825a79648158123ea | |
parent | Condense get functions into a single function. This is ahead of retrieving (diff) | |
download | wireguard-openbsd-45b3eb3b9020330562ac1b171f08224381556ca3.tar.xz wireguard-openbsd-45b3eb3b9020330562ac1b171f08224381556ca3.zip |
make majors reflect reality.
-rw-r--r-- | sys/arch/landisk/conf/files.landisk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/landisk/conf/files.landisk b/sys/arch/landisk/conf/files.landisk index 74ff0187559..368a0562769 100644 --- a/sys/arch/landisk/conf/files.landisk +++ b/sys/arch/landisk/conf/files.landisk @@ -1,4 +1,4 @@ -# $OpenBSD: files.landisk,v 1.2 2006/10/07 20:52:38 miod Exp $ +# $OpenBSD: files.landisk,v 1.3 2006/10/25 01:41:42 drahn Exp $ # $NetBSD: files.landisk,v 1.2 2006/09/07 01:55:02 uwe Exp $ # maxpartitions must be first item in files.${MACHINE} @@ -6,7 +6,9 @@ maxpartitions 16 maxusers 2 16 64 -major {wd = 0} +major {wd = 16} +major {rd = 18} +major {sd = 24} #defparam opt_memsize.h IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE |