Browse Source

sync

OPENBSD_3_1
jason 22 years ago
parent
commit
93be90ef5a
1 changed files with 17 additions and 6 deletions
  1. +17
    -6
      src/etc/etc.sparc64/MAKEDEV

+ 17
- 6
src/etc/etc.sparc64/MAKEDEV View File

@ -3,11 +3,11 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.16 2002/02/10 21:55:53 deraadt Exp
# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.18 2002/03/15 20:52:41 jason Exp
# OpenBSD: MAKEDEV.mi,v 1.41 2002/02/25 01:10:26 todd Exp
# OpenBSD: MAKEDEV.sub,v 1.6 2002/02/14 05:50:37 todd Exp
# OpenBSD: MAKEDEV.sub,v 1.7 2002/02/16 01:19:52 deraadt Exp
#
# $OpenBSD: MAKEDEV,v 1.62 2002/02/25 05:20:37 todd Exp $
# $OpenBSD: MAKEDEV,v 1.63 2002/03/15 20:53:05 jason Exp $
#
# Copyright (c) 2001,2002 Todd T. Fries <todd@OpenBSD.org>
# All rights reserved.
@ -66,6 +66,9 @@
# Pseudo terminals:
# tty* set of 16 slave psuedo terminals
# pty* set of 16 master pseudo terminals
# Printers:
# lpt* IEEE 1284 centronics printer
# lpa* interruptless lp
# USB devices:
# usb* Bus control devices used by usbd for attach/detach
# uhid* Generic HID devices
@ -398,6 +401,14 @@ usb*)
M usb$u c 90 $U 660
;;
lpt*|lpa*)
case $i in
lpt*) n=lpt f=0;;
lpa*) n=lpa f=128;;
esac
M $n$U c 37 $(($U+$f)) 600
;;
pty*)
if [ $U -gt 15 ]; then
echo bad unit for pty in: $i
@ -549,9 +560,9 @@ all)
R bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 pty2
R fd1 fd1B fd1C fd1D fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D
R fd0E fd0F fd0G fd0H xfs0 ss0 ss1 ch0 ses0 ccd0 ccd1 ccd2
R ccd3 wscons pci usbs audio0 uk0 random lkm tty00 tty01 tty02
R tty03 ttyh0 ttyh1 crypto pf altq wd0 wd1 wd2 wd3 raid0 raid1
R raid2 raid3 std st0 st1 fd
R ccd3 wscons pci usbs audio0 uk0 random lpa0 lpa1 lpa2 lpt0
R lpt1 lpt2 lkm tty00 tty01 tty02 tty03 ttyh0 ttyh1 crypto pf
R altq wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1 fd
;;
wd*|sd*|raid*|ccd*)


Loading…
Cancel
Save