NetBSD/etc/etc.next68k/MAKEDEV.conf
jdolecek 7a46124ea4 determine the platform number of disk partitions by looking
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
2003-10-19 19:07:26 +00:00

16 lines
338 B
Plaintext

# $NetBSD: MAKEDEV.conf,v 1.2 2003/10/19 19:07:27 jdolecek Exp $
all_md)
makedev wscons sd0 sd1 sd2 sd3 tty0 tty1
makedev st0 st1 ch0 cd0 cd1
makedev ss0 uk0 uk1
makedev bpf8 bpf9 bpf10 bpf11
makedev scsibus0 scsibus1 scsibus2 scsibus3
;;
raminst)
makedev std
makedev sd0 sd1 sd2 sd3 st0 st1 cd0 cd1
makedev tty0 tty1 opty
;;