|
@ -1,7 +1,7 @@ |
|
|
|
|
|
|
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# |
|
|
# |
|
|
# $OpenBSD: MAKEDEV,v 1.16 2001/09/07 16:49:03 todd Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: MAKEDEV,v 1.17 2001/09/07 16:53:50 todd Exp $ |
|
|
# |
|
|
# |
|
|
# Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org> |
|
|
# Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org> |
|
|
# All rights reserved. |
|
|
# All rights reserved. |
|
@ -27,19 +27,19 @@ |
|
|
# |
|
|
# |
|
|
# |
|
|
# |
|
|
# Device "make" file. Valid arguments: |
|
|
# Device "make" file. Valid arguments: |
|
|
# all makes all known devices, including local devices. |
|
|
|
|
|
# Tries to make the ``standard'' number of each type. |
|
|
|
|
|
|
|
|
# all makes all known devices, including local devices. |
|
|
|
|
|
# Tries to make the ``standard'' number of each type. |
|
|
# floppy devices to be put on install floppies |
|
|
# floppy devices to be put on install floppies |
|
|
# std standard devices |
|
|
# std standard devices |
|
|
# local configuration specific devices |
|
|
# local configuration specific devices |
|
|
# |
|
|
# |
|
|
# Tapes: |
|
|
# Tapes: |
|
|
# st* SCSI tapes |
|
|
# st* SCSI tapes |
|
|
# ch* SCSI media changer |
|
|
|
|
|
|
|
|
# ch* SCSI media changer |
|
|
# |
|
|
# |
|
|
# Disks: |
|
|
# Disks: |
|
|
# wd* "winchester" disk drives (ST506,IDE,ESDI,RLL,...) |
|
|
|
|
|
# fd* Floppy disk drives (3 1/2", 5 1/4") |
|
|
|
|
|
|
|
|
# wd* "winchester" disk drives (ST506,IDE,ESDI,RLL,...) |
|
|
|
|
|
# fd* Floppy disk drives (3 1/2", 5 1/4") |
|
|
# sd* SCSI disks |
|
|
# sd* SCSI disks |
|
|
# cd* SCSI cdrom drives |
|
|
# cd* SCSI cdrom drives |
|
|
# vnd* "file" pseudo-disks |
|
|
# vnd* "file" pseudo-disks |
|
@ -76,7 +76,7 @@ |
|
|
# tcx* |
|
|
# tcx* |
|
|
# bpf* Berkeley Packet Filter |
|
|
# bpf* Berkeley Packet Filter |
|
|
# tun* network tunnel driver |
|
|
# tun* network tunnel driver |
|
|
# lkm loadable kernel modules interface |
|
|
|
|
|
|
|
|
# lkm loadable kernel modules interface |
|
|
# *random inkernal random data source |
|
|
# *random inkernal random data source |
|
|
# |
|
|
# |
|
|
PATH=/sbin:/usr/sbin:/bin:/usr/bin |
|
|
PATH=/sbin:/usr/sbin:/bin:/usr/bin |
|
|