diff options
Diffstat (limited to 'etc/etc.hppa/MAKEDEV')
-rw-r--r-- | etc/etc.hppa/MAKEDEV | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/etc/etc.hppa/MAKEDEV b/etc/etc.hppa/MAKEDEV index 0fab49779b5..e083a682653 100644 --- a/etc/etc.hppa/MAKEDEV +++ b/etc/etc.hppa/MAKEDEV @@ -3,11 +3,11 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.hppa/MAKEDEV.md,v 1.5 2002/02/21 13:06:48 todd Exp -# OpenBSD: MAKEDEV.mi,v 1.38 2002/02/21 13:41:55 todd Exp +# OpenBSD: etc.hppa/MAKEDEV.md,v 1.4 2002/02/14 13:29:20 todd Exp +# OpenBSD: MAKEDEV.mi,v 1.36 2002/02/19 21:05:10 todd Exp # OpenBSD: MAKEDEV.sub,v 1.7 2002/02/16 01:19:52 deraadt Exp # -# $OpenBSD: MAKEDEV,v 1.19 2002/02/21 13:44:12 todd Exp $ +# $OpenBSD: MAKEDEV,v 1.20 2002/02/21 18:34:11 deraadt Exp $ # # Copyright (c) 2001,2002 Todd T. Fries <todd@OpenBSD.org> # All rights reserved. @@ -54,6 +54,7 @@ # lpt* IEEE 1284 centronics printer # Call units: # Special purpose devices: +# hil HP300 HIL input devices # fd makes fd/* for the fdescfs # bpf* Berkeley Packet Filter # tun* network tunnel driver @@ -183,7 +184,8 @@ U=`unt $i` case $i in ramdisk) R std fd st0 st1 sd0 sd1 sd2 sd3 rd0 - R pty0 bpf0 bpf1 tun0 tun1 lkm random + R pty0 hil com0 com1 + R bpf0 bpf1 tun0 tun1 lkm random ;; std) @@ -351,7 +353,7 @@ all) R cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 pty2 fd1 fd1B fd1C fd1D R fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D fd0E fd0F fd0G fd0H - R xfs0 ss0 ss1 ch0 uk0 random lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 + R xfs0 ss0 ss1 ch0 uk0 rndrandom lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 R lkm tty00 tty01 tty02 tty03 pf altq std st0 st1 fd ;; |