NetBSD/etc/etc.newsmips/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

13 lines
291 B
Plaintext

# $NetBSD: MAKEDEV.conf,v 1.2 2003/10/19 19:07:27 jdolecek Exp $
all_md)
makedev wscons sd0 sd1 sd2 sd3 cd0 st0 st1
makedev tty0 tty1
makedev scsibus0 scsibus1 scsibus2 scsibus3
;;
floppy)
makedev std sd0 sd1 sd2 sd3 cd0 st0 opty tty0 tty1 md0
makedev ttyEcfg ttyE0 wskbd0 wskbd
;;