7a46124ea4
at MAXPARTITIONS/OLDMAXPARTITIONS in kernel sources, so that it wouldn't need to be specified separately in MAKEDEV.conf change platform MAKEDEV.conf to contain only MD targets and nothing else; simplify the parsing in MAKEDEV.awk accordingly
14 lines
223 B
Plaintext
14 lines
223 B
Plaintext
# $NetBSD: MAKEDEV.conf,v 1.2 2003/10/19 19:07:27 jdolecek Exp $
|
|
|
|
all_md)
|
|
makedev wscons wd0 wd1 sd0 sd1
|
|
makedev scif0 sci0
|
|
makedev tty0 tty1 tty2
|
|
makedev scsibus0
|
|
;;
|
|
|
|
ramdisk)
|
|
makedev std md0
|
|
makedev scif0 sci0
|
|
;;
|