Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

2.5 KiB

vers(file, {-$OpenBSD: MAKEDEV.md,v 1.1 2002/01/08 01:33:19 todd Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001 Todd T. Fries todd@OpenBSD.org dnl All rights reserved. dnl dnl Redistribution and use in source and binary forms, with or without dnl modification, are permitted provided that the following conditions dnl are met: dnl 1. Redistributions of source code must retain the above copyright dnl notice, this list of conditions and the following disclaimer. dnl 2. The name of the author may not be used to endorse or promote products dnl derived from this software without specific prior written permission. dnl dnl THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, dnl INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY dnl AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL dnl THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, dnl EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, dnl PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; dnl OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, dnl WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR dnl OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF dnl ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. dnl dnl _TITLE(make) _DEV(all) _DEV(floppy) _DEV(std) _DEV(loc) _TITLE(tap) _DEV(st,12,2) _TITLE(dis) _DEV(sd,8,8) _DEV(cd,13,3) _DEV(vnd,9,9) _DEV(ccd,27,7) _DEV(wd,36,0) _DEV(rd,28,6) _DEV(raid,43,16) _DEV(flo,37,4) _TITLE(term) _DEV(ttyB) _DEV(wscons) _DEV(wsdisp,25) _DEV(wskbd,29) _DEV(wsmux,56) _DEV(com,26) _DEV(ttyc,38) _TITLE(point) _DEV(wsmouse,30) _TITLE(pty) _DEV(tty,4) _DEV(pty,5) _TITLE(prn) _DEV(lpt,31) _DEV(lpa) _TITLE(usb) _DEV(usb,45) _DEV(uhid,46) _DEV(ulpt,47) _DEV(ugen,48) _DEV(utty,49) _TITLE(spec) _DEV(ch,14) _DEV(pf,35) _DEV(bpf,11) _DEV(altq,53) _DEV(iop,54) _DEV(pci,52) _DEV(usbs) _DEV(fdesc,10) _DEV(lkm,16) _DEV(tun,7) _DEV(mmcl) _DEV(kbd) _DEV(mouse) _DEV(rnd,34) _DEV(uk,33) _DEV(ss,32) _DEV(xfs,51) _DEV(au,24) dnl divert(7)dnl dnl raminst) _recurse std random _recurse sd0 sd1 sd2 wd0 st0 _recurse cd0 _recurse rd0 bpf0 _recurse ttyB0 ttyB1 ttyE0 ttyE1 pty0 ;;

_std(1,2,39,3,6) ;;

ttyB*|ttyc*) U=${i##tty?} case $i in ttyB*) type=B major=15 minor=Mult($U,2);; ttyc*) type=c major=38 minor=$U;; esac M tty$type$U c $major $minor 660 dialer uucp M cua$type$U c $major Add($minor,128) 660 dialer uucp ;;

mmclock) M mmclock c 28 0 444 ;;