|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: MAKEDEV,v 1.43 1998/05/20 23:37:25 deraadt Exp $ |
|
|
|
# $OpenBSD: MAKEDEV,v 1.44 1998/07/21 22:43:03 marc Exp $ |
|
|
|
# |
|
|
|
# Copyright (c) 1990 The Regents of the University of California. |
|
|
|
# All rights reserved. |
|
|
@ -57,6 +57,7 @@ |
|
|
|
# Printers: |
|
|
|
# Terminal ports: |
|
|
|
# tty[a-d] onboard zs serial ports |
|
|
|
# cua[a-d] onboard zs serial ports |
|
|
|
# Special purpose devices: |
|
|
|
# audio |
|
|
|
# openprom |
|
|
@ -200,6 +201,7 @@ std) |
|
|
|
mknod stdout c 24 1 ; chmod 666 stdout |
|
|
|
mknod stderr c 24 2 ; chmod 666 stderr |
|
|
|
sh ${this} ttya ttyb ttyc ttyd |
|
|
|
sh ${this} cuaa cuab cuac cuad |
|
|
|
mknod fb c 22 0 ; chmod 666 fb |
|
|
|
mknod mouse c 13 0 ; chmod 666 mouse |
|
|
|
mknod kbd c 29 0 ; chmod 666 kbd |
|
|
|