Removed references to devices and special targets not actually supported.

This commit is contained in:
marcus 2003-07-04 16:34:41 +00:00
parent 603807f849
commit 5bc691beb5
2 changed files with 2 additions and 25 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.37 2003/05/15 13:18:07 wiz Exp $
# $NetBSD: MAKEDEV,v 1.38 2003/07/04 16:34:41 marcus Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -35,14 +35,9 @@
# Tries to make the 'standard' number of each type.
# init A set of devices that is used for MFS /dev by init.
# May be equal to "all".
# floppy devices to be put on install floppies
# std standard devices
# local configuration specific devices
#
# Tapes:
# wt* QIC-interfaced (e.g. not SCSI) 3M cartridge tape
# st* SCSI tapes
#
# Disks:
# gdrom* Dreamcast "gigadisc" CD-ROM drive
# wd* "winchester" disk drives (ST506,IDE,ESDI,RLL,...)
@ -83,9 +78,7 @@
# fd file descriptors
# bpf* packet filter
# ipl IP Filter
# cbq Alternate Queueing (ALTQ)
# random Random number generator
# speaker PC speaker (XXX - installed)
# lkm loadable kernel modules interface
# audio audio device
# tun* network tunnel driver

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------
.\"
.\" $NetBSD: MAKEDEV.8,v 1.15 2003/04/24 12:16:00 wiz Exp $
.\" $NetBSD: MAKEDEV.8,v 1.16 2003/07/04 16:34:42 marcus Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -85,8 +85,6 @@ are:
Makes all known devices, including local devices. Tries to make the 'standard' number of each type.
.It Ar init
A set of devices that is used for MFS /dev by init. May be equal to ``all''.
.It Ar floppy
Devices to be put on install floppies
.It Ar std
Standard devices
.It Ar local
@ -101,15 +99,6 @@ digits when calling
.Pp
.\" @@@DEVICES@@@
.Bl -tag -width 01
.It Tapes :
. Bl -tag -width 0123456789 -compact
. It Ar wt#
QIC-interfaced (e.g. not SCSI) 3M cartridge tape, see
.Xr \&wt 4
. It Ar st#
SCSI tapes, see
.Xr \&st 4
. El
.It Disks :
. Bl -tag -width 0123456789 -compact
. It Ar gdrom#
@ -203,13 +192,8 @@ Packet filter, see
.Xr \&bpf 4
. It Ar ipl
IP Filter
. It Ar cbq
Alternate Queueing (ALTQ)
. It Ar random
Random number generator
. It Ar speaker
PC speaker, see
.Xr \&speaker 4
. It Ar lkm
Loadable kernel modules interface, see
.Xr \&lkm 4