Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Removed references to devices and special targets not actual...
details: https://anonhg.NetBSD.org/src/rev/f4bf9fcbd796
branches: trunk
changeset: 549115:f4bf9fcbd796
user: marcus <marcus%NetBSD.org@localhost>
date: Fri Jul 04 16:34:41 2003 +0000
description:
Removed references to devices and special targets not actually supported.
diffstat:
etc/etc.dreamcast/MAKEDEV | 9 +--------
share/man/man8/man8.dreamcast/MAKEDEV.8 | 18 +-----------------
2 files changed, 2 insertions(+), 25 deletions(-)
diffs (87 lines):
diff -r 36fba5ad2c7b -r f4bf9fcbd796 etc/etc.dreamcast/MAKEDEV
--- a/etc/etc.dreamcast/MAKEDEV Fri Jul 04 16:05:47 2003 +0000
+++ b/etc/etc.dreamcast/MAKEDEV Fri Jul 04 16:34:41 2003 +0000
@@ -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
diff -r 36fba5ad2c7b -r f4bf9fcbd796 share/man/man8/man8.dreamcast/MAKEDEV.8
--- a/share/man/man8/man8.dreamcast/MAKEDEV.8 Fri Jul 04 16:05:47 2003 +0000
+++ b/share/man/man8/man8.dreamcast/MAKEDEV.8 Fri Jul 04 16:34:41 2003 +0000
@@ -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 @@
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 @@
.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 @@
.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
Home |
Main Index |
Thread Index |
Old Index