diff options
-rw-r--r-- | etc/etc.amd64/MAKEDEV | 35 | ||||
-rw-r--r-- | share/man/man8/man8.amd64/MAKEDEV.8 | 11 |
2 files changed, 27 insertions, 19 deletions
diff --git a/etc/etc.amd64/MAKEDEV b/etc/etc.amd64/MAKEDEV index 52a64320a68..ec21196ebb1 100644 --- a/etc/etc.amd64/MAKEDEV +++ b/etc/etc.amd64/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.amd64/MAKEDEV.md,v 1.61 2015/11/10 21:42:28 sthen Exp -# OpenBSD: MAKEDEV.common,v 1.82 2015/12/09 04:11:58 deraadt Exp +# OpenBSD: etc.amd64/MAKEDEV.md,v 1.62 2015/12/21 22:15:53 sf Exp +# OpenBSD: MAKEDEV.common,v 1.83 2015/12/21 22:15:53 sf Exp # OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -42,6 +42,7 @@ # Terminal ports: # tty[0-7][0-9a-f] NS16x50 serial ports # ttyc* Cyclades serial ports +# ttyVI* Virtio serial ports # Pseudo terminals: # ptm pty master device # pty* Set of 62 master pseudo terminals @@ -483,6 +484,10 @@ ptm) M ptm c 81 0 666 ;; +ttyVI*) + M ttyVI$U c 94 $U 660 dialer uucp + ;; + tty[0-7][0-9a-f]) U=${i#tty*} o=$(h2d $U) @@ -551,19 +556,19 @@ local) ;; all) - R drm0 drm1 drm2 drm3 nvram gpio0 gpio1 gpio2 bktr0 vnd0 vnd1 - R vnd2 vnd3 sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 cd0 cd1 - R rd0 tap0 tap1 tap2 tap3 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 - R bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 bio pty0 fd1 fd1B fd1C - R fd1D fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D fd0E fd0F fd0G - R fd0H diskmap vscsi0 ch0 audio0 audio1 audio2 vmm fuse pppx - R hotplug ptm gpr0 local wscons pci0 pci1 pci2 pci3 uall - R rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 - R tuner0 radio0 speaker video0 video1 uk0 random lpa0 lpa1 - R lpa2 lpt0 lpt1 lpt2 tty00 tty01 tty02 tty03 tty04 tty05 - R tty06 tty07 tty08 tty09 tty0a tty0b ttyc0 ttyc1 ttyc2 ttyc3 - R ttyc4 ttyc5 ttyc6 ttyc7 apm pf pctr systrace wd0 wd1 wd2 wd3 - R std st0 st1 fd + R ttyVI00 ttyVI10 ttyVI20 ttyVI30 ttyVI40 drm0 drm1 drm2 drm3 + R nvram gpio0 gpio1 gpio2 bktr0 vnd0 vnd1 vnd2 vnd3 sd0 sd1 + R sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 cd0 cd1 rd0 tap0 tap1 tap2 + R tap3 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 + R bpf7 bpf8 bpf9 bio pty0 fd1 fd1B fd1C fd1D fd1E fd1F fd1G + R fd1H fd0 fd0B fd0C fd0D fd0E fd0F fd0G fd0H diskmap vscsi0 + R ch0 audio0 audio1 audio2 vmm fuse pppx hotplug ptm gpr0 + R local wscons pci0 pci1 pci2 pci3 uall rmidi0 rmidi1 rmidi2 + R rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 tuner0 radio0 speaker + R video0 video1 uk0 random lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 tty00 + R tty01 tty02 tty03 tty04 tty05 tty06 tty07 tty08 tty09 tty0a + R tty0b ttyc0 ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 apm pf + R pctr systrace wd0 wd1 wd2 wd3 std st0 st1 fd ;; wd*|sd*) diff --git a/share/man/man8/man8.amd64/MAKEDEV.8 b/share/man/man8/man8.amd64/MAKEDEV.8 index 4527122c38a..df0260470bb 100644 --- a/share/man/man8/man8.amd64/MAKEDEV.8 +++ b/share/man/man8/man8.amd64/MAKEDEV.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.74 2015/12/03 09:01:56 claudio Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.75 2015/12/21 22:23:24 sf Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" -.\" OpenBSD: etc.amd64/MAKEDEV.md,v 1.61 2015/11/10 21:42:28 sthen Exp -.\" OpenBSD: MAKEDEV.common,v 1.81 2015/11/10 21:49:18 sthen Exp +.\" OpenBSD: etc.amd64/MAKEDEV.md,v 1.62 2015/12/21 22:15:53 sf Exp +.\" OpenBSD: MAKEDEV.common,v 1.83 2015/12/21 22:15:53 sf Exp .\" OpenBSD: MAKEDEV.man,v 1.7 2009/03/18 17:34:25 sobrado Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp .\" @@ -23,7 +23,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 3 2015 $ +.Dd $Mdocdate: December 21 2015 $ .Dt MAKEDEV 8 amd64 .Os .Sh NAME @@ -115,6 +115,9 @@ NS16x50 serial ports, see .It Ar ttyc* Cyclades serial ports, see .Xr cy 4 . +.It Ar ttyVI* +Virtio serial ports, see +.Xr viocon 4 . .El .Pp .Sy Pseudo terminals |