Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/etc/etc.i386 Apply patch (requested by he):
details: https://anonhg.NetBSD.org/src/rev/b413583683a0
branches: netbsd-1-5
changeset: 491584:b413583683a0
user: he <he%NetBSD.org@localhost>
date: Wed May 02 22:19:12 2001 +0000
description:
Apply patch (requested by he):
Fix build problems by:
o Introduce ramdisk-tiny in MAKEDEV; omit SCSI devices as INSTALL_TINY
doesn't have SCSI support
diffstat:
etc/etc.i386/MAKEDEV | 17 ++++++++++++++---
1 files changed, 14 insertions(+), 3 deletions(-)
diffs (47 lines):
diff -r 966a4742bcb2 -r b413583683a0 etc/etc.i386/MAKEDEV
--- a/etc/etc.i386/MAKEDEV Tue May 01 17:08:27 2001 +0000
+++ b/etc/etc.i386/MAKEDEV Wed May 02 22:19:12 2001 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: MAKEDEV,v 1.118.2.5 2001/05/01 12:26:48 he Exp $
+# $NetBSD: MAKEDEV,v 1.118.2.6 2001/05/02 22:19:12 he Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -34,7 +34,9 @@
# 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-tiny devices to be put on floppies (omits SCSI devices)
# ramdisk devices to be put into INSTALL kernel ramdisks.
+# ramdisk-tiny devices to be put into INSTALL_TINY kernel ramdisks.
# std standard devices
# local configuration specific devices
# usbs make USB devices
@@ -163,14 +165,23 @@
;;
floppy)
- sh $0 std wt0 fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4 tty0 tty1 tty2
- sh $0 st0 st1 cd0 cd1 mcd0 ttyv0 pty0 ca0 ca1 ca2 ca3
+ sh $0 floppy-tiny
+ sh $0 sd0 sd1 sd2 sd3 sd4 st0 st1 ca0 ca1 ca2 ca3
+ ;;
+
+floppy-tiny)
+ sh $0 std wt0 fd0 fd1 wd0 wd1 wd2 wd3 tty0 tty1 tty2
+ sh $0 cd0 cd1 mcd0 ttyv0 pty0
;;
ramdisk)
sh $0 floppy md0
;;
+ramdisk-tiny)
+ sh $0 floppy-tiny md0
+ ;;
+
usbs)
sh $0 usb usb0 usb1
sh $0 uhid0 uhid1 uhid2 uhid3
Home |
Main Index |
Thread Index |
Old Index