|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# |
|
|
# |
|
|
# $NetBSD: MAKEDEV,v 1.1.1.1 1996/05/19 12:35:18 oki Exp $ |
|
|
# $NetBSD: MAKEDEV,v 1.1.1.1.4.1 1996/06/17 02:36:16 oki Exp $ |
|
|
# |
|
|
# |
|
|
# Copyright (c) 1990 The Regents of the University of California. |
|
|
# Copyright (c) 1990 The Regents of the University of California. |
|
|
# All rights reserved. |
|
|
# All rights reserved. |
|
@ -33,7 +33,7 @@ |
|
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
|
# SUCH DAMAGE. |
|
|
# SUCH DAMAGE. |
|
|
# |
|
|
# |
|
|
# $Id: MAKEDEV,v 1.1 1996/05/26 10:22:17 deraadt Exp $ |
|
|
# $Id: MAKEDEV,v 1.2 1996/06/23 10:07:29 deraadt Exp $ |
|
|
# |
|
|
# |
|
|
# from: |
|
|
# from: |
|
|
# hp300/MAKEDEV (1/15/94), from: |
|
|
# hp300/MAKEDEV (1/15/94), from: |
|
@ -42,6 +42,7 @@ |
|
|
# Device "make" file. Valid arguments: |
|
|
# Device "make" file. Valid arguments: |
|
|
# all makes all known devices, including local devices, |
|
|
# all makes all known devices, including local devices, |
|
|
# Tries to make the ``standard'' number of each. |
|
|
# Tries to make the ``standard'' number of each. |
|
|
|
|
|
# floppy devices to be put on install floppies |
|
|
# fd makes fd/* for the fdescfs. |
|
|
# fd makes fd/* for the fdescfs. |
|
|
# std standard devices |
|
|
# std standard devices |
|
|
# local configuration specific devices |
|
|
# local configuration specific devices |
|
@ -102,6 +103,11 @@ all) |
|
|
sh MAKEDEV sram audio pow0 pow1 bell local |
|
|
sh MAKEDEV sram audio pow0 pow1 bell local |
|
|
;; |
|
|
;; |
|
|
|
|
|
|
|
|
|
|
|
floppy) |
|
|
|
|
|
sh MAKEDEV std fd0 sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 |
|
|
|
|
|
sh MAKEDEV tty00 cd0 ttye0 |
|
|
|
|
|
;; |
|
|
|
|
|
|
|
|
std) |
|
|
std) |
|
|
rm -f console drum kmem mem reload null zero tty |
|
|
rm -f console drum kmem mem reload null zero tty |
|
|
rm -f klog stdin stdout stderr |
|
|
rm -f klog stdin stdout stderr |
|
|