NetBSD/etc/etc.luna68k/MAKEDEV.conf
jdolecek 808373beb6 use target 'wscons' to create wscons-related devices; this creates
also some additional control devices besides the terminal devices, which
are needed for full operation
2003-10-19 17:29:08 +00:00

21 lines
301 B
Plaintext

# $NetBSD: MAKEDEV.conf,v 1.2 2003/10/19 17:29:08 jdolecek Exp $
DISKPARTITIONS=8
MD_DEVICES=
all_md)
makedev ttya sd0 st0
makedev wscons
makedev scsibus0
;;
tty[ab])
case $i in
ttya) major=7; minor=0 ;;
ttyb) major=7; minor=1 ;;
esac
rm -f $i
mknod $i c $major $minor
chown uucp $i
;;