Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/conf Revert the removal 'include "dev/scsipi/f...



details:   https://anonhg.NetBSD.org/src/rev/e5617b9232f3
branches:  trunk
changeset: 482655:e5617b9232f3
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Fri Feb 18 10:18:12 2000 +0000

description:
Revert the removal 'include "dev/scsipi/files.scsipi"' directive; it's
neccessary to make pmax/conf.c compiled correctly.

diffstat:

 sys/arch/pmax/conf/files.pmax |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 798e430ef670 -r e5617b9232f3 sys/arch/pmax/conf/files.pmax
--- a/sys/arch/pmax/conf/files.pmax     Fri Feb 18 10:10:29 2000 +0000
+++ b/sys/arch/pmax/conf/files.pmax     Fri Feb 18 10:18:12 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pmax,v 1.80 2000/02/18 08:41:21 nisimura Exp $
+#      $NetBSD: files.pmax,v 1.81 2000/02/18 10:18:12 nisimura Exp $
 # DECstation-specific configuration info
 
 # maxpartitions must be first item in files.${ARCH}.
@@ -88,7 +88,9 @@
 file   arch/pmax/tc/mcclock_ioasic.c   mcclock_ioasic
 file   arch/pmax/ibus/mcclock_ibus.c   mcclock_ibus
 
-major { tz = 10 }
+include "dev/scsipi/files.scsipi"
+major { sd = 19 }
+major { cd = 25 }
 major { rz = 21 }
 
 # Memory Disk



Home | Main Index | Thread Index | Old Index