Browse Source

make cua{a,b,c,d} nodes when generating standard devs

OPENBSD_2_4
marc 26 years ago
parent
commit
9e609e6f5a
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/etc/etc.sparc/MAKEDEV

+ 3
- 1
src/etc/etc.sparc/MAKEDEV View File

@ -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


Loading…
Cancel
Save