Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/conf Add umass to the macppc INSTALL kernel ...



details:   https://anonhg.NetBSD.org/src/rev/c24535d40dcf
branches:  trunk
changeset: 780186:c24535d40dcf
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Sat Jul 14 18:50:22 2012 +0000

description:
Add umass to the macppc INSTALL kernel so that it is easier to perform
USB-based installations by reading the release files from a USB drive.

diffstat:

 sys/arch/macppc/conf/INSTALL |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 361dc60fa4ea -r c24535d40dcf sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Sat Jul 14 18:16:54 2012 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Sat Jul 14 18:50:22 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.115 2012/03/23 18:37:42 he Exp $
+#      $NetBSD: INSTALL,v 1.116 2012/07/14 18:50:22 jmmv Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -191,6 +191,7 @@
 uhub*  at uhub? port ?
 uhidev*        at uhub? port ? configuration ? interface ?
 ukbd*  at uhidev? reportid ?
+umass* at uhub? port ? configuration ? interface ?     # USB Mass Storage
 
 pseudo-device  md                      # memory disk
 #pseudo-device fss                     # file system snapshot device



Home | Main Index | Thread Index | Old Index