1993-06-20 13:41:45 +00:00
|
|
|
#!/bin/sh -
|
|
|
|
#
|
|
|
|
# Copyright (c) 1990 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
|
|
|
#
|
|
|
|
# Written and contributed by W. Jolitz 12/90
|
|
|
|
#
|
|
|
|
# Redistribution and use in source and binary forms are permitted provided
|
|
|
|
# that: (1) source distributions retain this entire copyright notice and
|
|
|
|
# comment, and (2) distributions including binaries display the following
|
|
|
|
# acknowledgement: ``This product includes software developed by the
|
|
|
|
# University of California, Berkeley and its contributors'' in the
|
|
|
|
# documentation or other materials provided with the distribution and in
|
|
|
|
# all advertising materials mentioning features or use of this software.
|
|
|
|
# Neither the name of the University nor the names of its contributors may
|
|
|
|
# be used to endorse or promote products derived from this software without
|
|
|
|
# specific prior written permission.
|
|
|
|
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
|
|
|
|
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
|
|
|
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
#
|
|
|
|
# @(#)MAKEDEV 5.2 (Berkeley) 6/22/90
|
1999-12-26 15:24:58 +00:00
|
|
|
# $FreeBSD$
|
1993-06-20 13:41:45 +00:00
|
|
|
#
|
|
|
|
# Device "make" file. Valid arguments:
|
1993-07-19 18:50:36 +00:00
|
|
|
# all makes all known devices, standard number of units (or close)
|
1993-06-20 13:41:45 +00:00
|
|
|
# std standard devices
|
1999-07-09 21:35:17 +00:00
|
|
|
# jail suitable for a jail(8)
|
1993-06-20 13:41:45 +00:00
|
|
|
# local configuration specific devices
|
1995-04-30 07:56:45 +00:00
|
|
|
# mach-4 mach4&lites+devices for Mach's XFree86 distribution
|
1995-07-29 00:40:40 +00:00
|
|
|
# (see http://www.cs.hut.fi/lites.html for more info on LITES)
|
1993-06-20 13:41:45 +00:00
|
|
|
#
|
|
|
|
# Tapes:
|
|
|
|
# wt* QIC-interfaced (e.g. not SCSI) 3M cartridge tape
|
1998-09-15 10:21:35 +00:00
|
|
|
# sa* SCSI Sequential Access Devices
|
1993-06-20 13:41:45 +00:00
|
|
|
#
|
|
|
|
# Disks:
|
2001-03-22 21:29:16 +00:00
|
|
|
# aac* Adaptec FSA RAID controllers
|
2000-09-13 05:03:02 +00:00
|
|
|
# aacd* Adaptec FSA RAID
|
1999-09-21 11:11:26 +00:00
|
|
|
# acd* ATAPI CD-ROM disks
|
2001-03-06 01:02:23 +00:00
|
|
|
# amrd* AMI MegaRAID
|
1999-07-07 12:00:42 +00:00
|
|
|
# cd* SCSI CD-ROM disks
|
1999-09-21 11:11:26 +00:00
|
|
|
# da* SCSI Direct Access Devices
|
|
|
|
# fd* floppy disk drives (3 1/2", 5 1/4")
|
|
|
|
# fla* M-Systems DiskOnChip
|
2000-03-08 18:14:02 +00:00
|
|
|
# idad* Compaq Smart-2 RAID arrays
|
1999-07-07 12:00:42 +00:00
|
|
|
# mcd* Mitsumi CD-ROM disks
|
1999-09-21 11:11:26 +00:00
|
|
|
# md* Memory (or malloc) disk
|
1999-12-29 01:11:29 +00:00
|
|
|
# mlx* Mylex DAC960 RAID controllers
|
2001-03-06 01:02:23 +00:00
|
|
|
# mlxd* Mylex DAC960 RAID disk volumes
|
2001-02-25 22:52:55 +00:00
|
|
|
# mly* Mylex RAID controllers (newer models)
|
1999-07-07 12:00:42 +00:00
|
|
|
# scd* Sony CD-ROM disks
|
1999-09-21 11:11:26 +00:00
|
|
|
# wd* "Winchester" disk drives (ST506,IDE,ESDI,RLL,...)
|
|
|
|
# wfd* IDE floppy disk drives (LS-120)
|
1993-06-20 13:41:45 +00:00
|
|
|
#
|
1993-07-19 18:50:36 +00:00
|
|
|
# Console ports:
|
1993-09-06 03:00:38 +00:00
|
|
|
# vty* virtual console devices for syscons/pcvt/codrv
|
1995-03-12 15:25:32 +00:00
|
|
|
#
|
1993-10-19 20:00:35 +00:00
|
|
|
# Pointing devices:
|
|
|
|
# mse* Logitech and ATI Inport bus mouse
|
|
|
|
# psm* PS/2 mouse
|
2001-03-06 01:02:23 +00:00
|
|
|
# jogdial Sony VAIO jog dial
|
1996-09-08 23:56:27 +00:00
|
|
|
# sysmouse Mousesystems mouse emulator for syscons
|
1993-10-19 20:00:35 +00:00
|
|
|
#
|
1995-07-21 13:02:13 +00:00
|
|
|
# Time devices:
|
|
|
|
# refclock-* serial ports used by xntpd parse refclocks
|
|
|
|
#
|
1993-06-20 13:41:45 +00:00
|
|
|
# Terminal ports:
|
1995-03-12 15:25:32 +00:00
|
|
|
# tty* general purpose serial ports
|
|
|
|
# cua* dialout serial ports
|
1995-09-22 20:42:11 +00:00
|
|
|
# ttyA* Specialix SI/XIO dialin ports ('*' = number of devices)
|
1995-09-03 20:40:16 +00:00
|
|
|
# cuaA* Specialix SI/XIO dialout ports
|
2001-05-02 01:08:09 +00:00
|
|
|
# ttyDXX Digiboard Xi - 16 dialin ports (dgb)
|
|
|
|
# cuaDXX Digiboard Xi - 16 dialout ports (dgb)
|
|
|
|
# ttyDX.X Digiboards (work in progress) - 16 dialin ports (digi)
|
|
|
|
# cuaDX.X Digiboards (work in progress) - 16 dialout ports (digi)
|
|
|
|
# ttyM* Digiboard Xem - 16 dialin ports (dgm)
|
|
|
|
# cuaM* Digiboard Xem - 16 dialout ports (dgm)
|
1997-08-28 12:14:14 +00:00
|
|
|
# ttyR* Rocketport dialin ports
|
|
|
|
# cuaR* Rocketport dialout ports
|
1993-06-20 13:41:45 +00:00
|
|
|
#
|
|
|
|
# Pseudo terminals:
|
1995-02-09 11:10:02 +00:00
|
|
|
# pty* set of 32 master and slave pseudo terminals
|
1993-09-06 03:00:38 +00:00
|
|
|
# vty* virtual terminals using syscons/pcvt/codrv console
|
1993-06-20 13:41:45 +00:00
|
|
|
#
|
1998-11-12 22:45:24 +00:00
|
|
|
# Parallel port:
|
|
|
|
# lpt* Printer
|
|
|
|
# ppi* Parallel port i/o
|
1999-07-09 12:52:04 +00:00
|
|
|
# pps* Pulse per second timing interface
|
2000-01-19 18:16:24 +00:00
|
|
|
# pcfclock* Parallel time sync interface
|
1998-11-12 22:45:24 +00:00
|
|
|
#
|
|
|
|
# I2C and SMBus:
|
|
|
|
# iic* I2C devices
|
|
|
|
# smb* SMBUS devices
|
1993-06-20 13:41:45 +00:00
|
|
|
#
|
1999-04-08 21:23:18 +00:00
|
|
|
# USB devices:
|
1999-08-21 18:01:42 +00:00
|
|
|
# usb* USB bus control device
|
2000-10-29 14:06:12 +00:00
|
|
|
# ugen* generic USB device
|
2000-02-12 21:16:01 +00:00
|
|
|
# uhid* Human Interface Device (HID)
|
1999-04-08 21:23:18 +00:00
|
|
|
# ulpt* printer
|
2001-03-06 01:02:23 +00:00
|
|
|
# umodem* modems
|
2000-10-29 14:06:12 +00:00
|
|
|
# ums* mouse
|
2000-03-18 18:45:48 +00:00
|
|
|
# urio* Diamond Rio 500
|
2001-03-06 01:02:23 +00:00
|
|
|
# uscanner* USB scanners
|
2002-07-10 16:07:33 +00:00
|
|
|
# ucom* USB serial devices
|
1999-04-08 21:23:18 +00:00
|
|
|
#
|
1995-07-29 05:25:08 +00:00
|
|
|
# SCSI devices (other than CD-ROM, tape and disk):
|
1999-11-01 19:45:59 +00:00
|
|
|
# ch* SCSI Media-Changer (juke box) driver
|
1995-07-29 05:25:08 +00:00
|
|
|
# pt* Processor Type (HP scanner, as one example)
|
1998-09-15 10:21:35 +00:00
|
|
|
# pass* CAM Passthrough device
|
2000-01-15 21:04:13 +00:00
|
|
|
# ses* SES (SCSI Environmental Services) and
|
|
|
|
# SAF-TE (Scsi Accessable Fault-Tolerant Enclosures) device
|
1995-04-28 00:51:40 +00:00
|
|
|
#
|
1996-03-18 20:28:27 +00:00
|
|
|
# PC-CARD (previously called PCMCIA) support
|
|
|
|
# card* PC-CARD slots
|
|
|
|
#
|
1999-01-08 16:03:57 +00:00
|
|
|
# ISDN devices:
|
|
|
|
# i4b isdnd call control device
|
|
|
|
# i4bctl debugging control device
|
2001-03-06 01:02:23 +00:00
|
|
|
# i4btrc* trace data interface(s), one per passive card
|
|
|
|
# i4btel* telephony interface(s)
|
1999-05-20 10:14:57 +00:00
|
|
|
# i4bteld* telephony dialout interface(s)
|
1999-01-08 16:03:57 +00:00
|
|
|
# i4brbch* raw b channel access device(s)
|
|
|
|
#
|
1993-06-20 13:41:45 +00:00
|
|
|
# Special purpose devices:
|
2000-08-29 20:20:54 +00:00
|
|
|
# acpi Advanced Configuration and Power Interface
|
1996-03-18 20:28:27 +00:00
|
|
|
# apm Advanced Power Management BIOS
|
1999-07-10 18:02:42 +00:00
|
|
|
# apmctl APM BIOS control device
|
1993-07-19 18:50:36 +00:00
|
|
|
# bpf* packet filter
|
2002-10-04 20:44:46 +00:00
|
|
|
# crypto crypto interface
|
1993-07-19 18:50:36 +00:00
|
|
|
# speaker pc speaker
|
|
|
|
# tw* xten power controller
|
1993-10-23 10:58:51 +00:00
|
|
|
# snd* various sound cards
|
2001-03-06 01:02:23 +00:00
|
|
|
# pcaudio PCM audio driver
|
|
|
|
# socksys iBCS2 socket system driver
|
1994-11-02 06:36:42 +00:00
|
|
|
# vat VAT compatibility audio driver (requires snd*)
|
1995-01-07 14:52:08 +00:00
|
|
|
# gsc Genius GS-4500 hand scanner
|
1995-01-25 21:21:28 +00:00
|
|
|
# joy pc joystick
|
1996-07-02 23:11:06 +00:00
|
|
|
# tun* Tunneling IP device
|
2000-07-20 17:01:10 +00:00
|
|
|
# tap* Ethernet Tunneling device
|
1996-07-02 23:11:06 +00:00
|
|
|
# snp* tty snoop devices
|
1996-01-31 15:03:18 +00:00
|
|
|
# spigot Video Spigot video acquisition card
|
2000-05-09 01:15:55 +00:00
|
|
|
# ctx* Cortex-I video acquisition card
|
1996-01-31 15:03:18 +00:00
|
|
|
# meteor* Matrox Meteor video acquisition card (pci)
|
1997-05-11 00:34:36 +00:00
|
|
|
# bktr* Bt848 based video acquisition card (pci)
|
1995-07-29 05:25:08 +00:00
|
|
|
# labpc* National Instrument's Lab-PC and LAB-PC+
|
1996-03-26 21:04:54 +00:00
|
|
|
# perfmon CPU performance-monitoring counters
|
1996-10-22 20:41:03 +00:00
|
|
|
# pci PCI configuration-space access from user mode
|
2000-01-13 20:27:22 +00:00
|
|
|
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
|
1999-01-06 16:18:05 +00:00
|
|
|
# kbd keyboard devices
|
2001-01-26 01:13:29 +00:00
|
|
|
# 3dfx* 3dfx voodoo device for glide (tdfx) (/dev/3dfx,3dfxN,voodoo)
|
2000-07-19 09:21:14 +00:00
|
|
|
# agpgart AGP interface
|
2001-11-18 00:20:08 +00:00
|
|
|
# cfs* Coda Distributed Filesystem
|
2001-12-26 15:44:06 +00:00
|
|
|
# nsmb* SMB/CIFS protocol interface
|
2002-09-17 22:39:57 +00:00
|
|
|
# elan-mmcr AMD Elan support (e.g. mmap MMCR)
|
1993-07-19 18:50:36 +00:00
|
|
|
#
|
1993-06-20 13:41:45 +00:00
|
|
|
|
1999-12-19 09:42:15 +00:00
|
|
|
if [ -n "$MAKEDEVPATH" ]; then
|
|
|
|
PATH="$MAKEDEVPATH"
|
|
|
|
else
|
2000-11-05 17:59:29 +00:00
|
|
|
PATH=/sbin:/bin
|
1999-12-19 09:42:15 +00:00
|
|
|
fi
|
1993-06-20 13:41:45 +00:00
|
|
|
umask 77
|
1994-12-06 19:50:17 +00:00
|
|
|
|
1997-12-29 00:02:18 +00:00
|
|
|
# Usage: die exitcode msg
|
|
|
|
die() {
|
|
|
|
echo $2
|
|
|
|
exit $1
|
|
|
|
}
|
|
|
|
|
1995-02-16 16:03:29 +00:00
|
|
|
# Convert integer to partition name
|
1994-12-16 15:59:44 +00:00
|
|
|
dkitop() {
|
|
|
|
local p
|
|
|
|
|
|
|
|
case $1 in
|
|
|
|
0) p=a;; 1) p=b;; 2) p=c;; 3) p=d;; 4) p=e;; 5) p=f;; 6) p=g;; 7) p=h;;
|
1995-02-16 16:03:29 +00:00
|
|
|
*) p="?";;
|
1994-12-16 15:59:44 +00:00
|
|
|
esac
|
|
|
|
echo $p
|
|
|
|
}
|
|
|
|
|
1995-02-16 16:03:29 +00:00
|
|
|
# Convert integer to slice name
|
|
|
|
dkitos() {
|
|
|
|
local s
|
|
|
|
|
|
|
|
case $1 in
|
|
|
|
0) s="";;
|
|
|
|
1) s="";;
|
|
|
|
*) s=s$(($1-1));;
|
|
|
|
esac
|
|
|
|
echo $s
|
|
|
|
}
|
|
|
|
|
1994-12-16 15:59:44 +00:00
|
|
|
# Convert disk (type, unit, slice, partition) to minor number
|
|
|
|
dkminor()
|
|
|
|
{
|
1997-01-27 06:24:10 +00:00
|
|
|
echo $(($1 << 25 | ($2 / 32) << 21 | ($2 % 32) << 3 | $3 << 16 | $4))
|
1994-12-16 15:59:44 +00:00
|
|
|
}
|
|
|
|
|
2001-11-25 12:49:32 +00:00
|
|
|
# Print the hexadecimal representation of a decimal value from 0 to 15.
|
|
|
|
hexdigit() {
|
|
|
|
local d
|
|
|
|
|
2001-11-20 17:24:35 +00:00
|
|
|
if [ $1 -lt 10 ]; then
|
2001-11-25 12:49:32 +00:00
|
|
|
d=$1
|
2001-11-20 17:24:35 +00:00
|
|
|
else
|
|
|
|
case $1 in
|
2001-11-25 12:49:32 +00:00
|
|
|
10) d=a;; 11) d=b;; 12) d=c;; 13) d=d;; 14) d=e;; 15) d=f;;
|
|
|
|
*) d="?";;
|
2001-11-20 17:24:35 +00:00
|
|
|
esac
|
|
|
|
fi
|
2001-11-25 12:49:32 +00:00
|
|
|
echo $d
|
2001-11-20 17:24:35 +00:00
|
|
|
}
|
|
|
|
|
2001-11-25 12:49:32 +00:00
|
|
|
# Print the hexadecimal representation of an arbitrary decimal value.
|
|
|
|
hexprint() {
|
|
|
|
local dig
|
|
|
|
local str
|
|
|
|
local val
|
|
|
|
|
2001-11-20 17:24:35 +00:00
|
|
|
val=$1
|
|
|
|
str=''
|
2001-11-25 12:49:32 +00:00
|
|
|
dig=`hexdigit $(($val & 15))`
|
|
|
|
str=$dig$str
|
|
|
|
val=$(($val >> 4))
|
|
|
|
while [ $val -gt 0 ]; do
|
|
|
|
dig=`hexdigit $(($val & 15))`
|
|
|
|
str=$dig$str
|
|
|
|
val=$(($val >> 4))
|
2001-11-20 17:24:35 +00:00
|
|
|
done
|
2001-11-25 12:49:32 +00:00
|
|
|
echo $str
|
2001-11-20 17:24:35 +00:00
|
|
|
}
|
|
|
|
|
1998-01-03 11:53:52 +00:00
|
|
|
# Override mknod(2) to add extra handling to it.
|
2000-11-05 15:34:58 +00:00
|
|
|
mknod=/sbin/mknod
|
|
|
|
for i in `IFS=':'; echo $PATH`; do
|
|
|
|
if [ -x "${i}/mknod" ]; then
|
|
|
|
mknod="${i}/mknod"
|
|
|
|
break
|
|
|
|
fi
|
|
|
|
done
|
1997-12-29 00:02:18 +00:00
|
|
|
mknod() {
|
1997-12-29 09:45:23 +00:00
|
|
|
rm -f "$1" || exit 1
|
2000-01-07 16:20:25 +00:00
|
|
|
case $# in
|
2000-11-05 15:34:58 +00:00
|
|
|
4) "$mknod" "$@" root:wheel || die 2 "$mknod $@ failed";;
|
|
|
|
5) "$mknod" "$@" || die 2 "$mknod $@ failed";;
|
2000-01-06 10:56:46 +00:00
|
|
|
*) die 2 "bad node: mknod $@";;
|
|
|
|
esac
|
1997-12-29 00:02:18 +00:00
|
|
|
}
|
|
|
|
|
1999-09-13 16:15:58 +00:00
|
|
|
# Convert tape (ctrl, unit, mode, access) to minor number
|
|
|
|
saminor()
|
|
|
|
{
|
|
|
|
echo $(($1 << 29 | ($2 / 16) << 16 | ($2 % 16) << 4 | $3 << 2 | $4))
|
|
|
|
}
|
|
|
|
|
1994-12-06 19:50:17 +00:00
|
|
|
# Convert the last character of a tty name to a minor number.
|
|
|
|
ttyminor()
|
|
|
|
{
|
2002-03-31 09:15:43 +00:00
|
|
|
case $1 in
|
|
|
|
[0-9]) m=$1;;
|
1994-12-06 19:50:17 +00:00
|
|
|
a) m=10;; b) m=11;; c) m=12;; d) m=13;; e) m=14;; f) m=15;; g) m=16;;
|
|
|
|
h) m=17;; i) m=18;; j) m=19;; k) m=20;; l) m=21;; m) m=22;; n) m=23;;
|
|
|
|
o) m=24;; p) m=25;; q) m=26;; r) m=27;; s) m=28;; t) m=29;; u) m=30;;
|
|
|
|
v) m=31;;
|
1995-02-16 16:03:29 +00:00
|
|
|
*) m="?";;
|
1994-12-06 19:50:17 +00:00
|
|
|
esac
|
|
|
|
echo $m
|
|
|
|
}
|
|
|
|
|
2000-08-16 16:42:50 +00:00
|
|
|
# Convert a unit number to a minor number.
|
|
|
|
unit2minor()
|
|
|
|
{
|
2001-11-25 12:49:32 +00:00
|
|
|
echo $(((($1 >> 8) << 16) | ($1 % 256)))
|
2000-08-16 16:42:50 +00:00
|
|
|
}
|
|
|
|
|
2001-11-25 12:49:32 +00:00
|
|
|
# Zero-pad a value to the appropriate minimum length.
|
|
|
|
zeropad() {
|
|
|
|
local min
|
|
|
|
local val
|
|
|
|
|
2001-11-20 17:24:35 +00:00
|
|
|
min=$1
|
|
|
|
val=$2
|
2001-11-25 12:49:32 +00:00
|
|
|
while [ ${#val} -lt $min ]; do
|
|
|
|
val=0$val
|
2001-11-20 17:24:35 +00:00
|
|
|
done
|
2001-11-25 12:49:32 +00:00
|
|
|
echo $val
|
2001-11-20 17:24:35 +00:00
|
|
|
}
|
|
|
|
|
1994-12-16 15:59:44 +00:00
|
|
|
# Raw partition for disks
|
|
|
|
dkrawpart=2
|
|
|
|
|
1995-02-16 16:03:29 +00:00
|
|
|
# Compatibility slice for disks
|
|
|
|
dkcompatslice=0
|
|
|
|
|
1994-12-16 15:59:44 +00:00
|
|
|
# Raw slice for disks
|
1995-02-16 16:03:29 +00:00
|
|
|
dkrawslice=1
|
1994-12-16 15:59:44 +00:00
|
|
|
|
1996-01-28 19:10:37 +00:00
|
|
|
# Standard umasks
|
|
|
|
disk_umask=037 # allow group operator to read disks
|
|
|
|
tape_umask=017 # allow group operator to read/write tapes
|
|
|
|
|
1997-12-29 00:10:20 +00:00
|
|
|
for i in $*; do
|
1993-06-20 13:41:45 +00:00
|
|
|
case $i in
|
|
|
|
|
1993-07-19 18:50:36 +00:00
|
|
|
all)
|
2001-03-27 01:23:07 +00:00
|
|
|
sh $0 std # standard
|
2001-05-29 09:29:29 +00:00
|
|
|
sh $0 fd0 fd1 # floppy disk
|
|
|
|
sh $0 da0 da1 da2 da3 # SCSI disk
|
2001-03-27 01:23:07 +00:00
|
|
|
sh $0 ata # ATA control
|
2001-05-29 09:29:29 +00:00
|
|
|
sh $0 ad0 ad1 ad2 ad3 # ATA disk
|
|
|
|
sh $0 ar0 ar1 # ATA RAID disk
|
2001-11-13 18:07:14 +00:00
|
|
|
sh $0 acd0 acd0t0 afd0 ast0 # ATAPI devices
|
2001-05-29 09:29:29 +00:00
|
|
|
sh $0 wd0 wd1 wd2 wd3 # OLD disk
|
|
|
|
sh $0 wcd0 wfd0 wst0 # OLD ATAPI devs
|
2002-10-05 18:28:48 +00:00
|
|
|
sh $0 cd0 mcd0 scd0 # cdrom
|
2001-05-29 09:29:29 +00:00
|
|
|
sh $0 sa0 wt0 # tape
|
|
|
|
sh $0 vty12 # virtual tty
|
|
|
|
sh $0 cuaa0 cuaa1 cuaa2 cuaa3 # serial tty
|
|
|
|
sh $0 pty0 # pseudo tty
|
|
|
|
sh $0 ttyd0 ttyd1 ttyd2 ttyd3 # serial tty
|
|
|
|
sh $0 kbd0 kbd1 # keyboard
|
|
|
|
sh $0 mse0 psm0 jogdial sysmouse # mouse
|
|
|
|
sh $0 pcaudio speaker # noise
|
|
|
|
sh $0 lpt0 lpt1 lpt2 # printer
|
|
|
|
sh $0 ppi0 ppi1 ppi2 # parallel port
|
|
|
|
sh $0 iic0 iic1 # I2C device
|
|
|
|
sh $0 smb0 smb1 # SMBus device
|
|
|
|
sh $0 usb usb0 uhid0 ums0 ulpt0 ugen0 # USB devices
|
|
|
|
sh $0 urio0 uscanner0 umodem0 # USB devices too
|
|
|
|
sh $0 bpf0 bpf1 bpf2 bpf3 # network
|
|
|
|
sh $0 ipl tun0 tun1 tun2 tun3 # network
|
|
|
|
sh $0 tap0 tap1 tap2 tap3 # network
|
|
|
|
sh $0 ch0 perfmon tw0 # miscellaneous
|
|
|
|
sh $0 acpi # ACPI
|
|
|
|
sh $0 apm apmctl card0 card1 card2 card3 # laptop
|
|
|
|
sh $0 pass4 xpt2 # CAM
|
|
|
|
sh $0 i4b i4bctl i4btrc0 i4btrc1 # ISDN
|
|
|
|
sh $0 i4btel0 i4btel1 i4bteld0 i4bteld1 # ISDN
|
|
|
|
sh $0 i4brbch0 i4brbch1 # ISDN
|
|
|
|
sh $0 agpgart # AGP
|
2001-12-26 15:44:06 +00:00
|
|
|
sh $0 nsmb0 # SMB/CIFS
|
At long last, commit the zero copy sockets code.
MAKEDEV: Add MAKEDEV glue for the ti(4) device nodes.
ti.4: Update the ti(4) man page to include information on the
TI_JUMBO_HDRSPLIT and TI_PRIVATE_JUMBOS kernel options,
and also include information about the new character
device interface and the associated ioctls.
man9/Makefile: Add jumbo.9 and zero_copy.9 man pages and associated
links.
jumbo.9: New man page describing the jumbo buffer allocator
interface and operation.
zero_copy.9: New man page describing the general characteristics of
the zero copy send and receive code, and what an
application author should do to take advantage of the
zero copy functionality.
NOTES: Add entries for ZERO_COPY_SOCKETS, TI_PRIVATE_JUMBOS,
TI_JUMBO_HDRSPLIT, MSIZE, and MCLSHIFT.
conf/files: Add uipc_jumbo.c and uipc_cow.c.
conf/options: Add the 5 options mentioned above.
kern_subr.c: Receive side zero copy implementation. This takes
"disposable" pages attached to an mbuf, gives them to
a user process, and then recycles the user's page.
This is only active when ZERO_COPY_SOCKETS is turned on
and the kern.ipc.zero_copy.receive sysctl variable is
set to 1.
uipc_cow.c: Send side zero copy functions. Takes a page written
by the user and maps it copy on write and assigns it
kernel virtual address space. Removes copy on write
mapping once the buffer has been freed by the network
stack.
uipc_jumbo.c: Jumbo disposable page allocator code. This allocates
(optionally) disposable pages for network drivers that
want to give the user the option of doing zero copy
receive.
uipc_socket.c: Add kern.ipc.zero_copy.{send,receive} sysctls that are
enabled if ZERO_COPY_SOCKETS is turned on.
Add zero copy send support to sosend() -- pages get
mapped into the kernel instead of getting copied if
they meet size and alignment restrictions.
uipc_syscalls.c:Un-staticize some of the sf* functions so that they
can be used elsewhere. (uipc_cow.c)
if_media.c: In the SIOCGIFMEDIA ioctl in ifmedia_ioctl(), avoid
calling malloc() with M_WAITOK. Return an error if
the M_NOWAIT malloc fails.
The ti(4) driver and the wi(4) driver, at least, call
this with a mutex held. This causes witness warnings
for 'ifconfig -a' with a wi(4) or ti(4) board in the
system. (I've only verified for ti(4)).
ip_output.c: Fragment large datagrams so that each segment contains
a multiple of PAGE_SIZE amount of data plus headers.
This allows the receiver to potentially do page
flipping on receives.
if_ti.c: Add zero copy receive support to the ti(4) driver. If
TI_PRIVATE_JUMBOS is not defined, it now uses the
jumbo(9) buffer allocator for jumbo receive buffers.
Add a new character device interface for the ti(4)
driver for the new debugging interface. This allows
(a patched version of) gdb to talk to the Tigon board
and debug the firmware. There are also a few additional
debugging ioctls available through this interface.
Add header splitting support to the ti(4) driver.
Tweak some of the default interrupt coalescing
parameters to more useful defaults.
Add hooks for supporting transmit flow control, but
leave it turned off with a comment describing why it
is turned off.
if_tireg.h: Change the firmware rev to 12.4.11, since we're really
at 12.4.11 plus fixes from 12.4.13.
Add defines needed for debugging.
Remove the ti_stats structure, it is now defined in
sys/tiio.h.
ti_fw.h: 12.4.11 firmware.
ti_fw2.h: 12.4.11 firmware, plus selected fixes from 12.4.13,
and my header splitting patches. Revision 12.4.13
doesn't handle 10/100 negotiation properly. (This
firmware is the same as what was in the tree previously,
with the addition of header splitting support.)
sys/jumbo.h: Jumbo buffer allocator interface.
sys/mbuf.h: Add a new external mbuf type, EXT_DISPOSABLE, to
indicate that the payload buffer can be thrown away /
flipped to a userland process.
socketvar.h: Add prototype for socow_setup.
tiio.h: ioctl interface to the character portion of the ti(4)
driver, plus associated structure/type definitions.
uio.h: Change prototype for uiomoveco() so that we'll know
whether the source page is disposable.
ufs_readwrite.c:Update for new prototype of uiomoveco().
vm_fault.c: In vm_fault(), check to see whether we need to do a page
based copy on write fault.
vm_object.c: Add a new function, vm_object_allocate_wait(). This
does the same thing that vm_object allocate does, except
that it gives the caller the opportunity to specify whether
it should wait on the uma_zalloc() of the object structre.
This allows vm objects to be allocated while holding a
mutex. (Without generating WITNESS warnings.)
vm_object_allocate() is implemented as a call to
vm_object_allocate_wait() with the malloc flag set to
M_WAITOK.
vm_object.h: Add prototype for vm_object_allocate_wait().
vm_page.c: Add page-based copy on write setup, clear and fault
routines.
vm_page.h: Add page based COW function prototypes and variable in
the vm_page structure.
Many thanks to Drew Gallatin, who wrote the zero copy send and receive
code, and to all the other folks who have tested and reviewed this code
over the years.
2002-06-26 03:37:47 +00:00
|
|
|
sh $0 ti0 ti1 # ti(4)
|
2002-10-04 20:44:46 +00:00
|
|
|
sh $0 crypto # crypto
|
1993-07-19 18:50:36 +00:00
|
|
|
;;
|
1999-01-08 16:03:57 +00:00
|
|
|
|
1999-12-14 22:36:03 +00:00
|
|
|
# a much restricted set of the above, to save precious i-nodes on the
|
|
|
|
# fixit floppy
|
|
|
|
fixit)
|
2001-03-27 01:23:07 +00:00
|
|
|
sh $0 std # standard
|
2001-05-29 09:29:29 +00:00
|
|
|
sh $0 fd0 # floppy disk
|
|
|
|
sh $0 da0 # SCSI disk
|
|
|
|
sh $0 ad0 # ATA disk
|
|
|
|
sh $0 acd0 afd0 ast0 # ATAPI devices
|
|
|
|
sh $0 wd0 # OLD disk
|
|
|
|
sh $0 wcd0 wfd0 wst0 # OLD ATAPI devs
|
|
|
|
sh $0 cd0 # cdrom
|
|
|
|
sh $0 sa0 # tape
|
|
|
|
sh $0 vty2 # virtual tty
|
|
|
|
sh $0 cuaa0 # serial tty
|
|
|
|
sh $0 pty0 # pseudo tty
|
|
|
|
sh $0 ttyd0 # serial tty
|
|
|
|
sh $0 kbd0 # keyboard
|
|
|
|
sh $0 mse0 psm0 jogdial sysmouse # mouse
|
|
|
|
sh $0 lpt0 # printer
|
|
|
|
sh $0 ppi0 # parallel port
|
|
|
|
sh $0 iic0 # I2C device
|
|
|
|
sh $0 smb0 # SMBus device
|
|
|
|
sh $0 ums0 # USB devices
|
|
|
|
sh $0 tun0 # network
|
|
|
|
sh $0 tap0 # network
|
|
|
|
sh $0 ch0 # miscellaneous
|
|
|
|
sh $0 acpi # ACPI
|
|
|
|
sh $0 apm apmctl card0 # laptop
|
|
|
|
sh $0 pass1 xpt1 # CAM
|
|
|
|
sh $0 i4b i4bctl i4btrc0 i4btrc1 # ISDN
|
|
|
|
sh $0 i4btel0 i4bteld0 # ISDN
|
|
|
|
sh $0 i4brbch0 # ISDN
|
1999-12-14 22:36:03 +00:00
|
|
|
rm -f fd/[1-9]?
|
|
|
|
;;
|
|
|
|
|
1993-06-20 13:41:45 +00:00
|
|
|
std)
|
2000-01-07 16:20:25 +00:00
|
|
|
mknod console c 0 0; chmod 600 console
|
|
|
|
mknod kmem c 2 1 root:kmem; chmod 640 kmem
|
|
|
|
mknod mem c 2 0 root:kmem; chmod 640 mem
|
|
|
|
mknod null c 2 2; chmod 666 null
|
2000-09-14 17:48:47 +00:00
|
|
|
mknod random c 2 3; chmod 666 random
|
2000-07-30 16:18:48 +00:00
|
|
|
ln -f random urandom
|
2000-01-07 16:20:25 +00:00
|
|
|
mknod zero c 2 12; chmod 666 zero
|
|
|
|
mknod io c 2 14; chmod 600 io
|
|
|
|
mknod tty c 1 0; chmod 666 tty
|
|
|
|
mknod klog c 7 0; chmod 600 klog
|
|
|
|
mknod pci c 78 0; chmod 644 pci
|
2000-12-28 20:59:19 +00:00
|
|
|
mknod mdctl c 95 0xffff00ff; chmod 600 mdctl
|
1997-12-29 00:02:18 +00:00
|
|
|
mkdir -p fd
|
1999-12-19 09:42:15 +00:00
|
|
|
(cd fd && i=0 &&
|
|
|
|
while [ $i -lt 64 ]; do
|
|
|
|
mknod $i c 22 $i
|
|
|
|
i=$(($i + 1))
|
|
|
|
done
|
|
|
|
)
|
1993-06-20 13:41:45 +00:00
|
|
|
chmod 555 fd
|
|
|
|
chmod 666 fd/*
|
2000-04-26 06:12:42 +00:00
|
|
|
ln -sf fd/0 stdin
|
|
|
|
ln -sf fd/1 stdout
|
|
|
|
ln -sf fd/2 stderr
|
1993-06-20 13:41:45 +00:00
|
|
|
;;
|
|
|
|
|
1999-07-09 21:35:17 +00:00
|
|
|
jail)
|
2001-03-27 01:23:07 +00:00
|
|
|
sh $0 std pty0
|
2000-02-09 22:08:12 +00:00
|
|
|
rm mem kmem pci io klog console # for security
|
1999-07-09 21:35:17 +00:00
|
|
|
ln -sf null mem # for libkvm (ab)users
|
|
|
|
ln -sf null kmem # --//--
|
2000-02-09 22:08:12 +00:00
|
|
|
ln -sf null console
|
1999-07-09 21:35:17 +00:00
|
|
|
;;
|
1999-09-13 15:44:20 +00:00
|
|
|
|
1995-04-30 07:56:45 +00:00
|
|
|
mach-4)
|
|
|
|
mknod iopl c 22 0
|
|
|
|
mknod kbd c 23 0
|
|
|
|
mknod mouse c 24 0
|
|
|
|
mknod time c 25 0
|
|
|
|
mknod timezone c 26 0
|
|
|
|
;;
|
1993-09-30 20:18:59 +00:00
|
|
|
|
|
|
|
# Create device files for new Archive/Wangtek QIC-02 tape driver (vak)
|
1993-06-20 13:41:45 +00:00
|
|
|
wt*)
|
1996-01-28 19:10:37 +00:00
|
|
|
umask $tape_umask
|
1995-07-29 05:25:08 +00:00
|
|
|
u=`expr $i : '..\(.*\)'`
|
1999-09-13 15:44:20 +00:00
|
|
|
if [ -z "${u}" ]; then u=0; fi
|
2000-01-07 16:20:25 +00:00
|
|
|
# default density, 512b blocks
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod rwt${u} c 10 $(( 0 + $u)) root:operator
|
|
|
|
mknod nrwt${u} c 10 $(( 4 + $u)) root:operator
|
2000-01-07 16:20:25 +00:00
|
|
|
# default density, 1024b blocks
|
2001-11-20 17:56:34 +00:00
|
|
|
# mknod rWt${u} c 10 $((64 + $u)) root:operator
|
|
|
|
# mknod nrWt${u} c 10 $((68 + $u)) root:operator
|
|
|
|
mknod rwt${u}b c 10 $((16 + $u)) root:operator # 60 megabytes
|
|
|
|
mknod nrwt${u}b c 10 $((20 + $u)) root:operator
|
|
|
|
mknod rwt${u}c c 10 $((24 + $u)) root:operator # 120 megabytes
|
|
|
|
mknod nrwt${u}c c 10 $((28 + $u)) root:operator
|
|
|
|
mknod rwt${u}d c 10 $((32 + $u)) root:operator # 150 megabytes
|
|
|
|
mknod nrwt${u}d c 10 $((36 + $u)) root:operator
|
|
|
|
# mknod rwt${u}e c 10 $((40 + $u)) root:operator # 300 megabytes?
|
|
|
|
# mknod nrwt${u}e c 10 $((44 + $u)) root:operator
|
|
|
|
# mknod rwt${u}f c 10 $((48 + $u)) root:operator # 600 megabytes?
|
|
|
|
# mknod nrwt${u}f c 10 $((52 + $u)) root:operator
|
1993-12-14 11:11:37 +00:00
|
|
|
umask 77
|
1993-06-20 13:41:45 +00:00
|
|
|
;;
|
|
|
|
|
2002-10-20 08:17:39 +00:00
|
|
|
raidctl)
|
|
|
|
mknod raidctl c 201 0 root:operator
|
|
|
|
;;
|
|
|
|
|
1995-07-29 05:25:08 +00:00
|
|
|
# Individual slices.
|
2002-10-20 08:17:39 +00:00
|
|
|
aacd*s*|ad*s*|ar*s*|afd*s*|amrd*s*|da*s*|fla*s*|idad*s*|md*s*|mlxd*s*|twed*s*|wd*s*|wfd*s*|raid*s*)
|
1996-01-28 19:10:37 +00:00
|
|
|
umask $disk_umask
|
1995-07-29 05:25:08 +00:00
|
|
|
case $i in
|
2000-09-13 05:03:02 +00:00
|
|
|
aacd*s*) name=aacd; chr=151;;
|
1999-11-26 20:45:26 +00:00
|
|
|
ad*s*) name=ad; chr=116;;
|
2000-10-24 14:31:24 +00:00
|
|
|
ar*s*) name=ar; chr=157;;
|
1999-11-26 20:45:26 +00:00
|
|
|
afd*s*) name=afd; chr=118;;
|
|
|
|
amrd*s*) name=amrd; chr=133;;
|
|
|
|
da*s*) name=da; chr=13;;
|
|
|
|
fla*s*) name=fla; chr=102;;
|
2000-03-08 18:14:02 +00:00
|
|
|
idad*s*) name=idad; chr=109;;
|
1999-11-26 20:45:26 +00:00
|
|
|
md*s*) name=md; chr=95;;
|
|
|
|
mlxd*s*) name=mlxd; chr=131;;
|
2000-05-24 23:49:49 +00:00
|
|
|
twed*s*) name=twed; chr=147;;
|
1999-11-26 20:45:26 +00:00
|
|
|
wd*s*) name=wd; chr=3;;
|
|
|
|
wfd*s*) name=wfd; chr=87;;
|
2002-10-20 08:17:39 +00:00
|
|
|
raid*s*) name=raid; chr=200;;
|
1998-01-16 22:13:07 +00:00
|
|
|
esac
|
|
|
|
case $i in
|
2002-10-20 08:17:39 +00:00
|
|
|
aacd*s*|amrd*s*|idad*s*|mlxd*s*|twed*s*|raid*s*)
|
1999-10-07 02:37:04 +00:00
|
|
|
unit=`expr $i : '....\([0-9]*\)s'`
|
|
|
|
slice=`expr $i : '....[0-9]*s\([0-9]*\)'`
|
|
|
|
part=`expr $i : '....[0-9]*s[0-9]*\(.*\)'`
|
|
|
|
;;
|
2000-03-08 18:14:02 +00:00
|
|
|
afd*s*|fla*s*|wfd*s*)
|
1998-01-16 22:13:07 +00:00
|
|
|
unit=`expr $i : '...\([0-9]*\)s'`
|
|
|
|
slice=`expr $i : '...[0-9]*s\([0-9]*\)'`
|
|
|
|
part=`expr $i : '...[0-9]*s[0-9]*\(.*\)'`
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
unit=`expr $i : '..\([0-9]*\)s'`
|
|
|
|
slice=`expr $i : '..[0-9]*s\([0-9]*\)'`
|
|
|
|
part=`expr $i : '..[0-9]*s[0-9]*\(.*\)'`
|
|
|
|
;;
|
1995-07-29 05:25:08 +00:00
|
|
|
esac
|
|
|
|
case $unit in
|
1997-01-24 22:00:35 +00:00
|
|
|
[0-9]|[0-9][0-9]|[0-4][0-9][0-9]|50[0-9]|51[0-1])
|
1995-07-29 05:25:08 +00:00
|
|
|
case $slice in
|
|
|
|
[0-9]|[1-2][0-9]|30)
|
|
|
|
oldslice=$slice
|
|
|
|
slice=$(($slice+1))
|
|
|
|
slicename=`dkitos $slice`
|
|
|
|
minor=`dkminor 0 $unit $slice $dkrawpart`
|
2000-01-29 10:32:49 +00:00
|
|
|
mknod $name$unit$slicename c $chr $minor root:operator
|
2000-05-01 10:43:06 +00:00
|
|
|
ln -f $name$unit$slicename r$name$unit$slicename
|
1995-07-29 05:25:08 +00:00
|
|
|
case $part in
|
|
|
|
[a-h])
|
|
|
|
case $oldslice in
|
|
|
|
0) slice=$oldslice ;;
|
|
|
|
esac
|
|
|
|
for part in 0 1 2 3 4 5 6 7
|
|
|
|
do
|
|
|
|
minor=`dkminor 0 $unit $slice $part`
|
|
|
|
partname=`dkitop $part`
|
|
|
|
mknod $name$unit$slicename$partname \
|
2000-01-07 16:20:25 +00:00
|
|
|
c $chr $minor root:operator
|
2000-05-01 10:43:06 +00:00
|
|
|
ln -f $name$unit$slicename$partname \
|
|
|
|
r$name$unit$slicename$partname
|
1995-07-29 05:25:08 +00:00
|
|
|
done
|
|
|
|
;;
|
|
|
|
"")
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
echo bad partition for disk in: $i
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
echo bad slice for disk in: $i
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
echo bad unit for disk in: $i "(unit=$unit, slice=$slice, part=$part)"
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
umask 77
|
|
|
|
;;
|
|
|
|
|
1993-12-16 04:34:11 +00:00
|
|
|
fd*)
|
1996-01-28 19:10:37 +00:00
|
|
|
umask $disk_umask
|
1995-07-29 05:25:08 +00:00
|
|
|
unit=`expr $i : '..\(.*\)'`
|
1999-11-26 20:45:26 +00:00
|
|
|
name=fd; chr=9
|
1993-12-16 04:34:11 +00:00
|
|
|
case $unit in
|
|
|
|
0|1|2|3)
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod ${name}${unit} c $chr $(($unit * 64)) root:operator
|
1993-12-16 04:34:11 +00:00
|
|
|
# Fake BSD partitions
|
|
|
|
for i in a b c d e f g h
|
|
|
|
do
|
1999-01-24 13:51:26 +00:00
|
|
|
ln -f ${name}${unit} ${name}${unit}$i
|
1993-12-16 04:34:11 +00:00
|
|
|
done
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
echo bad unit for disk in: $i
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
umask 77
|
|
|
|
;;
|
|
|
|
|
2001-03-15 15:32:42 +00:00
|
|
|
ata)
|
|
|
|
umask 177
|
|
|
|
mknod ata c 159 0 root:operator
|
|
|
|
umask 77
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
2002-10-20 08:17:39 +00:00
|
|
|
aacd*|ad*|ar*|afd*|amrd*|da*|fla*|idad*|md*|mlxd*|twed*|wd*|wfd*|raid*)
|
1996-01-28 19:10:37 +00:00
|
|
|
umask $disk_umask
|
1994-12-16 15:59:44 +00:00
|
|
|
case $i in
|
2000-09-13 05:03:02 +00:00
|
|
|
aacd*) name=aacd; chr=151;;
|
1999-11-26 20:45:26 +00:00
|
|
|
ad*) name=ad; chr=116;;
|
2000-10-24 14:31:24 +00:00
|
|
|
ar*) name=ar; chr=157;;
|
1999-11-26 20:45:26 +00:00
|
|
|
afd*) name=afd; chr=118;;
|
|
|
|
amrd*) name=amrd; chr=133;;
|
|
|
|
da*) name=da; chr=13;;
|
|
|
|
fla*) name=fla; chr=102;;
|
2000-03-08 18:14:02 +00:00
|
|
|
idad*) name=idad; chr=109;;
|
1999-11-26 20:45:26 +00:00
|
|
|
md*) name=md; chr=95;;
|
|
|
|
mlxd*) name=mlxd; chr=131;;
|
2000-05-24 23:49:49 +00:00
|
|
|
twed*) name=twed; chr=147;;
|
1999-11-26 20:45:26 +00:00
|
|
|
wd*) name=wd; chr=3;;
|
|
|
|
wfd*) name=wfd; chr=87;;
|
2002-10-20 08:17:39 +00:00
|
|
|
raid*) name=raid; chr=200;;
|
1998-01-16 22:13:07 +00:00
|
|
|
esac
|
|
|
|
case $i in
|
2002-10-20 08:17:39 +00:00
|
|
|
aacd*|amrd*|idad*|mlxd*|twed*|raid*)
|
1999-10-07 02:37:04 +00:00
|
|
|
unit=`expr $i : '....\(.*\)'`
|
|
|
|
;;
|
2000-03-08 18:14:02 +00:00
|
|
|
afd*|fla*|wfd*)
|
1998-01-16 22:13:07 +00:00
|
|
|
unit=`expr $i : '...\(.*\)'`
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
unit=`expr $i : '..\(.*\)'`
|
|
|
|
;;
|
1994-12-16 15:59:44 +00:00
|
|
|
esac
|
|
|
|
case $unit in
|
1997-01-24 22:00:35 +00:00
|
|
|
[0-9]|[0-9][0-9]|[0-4][0-9][0-9]|50[0-9]|51[0-1])
|
2001-12-04 00:40:38 +00:00
|
|
|
for slicepartname in s0h s1h s2 s3 s4
|
1994-12-16 15:59:44 +00:00
|
|
|
do
|
2001-03-27 01:23:07 +00:00
|
|
|
sh $0 $name$unit$slicepartname
|
1995-02-16 16:03:29 +00:00
|
|
|
done
|
1994-12-16 15:59:44 +00:00
|
|
|
;;
|
|
|
|
*)
|
|
|
|
echo bad unit for disk in: $i
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
umask 77
|
|
|
|
;;
|
|
|
|
|
1996-05-03 05:37:34 +00:00
|
|
|
ccd*)
|
1998-02-09 08:41:49 +00:00
|
|
|
umask $disk_umask
|
1996-05-03 05:37:34 +00:00
|
|
|
name=ccd
|
1999-11-26 20:45:26 +00:00
|
|
|
chr=74
|
1998-10-31 05:27:02 +00:00
|
|
|
unit=`expr $i : '...\(.*\)'`
|
|
|
|
case $unit in
|
|
|
|
[0-9]|[0-9][0-9]|[0-4][0-9][0-9]|50[0-9]|51[0-1])
|
|
|
|
for part in 0 1 2 3 4 5 6 7
|
|
|
|
do
|
1999-09-13 15:44:20 +00:00
|
|
|
minor=`dkminor 0 $unit 0 $part`
|
1998-10-31 05:27:02 +00:00
|
|
|
partname=`dkitop $part`
|
2000-01-07 16:20:25 +00:00
|
|
|
mknod $name$unit$partname c $chr $minor root:operator
|
2000-05-09 00:07:46 +00:00
|
|
|
ln -f $name$unit$partname r$name$unit$partname
|
1998-10-31 05:27:02 +00:00
|
|
|
done
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
echo bad unit for disk in: $i
|
|
|
|
;;
|
|
|
|
esac
|
1996-05-03 05:37:34 +00:00
|
|
|
umask 77
|
|
|
|
;;
|
|
|
|
|
1995-03-11 12:07:57 +00:00
|
|
|
# SCSI processor type driver
|
|
|
|
pt[0-9]*)
|
1995-05-03 18:15:35 +00:00
|
|
|
chr=61
|
|
|
|
name=pt
|
1995-03-11 12:07:57 +00:00
|
|
|
unit=`expr $i : 'pt\([0-9][0-9]*\)'`
|
1999-09-13 15:44:20 +00:00
|
|
|
if [ -z "${unit}" ]; then
|
1995-05-03 18:15:35 +00:00
|
|
|
unit=0
|
|
|
|
fi
|
2001-11-20 17:56:34 +00:00
|
|
|
unit=$(($unit + 1 - 1))
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod ${name}${unit} c $chr `unit2minor $unit`
|
1993-11-22 05:40:49 +00:00
|
|
|
;;
|
|
|
|
|
2000-01-15 21:04:13 +00:00
|
|
|
# SCSI SES/SAF-TE type driver
|
|
|
|
ses[0-9]*)
|
|
|
|
chr=110
|
|
|
|
name=ses
|
|
|
|
unit=`expr $i : 'ses\([0-9][0-9]*\)'`
|
|
|
|
if [ -z "${unit}" ]; then
|
|
|
|
unit=0
|
|
|
|
fi
|
2001-11-20 17:56:34 +00:00
|
|
|
unit=$(($unit + 1 - 1))
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod ${name}${unit} c $chr `unit2minor $unit`
|
2000-01-15 21:04:13 +00:00
|
|
|
;;
|
1998-09-15 10:21:35 +00:00
|
|
|
# SCSI target mode sample driver
|
|
|
|
targ[0-9]*)
|
|
|
|
chr=65
|
|
|
|
name=targ
|
|
|
|
unit=`expr $i : 'targ\([0-9][0-9]*\)'`
|
1999-09-13 15:44:20 +00:00
|
|
|
if [ -z "${unit}" ]; then
|
1998-09-15 10:21:35 +00:00
|
|
|
unit=0
|
|
|
|
fi
|
2001-11-20 17:56:34 +00:00
|
|
|
unit=$(($unit + 1 - 1))
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod ${name}${unit} c $chr `unit2minor $unit`
|
1999-03-05 23:08:45 +00:00
|
|
|
mknod ${name}.ctl c $chr 0xffff00ff
|
1998-09-15 10:21:35 +00:00
|
|
|
;;
|
|
|
|
|
|
|
|
# CAM transport layer device
|
|
|
|
xpt*)
|
|
|
|
# This major number is temporary
|
|
|
|
chr=104
|
|
|
|
name=xpt
|
|
|
|
units=`expr $i : 'xpt\(.*\)'`
|
1999-09-13 15:44:20 +00:00
|
|
|
if [ -z "${units}" ]; then
|
1998-09-15 10:21:35 +00:00
|
|
|
units=1
|
|
|
|
fi
|
1999-12-19 09:42:15 +00:00
|
|
|
i=0
|
|
|
|
while [ $i -lt $units ]; do
|
|
|
|
dname=$name$i
|
|
|
|
rm -rf $dname r$dname
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod $dname c $chr `unit2minor $i` root:operator
|
1999-12-19 09:42:15 +00:00
|
|
|
i=$(($i + 1))
|
|
|
|
done
|
1998-09-15 10:21:35 +00:00
|
|
|
;;
|
1999-12-26 15:24:58 +00:00
|
|
|
|
1998-09-15 10:21:35 +00:00
|
|
|
# CAM passthrough device
|
2000-01-29 10:32:49 +00:00
|
|
|
pass*)
|
1998-09-15 10:21:35 +00:00
|
|
|
# This major number is temporary
|
|
|
|
chr=31
|
|
|
|
name=pass
|
|
|
|
units=`expr $i : 'pass\(.*\)'`
|
1999-09-13 15:44:20 +00:00
|
|
|
if [ -z "${units}" ]; then
|
1998-09-15 10:21:35 +00:00
|
|
|
units=1
|
|
|
|
fi
|
1999-12-19 09:42:15 +00:00
|
|
|
i=0
|
|
|
|
while [ $i -lt $units ]; do
|
|
|
|
dname=$name$i
|
|
|
|
rm -rf $dname r$dname
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod $dname c $chr `unit2minor $i` root:operator
|
1999-12-19 09:42:15 +00:00
|
|
|
i=$(($i + 1))
|
|
|
|
done
|
1998-09-15 10:21:35 +00:00
|
|
|
;;
|
1993-06-20 13:41:45 +00:00
|
|
|
pty*)
|
|
|
|
class=`expr $i : 'pty\(.*\)'`
|
|
|
|
case $class in
|
|
|
|
0) offset=0 name=p;;
|
1995-02-09 11:10:02 +00:00
|
|
|
1) offset=32 name=q;;
|
|
|
|
2) offset=64 name=r;;
|
|
|
|
3) offset=96 name=s;;
|
|
|
|
# Note that xterm (at least) only look at p-s.
|
1995-03-12 15:25:32 +00:00
|
|
|
4) offset=128 name=P;;
|
|
|
|
5) offset=160 name=Q;;
|
|
|
|
6) offset=192 name=R;;
|
|
|
|
7) offset=224 name=S;;
|
|
|
|
# This still leaves [tuTU].
|
1993-06-20 13:41:45 +00:00
|
|
|
*) echo bad unit for pty in: $i;;
|
|
|
|
esac
|
1999-12-19 09:42:15 +00:00
|
|
|
umask 0
|
1993-06-20 13:41:45 +00:00
|
|
|
case $class in
|
1995-02-09 11:10:02 +00:00
|
|
|
0|1|2|3|4|5|6|7)
|
1999-12-19 09:42:15 +00:00
|
|
|
i=0
|
|
|
|
while [ $i -lt 32 ]; do
|
|
|
|
# This was an awk substr() before.
|
|
|
|
c=$(echo 0123456789abcdefghijklmnopqrstuv |
|
|
|
|
dd bs=1 skip=$i count=1 2>/dev/null)
|
|
|
|
mknod tty$name$c c 5 $(($offset + $i))
|
|
|
|
mknod pty$name$c c 6 $(($offset + $i))
|
|
|
|
i=$(($i + 1))
|
|
|
|
done
|
1993-06-20 13:41:45 +00:00
|
|
|
;;
|
|
|
|
esac
|
1999-12-19 09:42:15 +00:00
|
|
|
umask 77
|
1993-06-20 13:41:45 +00:00
|
|
|
;;
|
|
|
|
|
1998-09-15 10:21:35 +00:00
|
|
|
sa*)
|
1996-01-28 19:10:37 +00:00
|
|
|
umask $tape_umask
|
1995-07-29 05:25:08 +00:00
|
|
|
unit=`expr $i : '..\(.*\)'`
|
|
|
|
chr=14
|
1993-11-22 05:40:49 +00:00
|
|
|
|
1993-07-19 18:50:36 +00:00
|
|
|
case $unit in
|
1999-02-05 22:54:37 +00:00
|
|
|
[0-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9])
|
2000-05-08 21:32:24 +00:00
|
|
|
mknod sa${unit}.ctl c $chr `saminor 1 ${unit} 0 0`
|
|
|
|
ln -f sa${unit}.ctl rsa${unit}.ctl
|
1999-02-05 22:54:37 +00:00
|
|
|
for m in 0 1 2 3
|
1993-11-22 05:40:49 +00:00
|
|
|
do
|
2000-05-08 21:32:24 +00:00
|
|
|
mknod sa${unit}.${m} c $chr \
|
2000-01-07 16:20:25 +00:00
|
|
|
`saminor 0 ${unit} ${m} 0` root:operator
|
2000-05-10 02:51:36 +00:00
|
|
|
ln -f sa${unit}.${m} rsa${unit}.${m}
|
2000-05-08 21:32:24 +00:00
|
|
|
mknod nsa${unit}.${m} c $chr \
|
2000-01-07 16:20:25 +00:00
|
|
|
`saminor 0 ${unit} ${m} 1` root:operator
|
2000-05-10 02:51:36 +00:00
|
|
|
ln -f nsa${unit}.${m} nrsa${unit}.${m}
|
|
|
|
mknod esa${unit}.${m} c $chr \
|
2000-01-07 16:20:25 +00:00
|
|
|
`saminor 0 ${unit} ${m} 2` root:operator
|
2000-05-08 21:32:24 +00:00
|
|
|
ln -f esa${unit}.${m} ersa${unit}.${m}
|
1993-11-22 05:40:49 +00:00
|
|
|
done
|
2000-05-08 21:32:24 +00:00
|
|
|
ln -f sa${unit}.0 sa${unit}
|
|
|
|
ln -f sa${unit}.0 rsa${unit}.0
|
|
|
|
ln -f sa${unit}.0 rsa${unit}
|
|
|
|
ln -f nsa${unit}.0 nsa${unit}
|
|
|
|
ln -f nsa${unit}.0 nrsa${unit}.0
|
|
|
|
ln -f nsa${unit}.0 nrsa${unit}
|
|
|
|
ln -f esa${unit}.0 esa${unit}
|
|
|
|
ln -f esa${unit}.0 ersa${unit}.0
|
|
|
|
ln -f esa${unit}.0 ersa${unit}
|
1993-07-19 18:50:36 +00:00
|
|
|
;;
|
|
|
|
*)
|
|
|
|
echo bad unit for tape in: $i
|
1995-03-12 15:25:32 +00:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
umask 77
|
1993-07-19 18:50:36 +00:00
|
|
|
;;
|
|
|
|
|
|
|
|
ch*)
|
1996-01-28 19:10:37 +00:00
|
|
|
umask 37
|
1995-07-29 05:25:08 +00:00
|
|
|
unit=`expr $i : '..\(.*\)'`
|
1993-07-19 18:50:36 +00:00
|
|
|
case $i in
|
|
|
|
ch*) name=ch; chr=17;;
|
|
|
|
esac
|
|
|
|
case $unit in
|
|
|
|
0|1|2|3|4|5|6)
|
2000-01-07 16:20:25 +00:00
|
|
|
mknod ${name}${unit} c $chr $unit root:operator
|
1993-07-19 18:50:36 +00:00
|
|
|
;;
|
|
|
|
*)
|
|
|
|
echo bad unit for media changer in: $i
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
umask 77
|
|
|
|
;;
|
|
|
|
|
1999-03-16 13:34:03 +00:00
|
|
|
ast*)
|
|
|
|
umask 2 ;
|
|
|
|
unit=`expr $i : '...\(.*\)'`
|
|
|
|
chr=119
|
|
|
|
case $unit in
|
|
|
|
0|1|2|3)
|
2001-12-04 00:48:21 +00:00
|
|
|
mknod ast${unit} c $chr $(($unit * 8 + 0)) root:operator
|
|
|
|
chmod 640 ast${unit}
|
|
|
|
mknod nast${unit} c $chr $(($unit * 8 + 1)) root:operator
|
|
|
|
chmod 640 nast${unit}
|
1999-03-16 13:34:03 +00:00
|
|
|
;;
|
|
|
|
*)
|
|
|
|
echo bad unit for tape in: $i
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
umask 77
|
|
|
|
;;
|
|
|
|
|
2000-08-28 23:14:44 +00:00
|
|
|
acd*t*)
|
|
|
|
umask $disk_umask
|
|
|
|
units=`expr $i : '...\(.*\)t'`;
|
|
|
|
tracks=`expr $i : '.*t\(.*\)'`;
|
|
|
|
name=acd;
|
|
|
|
chr=117;
|
2002-08-10 22:03:58 +00:00
|
|
|
if [ -z "${units}" ]; then
|
|
|
|
units=0
|
2000-08-28 23:14:44 +00:00
|
|
|
fi
|
2002-08-10 22:03:58 +00:00
|
|
|
if [ -z "${tracks}" ]; then
|
2000-08-28 23:14:44 +00:00
|
|
|
tracks=100
|
|
|
|
fi
|
|
|
|
if [ "${units}" -le 31 -a "${tracks}" -le 169 ]; then
|
|
|
|
i=0
|
|
|
|
while [ $i -le $units ]; do
|
|
|
|
dname=$name$i
|
|
|
|
rm -rf ${dname}t*
|
|
|
|
j=1
|
|
|
|
while [ $j -le ${tracks} ]; do
|
|
|
|
mknod ${dname}t$j c $chr \
|
|
|
|
$((($i * 8) + (65536 * $j))) \
|
|
|
|
root:operator
|
|
|
|
j=$(($j + 1))
|
|
|
|
done
|
|
|
|
i=$(($i + 1))
|
|
|
|
done
|
|
|
|
else
|
|
|
|
echo "$i is invalid -- can't have more than 32 cd devices or 169 tracks"
|
|
|
|
fi
|
|
|
|
umask 77
|
|
|
|
;;
|
|
|
|
|
1999-03-16 13:34:03 +00:00
|
|
|
acd*|cd*|mcd*|scd*)
|
1996-01-28 19:10:37 +00:00
|
|
|
umask $disk_umask
|
1993-07-19 18:50:36 +00:00
|
|
|
case $i in
|
1999-11-26 20:45:26 +00:00
|
|
|
acd*) units=`expr $i : '...\(.*\)'`; name=acd; chr=117;;
|
|
|
|
cd*) units=`expr $i : '..\(.*\)'`; name=cd; chr=15;;
|
|
|
|
mcd*) units=`expr $i : '...\(.*\)'`; name=mcd; chr=29;;
|
|
|
|
scd*) units=`expr $i : '...\(.*\)'`; name=scd; chr=45;;
|
1995-03-02 04:11:47 +00:00
|
|
|
esac
|
2002-08-10 22:03:58 +00:00
|
|
|
if [ -z "${units}" ]; then
|
2002-08-10 00:20:32 +00:00
|
|
|
units=0
|
1998-09-15 10:21:35 +00:00
|
|
|
fi
|
|
|
|
if [ "${units}" -le 31 ]; then
|
1999-12-19 09:42:15 +00:00
|
|
|
i=0
|
2000-05-06 14:17:23 +00:00
|
|
|
while [ $i -le $units ]; do
|
1999-12-19 09:42:15 +00:00
|
|
|
dname=$name$i
|
2000-08-28 23:14:44 +00:00
|
|
|
rm -rf ${dname}[!t]* r${dname}*
|
2000-01-06 10:56:46 +00:00
|
|
|
mknod ${dname}a c $chr $(($i * 8)) root:operator
|
|
|
|
mknod ${dname}c c $chr $(($i * 8 + 2)) root:operator
|
2000-05-09 00:07:46 +00:00
|
|
|
ln -f ${dname}a r${dname}a
|
|
|
|
ln -f ${dname}c r${dname}c
|
1999-12-19 09:42:15 +00:00
|
|
|
i=$(($i + 1))
|
|
|
|
done
|
1998-09-15 10:21:35 +00:00
|
|
|
else
|
|
|
|
echo "$i is invalid -- can't have more than 32 cd devices"
|
|
|
|
fi
|
1995-03-02 04:11:47 +00:00
|
|
|
umask 77
|
|
|
|
;;
|
|
|
|
|
1999-09-13 16:15:58 +00:00
|
|
|
wcd*)
|
1995-08-18 11:29:05 +00:00
|
|
|
umask 2 ;
|
|
|
|
unit=`expr $i : '...\(.*\)'`
|
|
|
|
chr=69
|
|
|
|
case $unit in
|
1998-09-09 18:59:46 +00:00
|
|
|
0|1|2|3|4|5|6|7)
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod wcd${unit}a c $chr $(($unit * 8 + 0)) root:operator
|
|
|
|
mknod wcd${unit}c c $chr $(($unit * 8 + 2)) root:operator
|
2000-05-09 00:07:46 +00:00
|
|
|
ln -f wcd${unit}a rwcd${unit}a
|
|
|
|
ln -f wcd${unit}c rwcd${unit}c
|
1999-03-16 13:34:03 +00:00
|
|
|
chmod 640 wcd${unit}[a-h] rwcd${unit}[a-h]
|
1995-08-18 11:29:05 +00:00
|
|
|
;;
|
|
|
|
*)
|
|
|
|
echo bad unit for disk in: $i
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
umask 77
|
|
|
|
;;
|
|
|
|
|
1998-09-09 18:59:46 +00:00
|
|
|
wst*)
|
|
|
|
umask 2 ;
|
|
|
|
unit=`expr $i : '...\(.*\)'`
|
|
|
|
chr=90
|
|
|
|
case $unit in
|
|
|
|
0|1|2|3)
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod rwst${unit} c $chr $(($unit * 8 + 0)) root:operator
|
1998-09-09 18:59:46 +00:00
|
|
|
chmod 640 rwst${unit}
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
umask 77
|
|
|
|
;;
|
|
|
|
|
1998-11-12 22:45:24 +00:00
|
|
|
iic*)
|
|
|
|
unit=`expr $i : 'iic\(.*\)'`
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod iic$unit c 105 `unit2minor $unit`
|
1998-11-12 22:45:24 +00:00
|
|
|
;;
|
|
|
|
|
|
|
|
smb*)
|
|
|
|
unit=`expr $i : 'smb\(.*\)'`
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod smb$unit c 106 `unit2minor $unit`
|
1998-11-12 22:45:24 +00:00
|
|
|
;;
|
|
|
|
|
2000-01-19 18:16:24 +00:00
|
|
|
pcfclock*)
|
|
|
|
unit=`expr $i : 'pcfclock\(.*\)'`
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod pcfclock$unit c 140 `unit2minor $unit`
|
2000-01-19 18:16:24 +00:00
|
|
|
;;
|
|
|
|
|
1998-11-12 22:45:24 +00:00
|
|
|
ppi*)
|
|
|
|
unit=`expr $i : 'ppi\(.*\)'`
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod ppi$unit c 82 `unit2minor $unit`
|
1998-11-12 22:45:24 +00:00
|
|
|
;;
|
|
|
|
|
1999-07-09 12:52:04 +00:00
|
|
|
pps*)
|
|
|
|
unit=`expr $i : 'pps\(.*\)'`
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod pps$unit c 89 `unit2minor $unit`
|
1999-07-09 12:52:04 +00:00
|
|
|
;;
|
|
|
|
|
1999-11-17 23:02:34 +00:00
|
|
|
usb)
|
2002-10-24 17:59:58 +00:00
|
|
|
mknod usb c 108 255 root:operator
|
|
|
|
chmod 0660 usb
|
1999-11-17 23:02:34 +00:00
|
|
|
;;
|
|
|
|
|
1999-01-03 16:48:03 +00:00
|
|
|
usb*)
|
2001-01-07 18:43:31 +00:00
|
|
|
umask 7
|
1999-01-03 16:48:03 +00:00
|
|
|
unit=`expr $i : 'usb\(.*\)'`
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod usb$unit c 108 `unit2minor $unit` root:operator
|
2001-01-07 18:43:31 +00:00
|
|
|
umask 77
|
1999-01-03 16:48:03 +00:00
|
|
|
;;
|
|
|
|
|
2000-02-12 21:16:01 +00:00
|
|
|
uhid*)
|
2001-01-07 18:43:31 +00:00
|
|
|
umask 7
|
2000-02-12 21:16:01 +00:00
|
|
|
unit=`expr $i : 'uhid\(.*\)'`
|
2001-01-07 18:43:31 +00:00
|
|
|
mknod uhid$unit c 122 `unit2minor $unit` root:operator
|
|
|
|
umask 77
|
2000-02-12 21:16:01 +00:00
|
|
|
;;
|
|
|
|
|
1999-01-03 16:48:03 +00:00
|
|
|
ums*)
|
2001-01-07 18:43:31 +00:00
|
|
|
umask 7
|
1999-01-03 16:48:03 +00:00
|
|
|
unit=`expr $i : 'ums\(.*\)'`
|
2001-01-07 18:43:31 +00:00
|
|
|
mknod ums$unit c 111 `unit2minor $unit` root:operator
|
|
|
|
umask 77
|
1999-01-03 16:48:03 +00:00
|
|
|
;;
|
|
|
|
|
1999-01-11 00:03:59 +00:00
|
|
|
ulpt*)
|
|
|
|
unit=`expr $i : 'ulpt\(.*\)'`
|
2000-08-16 16:42:50 +00:00
|
|
|
minor=`unit2minor $unit`
|
2000-01-23 11:40:10 +00:00
|
|
|
mknod ulpt$unit c 113 $minor
|
2001-11-20 17:56:34 +00:00
|
|
|
minor=`unit2minor $(($unit + 64))`
|
2000-01-23 11:40:10 +00:00
|
|
|
mknod unlpt$unit c 113 $minor # and the 'no prime' version
|
1999-01-11 00:03:59 +00:00
|
|
|
;;
|
|
|
|
|
1999-01-12 01:31:13 +00:00
|
|
|
ugen*)
|
2001-01-07 18:43:31 +00:00
|
|
|
umask 7
|
1999-02-18 21:17:16 +00:00
|
|
|
unit=`expr $i : 'ugen\([0-9][0-9]*\)'`
|
|
|
|
endpoint=`expr $i : 'ugen.*\.\([0-9][0-9]*\)'`
|
1999-09-13 15:44:20 +00:00
|
|
|
if [ -z "${unit}" ]; then
|
|
|
|
echo $i - Invalid unit number
|
1999-02-18 21:17:16 +00:00
|
|
|
fi
|
1999-11-24 21:05:59 +00:00
|
|
|
if [ -z "${endpoint}" ]; then # ugen0 & ugen0.1 - ugen0.15
|
2001-01-07 18:43:31 +00:00
|
|
|
mknod ugen$unit c 114 \
|
|
|
|
`unit2minor $(($unit * 16))` root:operator
|
1999-12-19 09:42:15 +00:00
|
|
|
i=1
|
|
|
|
while [ $i -lt 16 ]; do
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod ugen$unit.$i c 114 \
|
2001-01-07 18:43:31 +00:00
|
|
|
`unit2minor $(($unit * 16 + $i))` root:operator
|
1999-12-19 09:42:15 +00:00
|
|
|
i=$(($i + 1))
|
|
|
|
done
|
1999-02-18 21:17:16 +00:00
|
|
|
else
|
2000-08-18 07:01:19 +00:00
|
|
|
minor=`unit2minor $(($unit * 16 + $endpoint))`
|
2001-01-07 18:43:31 +00:00
|
|
|
mknod ugen$unit.$endpoint c 114 $minor root:operator
|
1999-02-18 21:17:16 +00:00
|
|
|
fi
|
2001-01-07 18:43:31 +00:00
|
|
|
umask 77
|
1999-01-12 01:31:13 +00:00
|
|
|
;;
|
|
|
|
|
2000-03-18 18:45:48 +00:00
|
|
|
urio*)
|
2001-01-07 18:43:31 +00:00
|
|
|
umask 7
|
2000-03-18 18:45:48 +00:00
|
|
|
unit=`expr $i : 'urio\(.*\)'`
|
2001-01-07 18:43:31 +00:00
|
|
|
mknod urio$unit c 143 `unit2minor $unit` root:operator
|
|
|
|
umask 77
|
2000-03-18 18:45:48 +00:00
|
|
|
;;
|
|
|
|
|
2002-07-10 16:07:33 +00:00
|
|
|
ucom*)
|
2001-01-07 18:43:31 +00:00
|
|
|
umask 7
|
2002-07-10 16:07:33 +00:00
|
|
|
unit=`expr $i : 'ucom\(.*\)'`
|
2000-08-16 16:42:50 +00:00
|
|
|
minor=`unit2minor $(($unit + 128))`
|
2002-07-10 16:07:33 +00:00
|
|
|
mknod ucom$unit c 138 $minor uucp:dialer
|
2001-01-07 18:43:31 +00:00
|
|
|
umask 77
|
2000-03-26 12:59:22 +00:00
|
|
|
;;
|
|
|
|
|
2000-10-25 10:34:38 +00:00
|
|
|
uscanner*)
|
2001-01-07 18:43:31 +00:00
|
|
|
umask 7
|
2000-10-25 10:34:38 +00:00
|
|
|
unit=`expr $i : 'uscanner\(.*\)'`
|
2001-01-07 18:43:31 +00:00
|
|
|
mknod uscanner$unit c 156 `unit2minor $unit` root:operator
|
|
|
|
umask 77
|
2000-10-25 10:34:38 +00:00
|
|
|
;;
|
|
|
|
|
2000-10-29 14:06:12 +00:00
|
|
|
umodem*)
|
2001-01-07 18:43:31 +00:00
|
|
|
umask 7
|
|
|
|
unit=`expr $i : 'umodem\(.*\)'`
|
|
|
|
mknod umodem$unit c 124 `unit2minor $unit` uucp:dialer
|
|
|
|
umask 77
|
|
|
|
;;
|
2000-10-29 14:06:12 +00:00
|
|
|
|
1993-07-19 18:50:36 +00:00
|
|
|
lpt*)
|
|
|
|
unit=`expr $i : 'lpt\(.*\)'`
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod lpt$unit c 16 `unit2minor $unit`
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod lpctl$unit c 16 `unit2minor $(($unit + 128))`
|
1993-07-19 18:50:36 +00:00
|
|
|
;;
|
|
|
|
|
1993-09-06 03:00:38 +00:00
|
|
|
# Use this to create virtual consoles for syscons, pcvt or codrv
|
1994-05-21 08:55:52 +00:00
|
|
|
# ttyv0-b
|
1993-07-19 18:50:36 +00:00
|
|
|
# use as MAKEDEV vtyNN to create NN entries
|
|
|
|
vty*)
|
|
|
|
chr=12
|
|
|
|
units=`expr $i : 'vty\(.*\)'`
|
1999-12-19 09:42:15 +00:00
|
|
|
i=0
|
|
|
|
while [ $i -lt $units ]; do
|
2001-11-20 17:24:35 +00:00
|
|
|
mknod ttyv$(hexprint $i) c $chr `unit2minor $i`
|
1999-12-19 09:42:15 +00:00
|
|
|
i=$(($i + 1))
|
|
|
|
done
|
1994-12-06 19:50:17 +00:00
|
|
|
ln -fs ttyv0 vga # XXX X still needs this pccons relic
|
1993-07-19 18:50:36 +00:00
|
|
|
;;
|
|
|
|
|
2001-02-27 18:36:56 +00:00
|
|
|
nmdm*)
|
|
|
|
units=`expr $i : 'nmdm\(.*\)'`
|
|
|
|
chr=18
|
|
|
|
i=0
|
|
|
|
while [ $i -lt $units ]; do
|
|
|
|
minor=`unit2minor $i`
|
|
|
|
minor=$(($minor + $minor))
|
|
|
|
mknod nmdm${i}A c $chr $minor
|
|
|
|
mknod nmdm${i}B c $chr $(($minor + 1))
|
|
|
|
i=$(($i + 1))
|
|
|
|
done
|
|
|
|
;;
|
|
|
|
|
1993-07-19 18:50:36 +00:00
|
|
|
bpf*)
|
2001-08-23 22:19:53 +00:00
|
|
|
units=`expr $i : 'bpf\(.*\)$'`
|
1998-10-29 22:16:29 +00:00
|
|
|
unit=0
|
2001-08-23 22:19:53 +00:00
|
|
|
while [ $unit -le $units ]; do
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod bpf$unit c 23 `unit2minor $unit`
|
1999-12-19 09:42:15 +00:00
|
|
|
unit=$(($unit + 1))
|
1998-10-29 22:16:29 +00:00
|
|
|
done
|
1993-07-19 18:50:36 +00:00
|
|
|
;;
|
|
|
|
|
|
|
|
speaker)
|
|
|
|
mknod speaker c 26 0
|
|
|
|
;;
|
|
|
|
|
2002-03-31 09:15:43 +00:00
|
|
|
cua?|cuaa?|cuaa??)
|
1994-12-06 19:50:17 +00:00
|
|
|
umask 7
|
2002-03-31 09:15:43 +00:00
|
|
|
unit_low=`expr $i : 'cua.*\(.\)$'`
|
|
|
|
case $i in
|
|
|
|
cua?|cuaa?)
|
|
|
|
unit_high=""
|
|
|
|
m_high=0
|
|
|
|
;;
|
|
|
|
cuaa??)
|
|
|
|
unit_high=`expr $i : 'cuaa\(.\).$'`
|
|
|
|
m_high=`ttyminor $unit_high`
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
unit=$unit_high$unit_low
|
|
|
|
m=$(($m_high << 16 | `ttyminor $unit_low`))
|
|
|
|
mknod cuaa$unit c 28 $(($m | 128)) uucp:dialer
|
|
|
|
mknod cuaia$unit c 28 $(($m | 32 | 128)) uucp:dialer
|
|
|
|
mknod cuala$unit c 28 $(($m | 64 | 128)) uucp:dialer
|
1994-12-06 19:50:17 +00:00
|
|
|
umask 77
|
|
|
|
;;
|
|
|
|
|
2002-03-31 09:15:43 +00:00
|
|
|
tty?|tty0?|ttyd?|ttyd??)
|
|
|
|
unit_low=`expr $i : 'tty.*\(.\)$'`
|
|
|
|
case $i in
|
|
|
|
tty?|tty0?|ttyd?)
|
|
|
|
unit_high=""
|
|
|
|
m_high=0
|
|
|
|
;;
|
|
|
|
ttyd??)
|
|
|
|
unit_high=`expr $i : 'ttyd\(.\).$'`
|
|
|
|
m_high=`ttyminor $unit_high`
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
unit=$unit_high$unit_low
|
|
|
|
m=$(($m_high << 16 | `ttyminor $unit_low`))
|
1994-12-06 19:50:17 +00:00
|
|
|
mknod ttyd$unit c 28 $m
|
2002-03-31 09:15:43 +00:00
|
|
|
mknod ttyid$unit c 28 $(($m | 32))
|
|
|
|
mknod ttyld$unit c 28 $(($m | 64))
|
1993-07-19 18:50:36 +00:00
|
|
|
;;
|
|
|
|
|
1996-10-25 15:01:33 +00:00
|
|
|
cuac?)
|
|
|
|
umask 7
|
|
|
|
portlist="0 1 2 3 4 5 6 7 8 9 a b c d e f
|
|
|
|
g h i j k l m n o p q r s t u v"
|
1996-10-13 01:12:01 +00:00
|
|
|
major=48
|
1996-10-25 15:01:33 +00:00
|
|
|
card=`expr $i : 'cua.*\(.\)$'`
|
1996-10-13 01:12:01 +00:00
|
|
|
for unit in $portlist
|
|
|
|
do
|
|
|
|
minor=`ttyminor $unit`
|
2001-11-20 17:56:34 +00:00
|
|
|
minor=$(($card * 65536 + $minor))
|
1996-10-13 01:12:01 +00:00
|
|
|
name=$card$unit
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod cuac$name c $major $(($minor + 128)) uucp:dialer
|
|
|
|
mknod cuaic$name c $major $(($minor + 32 + 128)) uucp:dialer
|
|
|
|
mknod cualc$name c $major $(($minor + 64 + 128)) uucp:dialer
|
1996-10-13 01:12:01 +00:00
|
|
|
done
|
1996-10-25 15:01:33 +00:00
|
|
|
umask 77
|
1996-10-13 01:12:01 +00:00
|
|
|
;;
|
|
|
|
|
1996-10-25 15:01:33 +00:00
|
|
|
ttyc?)
|
|
|
|
portlist="0 1 2 3 4 5 6 7 8 9 a b c d e f
|
|
|
|
g h i j k l m n o p q r s t u v"
|
1996-10-13 01:12:01 +00:00
|
|
|
major=48
|
1996-10-25 15:01:33 +00:00
|
|
|
card=`expr $i : 'tty.*\(.\)$'`
|
1996-10-13 01:12:01 +00:00
|
|
|
for unit in $portlist
|
|
|
|
do
|
|
|
|
minor=`ttyminor $unit`
|
2001-11-20 17:56:34 +00:00
|
|
|
minor=$(($card * 65536 + $minor))
|
1996-10-13 01:12:01 +00:00
|
|
|
name=$card$unit
|
1996-10-25 15:01:33 +00:00
|
|
|
mknod ttyc$name c $major $minor
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod ttyic$name c $major $(($minor + 32))
|
|
|
|
mknod ttylc$name c $major $(($minor + 64))
|
1996-10-13 01:12:01 +00:00
|
|
|
done
|
1995-04-28 07:39:21 +00:00
|
|
|
;;
|
|
|
|
|
1995-05-07 23:04:03 +00:00
|
|
|
# RISCom8 'rc' driver entries
|
|
|
|
|
|
|
|
cuam?)
|
1995-04-23 12:02:21 +00:00
|
|
|
umask 7
|
|
|
|
unit=`expr $i : 'cua.*\(.\)$'`
|
|
|
|
m=`ttyminor $unit`
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod cuam$unit c 63 $(($m + 128)) uucp:dialer
|
1995-04-23 12:02:21 +00:00
|
|
|
umask 77
|
|
|
|
;;
|
|
|
|
|
1995-05-07 23:04:03 +00:00
|
|
|
ttym?)
|
1995-04-23 12:02:21 +00:00
|
|
|
unit=`expr $i : 'tty.*\(.\)$'`
|
|
|
|
m=`ttyminor $unit`
|
1995-05-07 23:04:03 +00:00
|
|
|
mknod ttym$unit c 63 $m
|
1995-04-23 12:02:21 +00:00
|
|
|
;;
|
|
|
|
|
1995-08-13 22:05:51 +00:00
|
|
|
# Specialix SI/XIO.
|
|
|
|
# Note: these are 'base 1' to match the numbers on the panels, and to match
|
|
|
|
# the manual that comes with the system.
|
1995-09-22 20:42:11 +00:00
|
|
|
ttyA*)
|
|
|
|
major=68
|
2001-08-23 22:19:53 +00:00
|
|
|
units=`expr $i : 'ttyA\(.*\)$'`
|
1995-09-22 20:42:11 +00:00
|
|
|
port=1
|
2001-08-23 22:19:53 +00:00
|
|
|
while [ $port -le $units ]; do
|
2001-11-27 11:57:47 +00:00
|
|
|
minor=$(($port - 1))
|
2001-11-20 17:24:35 +00:00
|
|
|
name=$(zeropad 2 $port)
|
1995-09-22 20:42:11 +00:00
|
|
|
mknod ttyA$name c $major $minor
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod ttyiA$name c $major $(($minor + 65536))
|
|
|
|
mknod ttylA$name c $major $(($minor + 131072))
|
1999-12-19 09:42:15 +00:00
|
|
|
port=$(($port + 1))
|
1995-09-22 20:42:11 +00:00
|
|
|
done
|
|
|
|
# For the user-mode control program, 'sicontrol'
|
1995-08-13 22:05:51 +00:00
|
|
|
mknod si_control c 68 262144
|
|
|
|
;;
|
1996-10-25 15:01:33 +00:00
|
|
|
|
1995-09-22 20:42:11 +00:00
|
|
|
cuaA*)
|
|
|
|
umask 7
|
|
|
|
major=68
|
2001-08-23 22:19:53 +00:00
|
|
|
units=`expr $i : 'cuaA\(.*\)$'`
|
1995-09-22 20:42:11 +00:00
|
|
|
port=1
|
2001-08-23 22:19:53 +00:00
|
|
|
while [ $port -le $units ]; do
|
2001-11-27 11:57:47 +00:00
|
|
|
minor=$(($port - 1))
|
2001-11-20 17:24:35 +00:00
|
|
|
name=$(zeropad 2 $port)
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod cuaA$name c $major $(($minor + 128)) uucp:dialer
|
|
|
|
mknod cuaiA$name c $major $(($minor + 128 + 65536)) \
|
2000-01-07 16:20:25 +00:00
|
|
|
uucp:dialer
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod cualA$name c $major $(($minor + 128 + 131072)) \
|
2000-01-07 16:20:25 +00:00
|
|
|
uucp:dialer
|
1999-12-19 09:42:15 +00:00
|
|
|
port=$(($port + 1))
|
1995-09-22 20:42:11 +00:00
|
|
|
done
|
|
|
|
umask 77
|
|
|
|
;;
|
1995-08-13 22:05:51 +00:00
|
|
|
|
2001-08-21 00:03:28 +00:00
|
|
|
# Alpha AS8[24]00 (TurboLaser) console.
|
|
|
|
zs?)
|
|
|
|
unit=`expr $i : 'zs.*\(.\)$'`
|
|
|
|
m=`ttyminor $unit`
|
|
|
|
mknod zs$unit c 135 $m
|
|
|
|
;;
|
|
|
|
|
1995-09-03 20:40:16 +00:00
|
|
|
# Digiboard PC/?? 16 port card.
|
|
|
|
# The current scheme of minor numbering is:
|
|
|
|
#
|
1995-10-17 16:26:54 +00:00
|
|
|
# unused{14} CARD{2} major{8} CALLOUT{1} LOCK{1} INIT{1} PORT{5}
|
1995-09-03 20:40:16 +00:00
|
|
|
#
|
|
|
|
# CARD bitfield in future versions may be extended to 3 bits.
|
1995-10-17 16:26:54 +00:00
|
|
|
#
|
|
|
|
# See dgb(4)
|
|
|
|
#
|
1995-09-03 20:40:16 +00:00
|
|
|
ttyD?)
|
1995-10-17 16:26:54 +00:00
|
|
|
portlist="0 1 2 3 4 5 6 7 8 9 a b c d e f"
|
1995-09-03 20:40:16 +00:00
|
|
|
major=58
|
|
|
|
card=`expr $i : 'tty.*\(.\)$'`
|
1995-10-17 16:26:54 +00:00
|
|
|
for unit in $portlist
|
|
|
|
do
|
|
|
|
minor=`ttyminor $unit`
|
2001-11-20 17:56:34 +00:00
|
|
|
minor=$(($card * 65536 + $minor))
|
1995-10-17 16:26:54 +00:00
|
|
|
name=$card$unit
|
1995-09-03 20:40:16 +00:00
|
|
|
mknod ttyD$name c $major $minor
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod ttyiD$name c $major $(($minor + 32))
|
|
|
|
mknod ttylD$name c $major $(($minor + 64))
|
1995-09-03 20:40:16 +00:00
|
|
|
done
|
2001-05-02 01:08:09 +00:00
|
|
|
|
|
|
|
# Also create devices for the digi driver
|
|
|
|
umask 7
|
|
|
|
major=162
|
|
|
|
card=`expr $i : 'tty.*\(.\)$'`
|
|
|
|
rm -f digi$card.ctl
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod digi$card.ctl c $major $(($card * 65536 + 8388608)) uucp:dialer
|
2001-05-02 01:08:09 +00:00
|
|
|
unit=0
|
|
|
|
while [ $unit -lt 16 ]
|
|
|
|
do
|
2001-11-20 17:56:34 +00:00
|
|
|
base=$(($card * 65536 + $unit))
|
2001-05-02 01:08:09 +00:00
|
|
|
name=$card.$unit
|
|
|
|
rm -f tty*D$name
|
|
|
|
mknod ttyD$name c $major $base
|
|
|
|
mknod ttyiD$name c $major $(($base + 1048576))
|
|
|
|
mknod ttylD$name c $major $(($base + 2097152))
|
|
|
|
unit=$(($unit + 1))
|
|
|
|
done
|
|
|
|
umask 77
|
1995-09-03 20:40:16 +00:00
|
|
|
;;
|
1996-10-25 15:01:33 +00:00
|
|
|
|
1995-09-03 20:40:16 +00:00
|
|
|
cuaD?)
|
1996-10-25 15:01:33 +00:00
|
|
|
umask 7
|
1995-10-17 16:26:54 +00:00
|
|
|
portlist="0 1 2 3 4 5 6 7 8 9 a b c d e f"
|
1995-09-03 20:40:16 +00:00
|
|
|
major=58
|
|
|
|
card=`expr $i : 'cua.*\(.\)$'`
|
1995-10-17 16:26:54 +00:00
|
|
|
for unit in $portlist
|
|
|
|
do
|
|
|
|
minor=`ttyminor $unit`
|
2001-11-20 17:56:34 +00:00
|
|
|
minor=$(($card * 65536 + $minor))
|
1995-10-17 16:26:54 +00:00
|
|
|
name=$card$unit
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod cuaD$name c $major $(($minor + 128)) uucp:dialer
|
|
|
|
mknod cuaiD$name c $major $(($minor + 32 + 128)) uucp:dialer
|
|
|
|
mknod cualD$name c $major $(($minor + 64 + 128)) uucp:dialer
|
1995-09-03 20:40:16 +00:00
|
|
|
done
|
2001-05-02 01:08:09 +00:00
|
|
|
|
|
|
|
# Also create devices for the digi driver
|
|
|
|
major=162
|
|
|
|
card=`expr $i : 'cua.*\(.\)$'`
|
|
|
|
rm -f digi$card.ctl
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod digi$card.ctl c $major $(($card * 65536 + 8388608)) uucp:dialer
|
2001-05-02 01:08:09 +00:00
|
|
|
unit=0
|
|
|
|
while [ $unit -lt 16 ]
|
|
|
|
do
|
2001-11-20 17:56:34 +00:00
|
|
|
base=$(($card * 65536 + $unit))
|
2001-05-02 01:08:09 +00:00
|
|
|
name=$card.$unit
|
|
|
|
rm -f cua*D$name
|
|
|
|
mknod cuaD$name c $major $(($base + 4194304)) uucp:dialer
|
|
|
|
mknod cuaiD$name c $major $(($base + 5242880)) uucp:dialer
|
|
|
|
mknod cualD$name c $major $(($base + 6291456)) uucp:dialer
|
|
|
|
unit=$(($unit + 1))
|
|
|
|
done
|
1995-09-03 20:40:16 +00:00
|
|
|
umask 77
|
|
|
|
;;
|
|
|
|
|
2001-05-02 01:08:09 +00:00
|
|
|
# Digiboard Xem - superceeded by the digi device above
|
|
|
|
#
|
1998-08-04 21:45:20 +00:00
|
|
|
ttyM*)
|
|
|
|
portlist="0 1 2 3 4 5 6 7 8 9 a b c d e f"
|
|
|
|
modulelist="a b c d"
|
|
|
|
major=101
|
|
|
|
card=`expr $i : 'tty.*\(.\)$'`
|
|
|
|
for unit in $modulelist
|
|
|
|
do
|
|
|
|
moduleminor=`ttyminor $unit`
|
2001-11-20 17:56:34 +00:00
|
|
|
moduleminor=$(($moduleminor % 10 * 16))
|
1998-08-04 21:45:20 +00:00
|
|
|
modulename=$unit
|
|
|
|
|
|
|
|
for unit in $portlist
|
|
|
|
do
|
|
|
|
minor=`ttyminor $unit`
|
2001-11-20 17:56:34 +00:00
|
|
|
minor=$(($card * 65536 + $minor + $moduleminor))
|
1998-08-04 21:45:20 +00:00
|
|
|
name=$card$modulename$unit
|
|
|
|
rm -f tty*M$name
|
|
|
|
mknod ttyM$name c $major $minor
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod ttyiM$name c $major $(($minor + 64))
|
|
|
|
mknod ttylM$name c $major $(($minor + 128))
|
1998-08-04 21:45:20 +00:00
|
|
|
done
|
|
|
|
done
|
|
|
|
;;
|
|
|
|
|
|
|
|
cuaM?)
|
|
|
|
umask 7
|
|
|
|
portlist="0 1 2 3 4 5 6 7 8 9 a b c d e f"
|
|
|
|
modulelist="a b c d"
|
|
|
|
major=101
|
|
|
|
card=`expr $i : 'cua.*\(.\)$'`
|
|
|
|
for unit in $modulelist
|
|
|
|
do
|
|
|
|
moduleminor=`ttyminor $unit`
|
2001-11-20 17:56:34 +00:00
|
|
|
moduleminor=$(($moduleminor % 10 * 16))
|
1998-08-04 21:45:20 +00:00
|
|
|
modulename=$unit
|
|
|
|
|
|
|
|
for unit in $portlist
|
|
|
|
do
|
|
|
|
minor=`ttyminor $unit`
|
2001-11-20 17:56:34 +00:00
|
|
|
minor=$(($card * 65536 + $minor + $moduleminor))
|
1998-08-04 21:45:20 +00:00
|
|
|
name=$card$modulename$unit
|
|
|
|
rm -f cua*M$name
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod cuaM$name c $major $(($minor + 262144)) \
|
2000-01-07 16:20:25 +00:00
|
|
|
uucp:dialer
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod cuaiM$name c $major $(($minor + 64 + 262144)) \
|
2000-01-07 16:20:25 +00:00
|
|
|
uucp:dialer
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod cualM$name c $major $(($minor + 128 + 262144)) \
|
2000-01-07 16:20:25 +00:00
|
|
|
uucp:dialer
|
1998-08-04 21:45:20 +00:00
|
|
|
done
|
|
|
|
done
|
|
|
|
umask 77
|
|
|
|
;;
|
|
|
|
|
1997-08-28 12:14:14 +00:00
|
|
|
ttyR?)
|
|
|
|
major=81
|
1999-12-19 09:42:15 +00:00
|
|
|
BOARD=1; Rnum=0
|
|
|
|
MINOR=$(($BOARD * 65536))
|
|
|
|
controllers=$(
|
|
|
|
dmesg | while read first rest; do
|
2000-06-11 06:43:16 +00:00
|
|
|
case "$first" in
|
1999-12-19 09:42:15 +00:00
|
|
|
RocketPort[0-4])
|
2000-06-11 06:43:16 +00:00
|
|
|
echo "$first"
|
1999-12-19 09:42:15 +00:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
)
|
2001-06-28 07:07:12 +00:00
|
|
|
rm -f ttyR* ttyiR* ttylR*
|
1999-12-19 09:42:15 +00:00
|
|
|
for i in $controllers; do
|
|
|
|
ndevices=$(
|
2002-02-09 21:16:54 +00:00
|
|
|
dmesg | while read first foo bar ports rest; do
|
2000-06-11 06:43:16 +00:00
|
|
|
case "$first" in
|
1999-12-19 09:42:15 +00:00
|
|
|
$i*)
|
2000-06-11 06:43:16 +00:00
|
|
|
echo "$ports"
|
1999-12-19 09:42:15 +00:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
)
|
1998-02-17 15:28:29 +00:00
|
|
|
echo -n "Creating $ndevices devices for $i: "
|
1999-12-19 09:42:15 +00:00
|
|
|
dev=0
|
|
|
|
while [ $dev -lt $ndevices ]; do
|
2001-06-28 07:07:12 +00:00
|
|
|
mknod ttyR$Rnum c $major $MINOR
|
|
|
|
mknod ttyiR$Rnum c $major $(($MINOR + 32))
|
|
|
|
mknod ttylR$Rnum c $major $(($MINOR + 64))
|
1999-12-19 09:42:15 +00:00
|
|
|
Rnum=$(($Rnum + 1))
|
|
|
|
MINOR=$(($MINOR + 1))
|
|
|
|
dev=$(($dev + 1))
|
1998-02-17 15:28:29 +00:00
|
|
|
done
|
1999-12-19 09:42:15 +00:00
|
|
|
BOARD=$(($BOARD + 1))
|
|
|
|
MINOR=$(($BOARD * 65536))
|
1998-02-17 15:28:29 +00:00
|
|
|
echo " "
|
1997-08-28 12:14:14 +00:00
|
|
|
done
|
|
|
|
;;
|
|
|
|
|
|
|
|
cuaR?)
|
|
|
|
major=81
|
1999-12-19 09:42:15 +00:00
|
|
|
BOARD=1; Rnum=0
|
|
|
|
MINOR=$(($BOARD * 65536))
|
|
|
|
controllers=$(
|
|
|
|
dmesg | while read first rest; do
|
2000-06-11 06:43:16 +00:00
|
|
|
case "$first" in
|
1999-12-19 09:42:15 +00:00
|
|
|
RocketPort[0-4])
|
2000-06-11 06:43:16 +00:00
|
|
|
echo "$first"
|
1999-12-19 09:42:15 +00:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
)
|
2001-06-28 07:07:12 +00:00
|
|
|
rm -f cuaR* cuaiR* cualR*
|
1999-12-19 09:42:15 +00:00
|
|
|
for i in $controllers; do
|
|
|
|
ndevices=$(
|
2002-02-09 21:16:54 +00:00
|
|
|
dmesg | while read first foo bar ports rest; do
|
2000-06-11 06:43:16 +00:00
|
|
|
case "$first" in
|
1999-12-19 09:42:15 +00:00
|
|
|
$i*)
|
2000-06-11 06:43:16 +00:00
|
|
|
echo "$ports"
|
1999-12-19 09:42:15 +00:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
)
|
1998-02-17 15:28:29 +00:00
|
|
|
echo -n "Creating $ndevices devices for $i: "
|
1999-12-19 09:42:15 +00:00
|
|
|
dev=0
|
|
|
|
while [ $dev -lt $ndevices ]; do
|
2001-06-28 07:07:12 +00:00
|
|
|
mknod cuaR$Rnum c $major $(($MINOR + 128)) uucp:dialer
|
|
|
|
mknod cuaiR$Rnum c $major $(($MINOR + 128 + 32)) \
|
2000-01-07 16:20:25 +00:00
|
|
|
uucp:dialer
|
2001-06-28 07:07:12 +00:00
|
|
|
mknod cualR$Rnum c $major $(($MINOR + 128 + 64)) \
|
2000-01-07 16:20:25 +00:00
|
|
|
uucp:dialer
|
1999-12-19 09:42:15 +00:00
|
|
|
Rnum=$(($Rnum + 1))
|
|
|
|
MINOR=$(($MINOR + 1))
|
|
|
|
dev=$(($dev + 1))
|
1998-02-17 15:28:29 +00:00
|
|
|
done
|
1999-12-19 09:42:15 +00:00
|
|
|
BOARD=$(($BOARD + 1))
|
|
|
|
MINOR=$(($BOARD * 65536))
|
1998-02-17 15:28:29 +00:00
|
|
|
echo " "
|
1997-08-28 12:14:14 +00:00
|
|
|
done
|
|
|
|
;;
|
|
|
|
|
1993-10-19 20:00:35 +00:00
|
|
|
mse*)
|
|
|
|
unit=`expr $i : 'mse\(.*\)'`
|
|
|
|
chr=27
|
2000-08-16 16:42:50 +00:00
|
|
|
# non-blocking for X11
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod mse$unit c $chr `unit2minor $(($unit * 2 + 1))`
|
1993-10-19 20:00:35 +00:00
|
|
|
;;
|
|
|
|
|
|
|
|
psm*)
|
|
|
|
unit=`expr $i : 'psm\(.*\)'`
|
|
|
|
chr=21
|
2000-08-16 16:42:50 +00:00
|
|
|
# non-blocking for X11
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod psm$unit c $chr `unit2minor $(($unit * 2 + 1))`
|
1993-10-19 20:00:35 +00:00
|
|
|
;;
|
|
|
|
|
|
|
|
mouse*)
|
1994-12-08 00:44:55 +00:00
|
|
|
name=`expr $i : 'mouse\(.*\)'`
|
1993-10-19 20:00:35 +00:00
|
|
|
if [ ! -c $name ]; then
|
|
|
|
$0 $name # make the appropriate device
|
|
|
|
fi
|
1997-12-29 00:02:18 +00:00
|
|
|
ln -fs $name mouse
|
1993-10-19 20:00:35 +00:00
|
|
|
;;
|
|
|
|
|
1994-04-21 14:08:27 +00:00
|
|
|
pcaudio)
|
1994-05-21 08:55:52 +00:00
|
|
|
mknod pcaudio c 24 0
|
|
|
|
mknod pcaudioctl c 24 128
|
1994-04-21 14:08:27 +00:00
|
|
|
;;
|
|
|
|
|
1994-10-13 20:10:14 +00:00
|
|
|
socksys)
|
|
|
|
mknod socksys c 41 0
|
|
|
|
mknod spx c 41 1
|
1997-12-29 00:02:18 +00:00
|
|
|
ln -fs socksys nfsd
|
1994-10-13 20:10:14 +00:00
|
|
|
chmod 666 socksys nfsd spx
|
|
|
|
;;
|
1993-10-23 10:58:51 +00:00
|
|
|
|
|
|
|
snd*)
|
1995-07-29 00:40:40 +00:00
|
|
|
#
|
|
|
|
# changes from Linux voxware
|
1996-01-31 15:03:18 +00:00
|
|
|
# minor Linux FreeBSD
|
1995-07-29 00:40:40 +00:00
|
|
|
# 8 sequencer2 (aka music0) music0
|
|
|
|
# 17 patmgr0 sequencer1
|
|
|
|
# 33 patmgr1 sequencer2
|
|
|
|
#
|
|
|
|
|
|
|
|
unit=`expr $i : 'snd\(.*\)'`
|
|
|
|
chr=30
|
|
|
|
|
1995-04-28 07:53:43 +00:00
|
|
|
# XXX write this less verbosely, like std
|
|
|
|
snd_security_hole=0 # XXX
|
|
|
|
umask $snd_security_hole
|
|
|
|
|
1998-08-14 06:21:34 +00:00
|
|
|
ln -fs mixer$unit mixer
|
|
|
|
ln -fs sequencer$unit sequencer
|
|
|
|
ln -fs dsp$unit dsp
|
|
|
|
ln -fs audio$unit audio
|
|
|
|
ln -fs dspW$unit dspW
|
|
|
|
ln -fs music$unit music
|
|
|
|
ln -fs pss$unit pss
|
1993-10-23 10:58:51 +00:00
|
|
|
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod mixer$unit c $chr `unit2minor $(($unit * 16 + 0))`
|
|
|
|
mknod sequencer$unit c $chr `unit2minor $(($unit * 16 + 1))`
|
|
|
|
mknod midi$unit c $chr `unit2minor $(($unit * 16 + 2))`
|
|
|
|
mknod dsp$unit c $chr `unit2minor $(($unit * 16 + 3))`
|
|
|
|
mknod audio$unit c $chr `unit2minor $(($unit * 16 + 4))`
|
|
|
|
mknod dspW$unit c $chr `unit2minor $(($unit * 16 + 5))`
|
1995-07-29 00:40:40 +00:00
|
|
|
mknod sndstat c $chr 6
|
|
|
|
# minor number 7 is unused
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod music$unit c $chr `unit2minor $(($unit * 16 + 8))`
|
|
|
|
mknod pss$unit c $chr `unit2minor $(($unit * 16 + 9))`
|
2000-07-11 11:49:33 +00:00
|
|
|
# minor number 10 is unused
|
|
|
|
mknod midistat c $chr 11
|
|
|
|
# minor numbers 12-15 are unused
|
1995-04-28 07:53:43 +00:00
|
|
|
umask 77
|
1993-10-23 10:58:51 +00:00
|
|
|
;;
|
|
|
|
|
1994-11-01 01:47:22 +00:00
|
|
|
vat)
|
|
|
|
mknod vatio c 25 128
|
|
|
|
chmod 660 vatio
|
|
|
|
;;
|
|
|
|
|
1995-03-21 06:31:00 +00:00
|
|
|
gsc*)
|
1996-12-30 20:51:36 +00:00
|
|
|
unit=`expr $i : 'gsc\(.*\)'`
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod gsc${unit} c 47 `unit2minor $unit`
|
|
|
|
mknod gsc${unit}p c 47 `unit2minor $(($unit + 8))`
|
|
|
|
mknod gsc${unit}d c 47 `unit2minor $(($unit + 32))`
|
|
|
|
mknod gsc${unit}pd c 47 `unit2minor $(($unit + 40))`
|
1996-12-30 20:51:36 +00:00
|
|
|
chmod 666 gsc${unit}*
|
1995-01-07 14:52:08 +00:00
|
|
|
;;
|
|
|
|
|
2000-08-29 20:20:54 +00:00
|
|
|
acpi)
|
|
|
|
mknod acpi c 152 0 root:operator
|
|
|
|
chmod 660 acpi
|
|
|
|
;;
|
|
|
|
|
1999-12-26 15:24:58 +00:00
|
|
|
apm)
|
2000-01-07 16:20:25 +00:00
|
|
|
mknod apm c 39 0 root:operator
|
2000-07-19 06:35:58 +00:00
|
|
|
chmod 664 apm
|
1999-12-26 15:24:58 +00:00
|
|
|
;;
|
|
|
|
|
|
|
|
apmctl)
|
2000-01-07 16:20:25 +00:00
|
|
|
mknod apmctl c 39 8 root:operator
|
1999-07-10 18:02:42 +00:00
|
|
|
chmod 660 apmctl
|
1996-03-18 20:28:27 +00:00
|
|
|
;;
|
|
|
|
|
|
|
|
card*)
|
1996-03-19 03:48:53 +00:00
|
|
|
unit=`expr $i : 'card\(.*\)'`
|
1996-03-18 20:28:27 +00:00
|
|
|
chr=50
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod card$unit c $chr `unit2minor $unit`
|
1996-03-18 20:28:27 +00:00
|
|
|
chmod 644 card$unit
|
1994-10-01 03:32:26 +00:00
|
|
|
;;
|
|
|
|
|
At long last, commit the zero copy sockets code.
MAKEDEV: Add MAKEDEV glue for the ti(4) device nodes.
ti.4: Update the ti(4) man page to include information on the
TI_JUMBO_HDRSPLIT and TI_PRIVATE_JUMBOS kernel options,
and also include information about the new character
device interface and the associated ioctls.
man9/Makefile: Add jumbo.9 and zero_copy.9 man pages and associated
links.
jumbo.9: New man page describing the jumbo buffer allocator
interface and operation.
zero_copy.9: New man page describing the general characteristics of
the zero copy send and receive code, and what an
application author should do to take advantage of the
zero copy functionality.
NOTES: Add entries for ZERO_COPY_SOCKETS, TI_PRIVATE_JUMBOS,
TI_JUMBO_HDRSPLIT, MSIZE, and MCLSHIFT.
conf/files: Add uipc_jumbo.c and uipc_cow.c.
conf/options: Add the 5 options mentioned above.
kern_subr.c: Receive side zero copy implementation. This takes
"disposable" pages attached to an mbuf, gives them to
a user process, and then recycles the user's page.
This is only active when ZERO_COPY_SOCKETS is turned on
and the kern.ipc.zero_copy.receive sysctl variable is
set to 1.
uipc_cow.c: Send side zero copy functions. Takes a page written
by the user and maps it copy on write and assigns it
kernel virtual address space. Removes copy on write
mapping once the buffer has been freed by the network
stack.
uipc_jumbo.c: Jumbo disposable page allocator code. This allocates
(optionally) disposable pages for network drivers that
want to give the user the option of doing zero copy
receive.
uipc_socket.c: Add kern.ipc.zero_copy.{send,receive} sysctls that are
enabled if ZERO_COPY_SOCKETS is turned on.
Add zero copy send support to sosend() -- pages get
mapped into the kernel instead of getting copied if
they meet size and alignment restrictions.
uipc_syscalls.c:Un-staticize some of the sf* functions so that they
can be used elsewhere. (uipc_cow.c)
if_media.c: In the SIOCGIFMEDIA ioctl in ifmedia_ioctl(), avoid
calling malloc() with M_WAITOK. Return an error if
the M_NOWAIT malloc fails.
The ti(4) driver and the wi(4) driver, at least, call
this with a mutex held. This causes witness warnings
for 'ifconfig -a' with a wi(4) or ti(4) board in the
system. (I've only verified for ti(4)).
ip_output.c: Fragment large datagrams so that each segment contains
a multiple of PAGE_SIZE amount of data plus headers.
This allows the receiver to potentially do page
flipping on receives.
if_ti.c: Add zero copy receive support to the ti(4) driver. If
TI_PRIVATE_JUMBOS is not defined, it now uses the
jumbo(9) buffer allocator for jumbo receive buffers.
Add a new character device interface for the ti(4)
driver for the new debugging interface. This allows
(a patched version of) gdb to talk to the Tigon board
and debug the firmware. There are also a few additional
debugging ioctls available through this interface.
Add header splitting support to the ti(4) driver.
Tweak some of the default interrupt coalescing
parameters to more useful defaults.
Add hooks for supporting transmit flow control, but
leave it turned off with a comment describing why it
is turned off.
if_tireg.h: Change the firmware rev to 12.4.11, since we're really
at 12.4.11 plus fixes from 12.4.13.
Add defines needed for debugging.
Remove the ti_stats structure, it is now defined in
sys/tiio.h.
ti_fw.h: 12.4.11 firmware.
ti_fw2.h: 12.4.11 firmware, plus selected fixes from 12.4.13,
and my header splitting patches. Revision 12.4.13
doesn't handle 10/100 negotiation properly. (This
firmware is the same as what was in the tree previously,
with the addition of header splitting support.)
sys/jumbo.h: Jumbo buffer allocator interface.
sys/mbuf.h: Add a new external mbuf type, EXT_DISPOSABLE, to
indicate that the payload buffer can be thrown away /
flipped to a userland process.
socketvar.h: Add prototype for socow_setup.
tiio.h: ioctl interface to the character portion of the ti(4)
driver, plus associated structure/type definitions.
uio.h: Change prototype for uiomoveco() so that we'll know
whether the source page is disposable.
ufs_readwrite.c:Update for new prototype of uiomoveco().
vm_fault.c: In vm_fault(), check to see whether we need to do a page
based copy on write fault.
vm_object.c: Add a new function, vm_object_allocate_wait(). This
does the same thing that vm_object allocate does, except
that it gives the caller the opportunity to specify whether
it should wait on the uma_zalloc() of the object structre.
This allows vm objects to be allocated while holding a
mutex. (Without generating WITNESS warnings.)
vm_object_allocate() is implemented as a call to
vm_object_allocate_wait() with the malloc flag set to
M_WAITOK.
vm_object.h: Add prototype for vm_object_allocate_wait().
vm_page.c: Add page-based copy on write setup, clear and fault
routines.
vm_page.h: Add page based COW function prototypes and variable in
the vm_page structure.
Many thanks to Drew Gallatin, who wrote the zero copy send and receive
code, and to all the other folks who have tested and reviewed this code
over the years.
2002-06-26 03:37:47 +00:00
|
|
|
ti*) unit=`expr $i : 'ti\(.*\)'`
|
|
|
|
chr=153
|
|
|
|
mknod ti$unit c $chr `unit2minor $unit`
|
|
|
|
chmod 600 ti$unit
|
|
|
|
;;
|
|
|
|
|
1994-12-03 14:01:01 +00:00
|
|
|
ttyx?|ttyy?|ttyz?)
|
|
|
|
case $i in
|
1995-03-12 15:25:32 +00:00
|
|
|
*0) unit=0;; *1) unit=1;; *2) unit=2;; *3) unit=3;;
|
|
|
|
*4) unit=4;; *5) unit=5;; *6) unit=6;; *7) unit=7;;
|
|
|
|
*8) unit=8;; *9) unit=9;; *a) unit=10;; *b) unit=11;;
|
|
|
|
*c) unit=12;; *d) unit=13;; *e) unit=14;; *f) unit=15;;
|
1994-12-03 14:01:01 +00:00
|
|
|
esac
|
|
|
|
case $i in
|
2001-12-27 22:41:35 +00:00
|
|
|
ttyy?) unit=$(($unit + 16));;
|
|
|
|
ttyz?) unit=$(($unit + 32));;
|
1994-12-03 14:01:01 +00:00
|
|
|
esac
|
|
|
|
mknod $i c 42 $unit
|
|
|
|
;;
|
|
|
|
|
|
|
|
cronyx)
|
|
|
|
mknod cronyx c 42 63
|
1995-03-12 15:25:32 +00:00
|
|
|
;;
|
1994-12-03 14:01:01 +00:00
|
|
|
|
1995-01-25 21:21:28 +00:00
|
|
|
joy)
|
2000-01-07 16:20:25 +00:00
|
|
|
mknod joy0 c 51 0 root:operator
|
|
|
|
mknod joy1 c 51 1 root:operator
|
1995-02-22 23:52:58 +00:00
|
|
|
chmod 640 joy0 joy1
|
1995-01-25 21:21:28 +00:00
|
|
|
;;
|
|
|
|
|
1995-02-07 12:07:18 +00:00
|
|
|
spigot)
|
1995-07-30 12:56:26 +00:00
|
|
|
mknod spigot c 11 0
|
1995-02-07 12:07:18 +00:00
|
|
|
chmod 444 spigot
|
|
|
|
;;
|
|
|
|
|
1997-03-03 16:13:35 +00:00
|
|
|
ctx?)
|
|
|
|
unit=`expr $i : 'ctx\(.*\)'`
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod ctx$unit c 40 `unit2minor $unit`
|
1997-03-03 16:13:35 +00:00
|
|
|
chmod 444 ctx$unit
|
|
|
|
;;
|
|
|
|
|
1995-08-01 13:15:52 +00:00
|
|
|
meteor?)
|
|
|
|
unit=`expr $i : 'meteor\(.*\)'`
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod meteor$unit c 67 `unit2minor $unit`
|
1995-08-01 13:15:52 +00:00
|
|
|
chmod 444 meteor$unit
|
|
|
|
;;
|
|
|
|
|
1997-05-11 00:34:36 +00:00
|
|
|
bktr?)
|
|
|
|
unit=`expr $i : 'bktr\(.*\)'`
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod bktr$unit c 92 `unit2minor $unit`
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod tuner$unit c 92 `unit2minor $((16 + $unit))`
|
|
|
|
mknod vbi$unit c 92 `unit2minor $((32 + $unit))`
|
1999-03-02 16:04:27 +00:00
|
|
|
chmod 444 bktr$unit tuner$unit vbi$unit
|
1997-05-11 00:34:36 +00:00
|
|
|
;;
|
|
|
|
|
1997-03-10 02:10:58 +00:00
|
|
|
tun*)
|
2001-08-23 22:19:53 +00:00
|
|
|
units=`expr $i : 'tun\(.*\)$'`
|
1997-03-10 02:10:58 +00:00
|
|
|
unit=0
|
2001-08-23 22:19:53 +00:00
|
|
|
while [ $unit -le $units ]; do
|
2001-02-03 23:31:31 +00:00
|
|
|
mknod tun$unit c 52 `unit2minor $unit`
|
1999-12-19 09:42:15 +00:00
|
|
|
unit=$(($unit + 1))
|
1997-03-10 02:10:58 +00:00
|
|
|
done
|
1995-02-01 23:15:11 +00:00
|
|
|
;;
|
|
|
|
|
2000-07-20 17:01:10 +00:00
|
|
|
tap*)
|
2001-08-23 22:19:53 +00:00
|
|
|
units=`expr $i : 'tap\(.*\)$'`
|
2000-07-20 17:01:10 +00:00
|
|
|
unit=0
|
2001-08-23 22:19:53 +00:00
|
|
|
while [ $unit -le $units ]; do
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod tap$unit c 149 `unit2minor $unit` root:network
|
2000-07-20 17:01:10 +00:00
|
|
|
unit=$(($unit + 1))
|
|
|
|
done
|
|
|
|
;;
|
|
|
|
|
1996-09-08 23:56:27 +00:00
|
|
|
sysmouse)
|
|
|
|
mknod sysmouse c 12 128
|
1996-09-09 18:47:47 +00:00
|
|
|
mknod consolectl c 12 255
|
1996-09-08 23:56:27 +00:00
|
|
|
;;
|
|
|
|
|
2000-12-11 19:10:40 +00:00
|
|
|
jogdial)
|
|
|
|
mknod jogdial c 160 0
|
|
|
|
;;
|
|
|
|
|
1995-02-14 21:13:14 +00:00
|
|
|
snp?)
|
|
|
|
unit=`expr $i : 'snp\(.*\)'`
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod snp$unit c 53 `unit2minor $unit`
|
1995-02-14 21:13:14 +00:00
|
|
|
;;
|
|
|
|
|
1995-04-28 00:51:40 +00:00
|
|
|
# dufault@hda.com: If I do much more work on other A-D boards
|
|
|
|
# then eventually we'll have a "ad" and "dio" interface and some of these
|
|
|
|
# "labpcaio" ones will be gone.
|
|
|
|
# labpcaio: D-A and A-D.
|
|
|
|
# labpcdio: Digital in and Digital out.
|
|
|
|
#
|
|
|
|
labpc*)
|
|
|
|
umask 7
|
|
|
|
case $i in
|
|
|
|
labpcaio*)
|
|
|
|
name=labpcaio
|
|
|
|
unit=`expr $i : 'labpcaio\(.*\)'`
|
|
|
|
all="0 1 2 3 4 5 6 7"
|
|
|
|
offset=0
|
|
|
|
;;
|
|
|
|
labpcdio*)
|
|
|
|
name=labpcdio
|
|
|
|
unit=`expr $i : 'labpcdio\(.*\)'`
|
|
|
|
all="0 1 2 3"
|
1995-05-01 14:34:45 +00:00
|
|
|
offset=8
|
1995-04-28 00:51:40 +00:00
|
|
|
;;
|
|
|
|
*)
|
1997-12-29 00:02:18 +00:00
|
|
|
die 3 "Don't know LabPC type $i"
|
1995-04-28 00:51:40 +00:00
|
|
|
;;
|
|
|
|
esac
|
1999-09-13 15:44:20 +00:00
|
|
|
if [ -z "${unit}" ]; then
|
1995-04-28 00:51:40 +00:00
|
|
|
unit=all
|
|
|
|
fi
|
|
|
|
case $unit in
|
|
|
|
0|1|2|3|4|5|6|7)
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod $name$unit c 66 $(($offset + $unit))
|
1995-04-28 00:51:40 +00:00
|
|
|
;;
|
|
|
|
all)
|
|
|
|
for i in $all
|
|
|
|
do
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod $name$i c 66 $(($offset + $i))
|
1995-04-28 00:51:40 +00:00
|
|
|
done
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
echo "No such LabPC unit: $unit"
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
umask 77
|
|
|
|
;;
|
|
|
|
|
1996-03-26 21:04:54 +00:00
|
|
|
perfmon)
|
2000-01-07 16:20:25 +00:00
|
|
|
mknod perfmon c 2 32 root:kmem
|
1996-10-25 15:01:33 +00:00
|
|
|
chmod 640 perfmon
|
1996-03-26 21:04:54 +00:00
|
|
|
;;
|
|
|
|
|
2000-01-13 20:27:22 +00:00
|
|
|
ipl)
|
|
|
|
mknod ipl c 79 0
|
|
|
|
mknod ipnat c 79 1
|
|
|
|
mknod ipstate c 79 2
|
|
|
|
mknod ipauth c 79 3
|
|
|
|
;;
|
|
|
|
|
1999-01-06 16:18:05 +00:00
|
|
|
kbd*)
|
|
|
|
unit=`expr $i : 'kbd\(.*\)'`
|
|
|
|
chr=112
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod kbd$unit c $chr `unit2minor $unit`
|
1999-01-06 16:18:05 +00:00
|
|
|
;;
|
|
|
|
|
1999-01-08 16:03:57 +00:00
|
|
|
i4b)
|
|
|
|
mknod i4b c 60 0
|
|
|
|
;;
|
|
|
|
|
|
|
|
i4bctl)
|
|
|
|
mknod i4bctl c 55 0
|
|
|
|
;;
|
|
|
|
|
|
|
|
i4brbch*)
|
|
|
|
unit=`expr $i : 'i4brbch\(.*\)'`
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod i4brbch$unit c 57 `unit2minor $unit`
|
1999-01-08 16:03:57 +00:00
|
|
|
;;
|
|
|
|
|
1999-05-20 10:14:57 +00:00
|
|
|
i4bteld*)
|
|
|
|
offset=64
|
|
|
|
unit=`expr $i : 'i4bteld\(.*\)'`
|
2001-11-20 17:56:34 +00:00
|
|
|
mknod i4bteld$unit c 56 `unit2minor $(($offset + $unit))`
|
1999-05-20 10:14:57 +00:00
|
|
|
;;
|
|
|
|
|
1999-05-24 18:01:03 +00:00
|
|
|
i4btel*)
|
|
|
|
unit=`expr $i : 'i4btel\(.*\)'`
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod i4btel$unit c 56 `unit2minor $unit`
|
1999-05-24 18:01:03 +00:00
|
|
|
;;
|
|
|
|
|
1999-01-08 16:03:57 +00:00
|
|
|
i4btrc*)
|
|
|
|
unit=`expr $i : 'i4btrc\(.*\)'`
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod i4btrc$unit c 59 `unit2minor $unit`
|
1999-01-08 16:03:57 +00:00
|
|
|
;;
|
|
|
|
|
2000-09-13 05:03:02 +00:00
|
|
|
aac*)
|
|
|
|
unit=`expr $i : 'aac\(.*\)'`
|
|
|
|
mknod aac$unit c 150 `unit2minor $unit`
|
2001-03-25 15:51:43 +00:00
|
|
|
ln -fs aac$unit afa$unit
|
2001-07-25 22:36:17 +00:00
|
|
|
ln -fs aac$unit hpn$unit
|
2000-09-13 05:03:02 +00:00
|
|
|
;;
|
|
|
|
|
1999-12-29 01:11:29 +00:00
|
|
|
mlx*)
|
|
|
|
unit=`expr $i : 'mlx\(.*\)'`
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod mlx$unit c 130 `unit2minor $unit`
|
1999-12-29 01:11:29 +00:00
|
|
|
;;
|
|
|
|
|
2001-02-25 22:52:55 +00:00
|
|
|
mly*)
|
|
|
|
unit=`expr $i : 'mlx\(.*\)'`
|
|
|
|
mknod mlx$unit c 158 `unit2minor $unit`
|
|
|
|
;;
|
|
|
|
|
2000-11-28 21:53:42 +00:00
|
|
|
amr*)
|
|
|
|
unit=`expr $i : 'amr\(.*\)'`
|
|
|
|
mknod amr$unit c 132 `unit2minor $unit`
|
|
|
|
;;
|
|
|
|
|
2001-11-27 23:12:00 +00:00
|
|
|
ciss*)
|
|
|
|
unit=`expr $i : 'ciss\(.*\)'`
|
|
|
|
mknod ciss$unit c 166 `unit2minor $unit`
|
|
|
|
;;
|
|
|
|
|
2000-06-24 06:36:39 +00:00
|
|
|
3dfx*)
|
|
|
|
unit=`expr $i : '3dfx\(.*\)'`
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod 3dfx$unit c 107 `unit2minor $unit`
|
2000-06-26 15:42:48 +00:00
|
|
|
ln -sf 3dfx$unit 3dfx
|
2001-01-26 01:13:29 +00:00
|
|
|
ln -sf 3dfx$unit voodoo
|
2000-06-24 06:36:39 +00:00
|
|
|
;;
|
|
|
|
|
2000-07-19 09:21:14 +00:00
|
|
|
agpgart)
|
|
|
|
mknod agpgart c 148 0
|
|
|
|
;;
|
|
|
|
|
2000-05-24 23:49:49 +00:00
|
|
|
twe*)
|
|
|
|
unit=`expr $i : 'twe\(.*\)'`
|
2000-08-16 16:42:50 +00:00
|
|
|
mknod twe$unit c 146 `unit2minor $unit`
|
2000-05-24 23:49:49 +00:00
|
|
|
;;
|
|
|
|
|
2000-10-31 00:21:41 +00:00
|
|
|
tw*)
|
|
|
|
unit=`expr $i : 'tw\(.*\)'`
|
|
|
|
mknod tw$unit c 19 `unit2minor $unit` root:operator
|
|
|
|
;;
|
|
|
|
|
2001-11-18 00:20:08 +00:00
|
|
|
cfs*)
|
|
|
|
unit=`expr $i : 'cfs\(.*\)'`
|
|
|
|
mknod cfs$unit c 93 $unit root:operator
|
|
|
|
;;
|
|
|
|
|
2001-12-26 15:44:06 +00:00
|
|
|
nsmb*)
|
|
|
|
unit=`expr $i : 'nsmb\(.*\)'`
|
|
|
|
mknod nsmb$unit c 144 $unit
|
|
|
|
;;
|
|
|
|
|
2002-09-17 22:39:57 +00:00
|
|
|
elan*)
|
|
|
|
mknod elan-mmcr c 100 0 # XXX local major
|
|
|
|
chmod 600 elan-mmcr
|
|
|
|
;;
|
|
|
|
|
2002-10-04 20:44:46 +00:00
|
|
|
crypto)
|
|
|
|
mknod crypto c 70 0 root:operator
|
|
|
|
chmod 666 crypto
|
|
|
|
;;
|
|
|
|
|
1993-06-20 13:41:45 +00:00
|
|
|
local)
|
1995-02-10 20:08:25 +00:00
|
|
|
umask 0 # XXX should be elsewhere
|
2001-03-27 01:23:07 +00:00
|
|
|
sh $0.local
|
1995-02-10 20:08:25 +00:00
|
|
|
umask 77
|
1993-06-20 13:41:45 +00:00
|
|
|
;;
|
|
|
|
|
1994-04-03 14:24:52 +00:00
|
|
|
*)
|
|
|
|
echo $i - no such device name
|
|
|
|
;;
|
|
|
|
|
1993-06-20 13:41:45 +00:00
|
|
|
esac
|
|
|
|
done
|