[BACK]Return to MAKEDEV.conf CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc / etc.cobalt

File: [cvs.NetBSD.org] / src / etc / etc.cobalt / MAKEDEV.conf (download)

Revision 1.16, Sun Sep 23 09:20:58 2018 UTC (5 years, 6 months ago) by maxv
Branch: MAIN
CVS Tags: phil-wifi-20191119, phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, netbsd-9-base, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, is-mlppp-base, is-mlppp
Branch point for: netbsd-9
Changes since 1.15: +1 -2 lines

Remove ISDN from the kernel. It has remained unmaintained for a long time,
is of poor quality, and is now an obstacle to MP-ification. It was removed
ten years ago from FreeBSD for the same reason.

This retires a big user of the mbuf API, and will ease maintenance of the
kernel.

# $NetBSD: MAKEDEV.conf,v 1.16 2018/09/23 09:20:58 maxv Exp $

all_md)
	makedev wd0 wd1 sd0 sd1 sd2 sd3
	makedev st0 st1 ch0 cd0 cd1
	makedev ss0 ss1 uk0 uk1
	makedev tty00 tty01 tty02 tty03 ttyZ0 ttyZ1
	makedev audio speaker
	makedev music rmidi0 rmidi1
	makedev scsibus0 scsibus1 scsibus2 scsibus3
	makedev ses0 ses1 ses2 ses3
	makedev ld0 ld1 ld2 ld3
	makedev usbs
	makedev pci0
	makedev lcdpanel
	makedev altq
	makedev nsmb
	;;

minimal)
	makedev std
	makedev sd0 sd1 sd2 sd3 opty st0 st1 ch0 cd0 cd1 ccd0 ccd1 md0
	makedev wd0 wd1
	makedev tty00 ttyZ0
	makedev bpf
	;;

lcdpanel)
        mkdev lcdpanel0 c %lcdpanel_chr% 0 660
	;;


tty[0-9]|tty0[0-9])
	# MI MAKEDEV.tmpl will create ttyZ? node and compat symlink
	# tty0? -> ttyZ? for these targets if we have zstty.
	# We don't want it on this port so override it here.
	unit=${i#tty}
	ounit=00$unit
	ounit=${ounit#${ounit%??}}
	mkdev tty$ounit c 26 $(($unit + $dialin )) "" "" $u_uucp
	mkdev dty$ounit c 26 $(($unit + $dialout)) "" "" $u_uucp
	;;