Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sgimips/conf add I2O to make config work again



details:   https://anonhg.NetBSD.org/src/rev/414ee03abb25
branches:  trunk
changeset: 499223:414ee03abb25
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Nov 14 20:28:22 2000 +0000

description:
add I2O to make config work again

diffstat:

 sys/arch/sgimips/conf/files.sgimips |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 1f270dfa6e32 -r 414ee03abb25 sys/arch/sgimips/conf/files.sgimips
--- a/sys/arch/sgimips/conf/files.sgimips       Tue Nov 14 20:05:28 2000 +0000
+++ b/sys/arch/sgimips/conf/files.sgimips       Tue Nov 14 20:28:22 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sgimips,v 1.4 2000/10/23 11:32:30 ad Exp $
+#      $NetBSD: files.sgimips,v 1.5 2000/11/14 20:28:22 pooka Exp $
 
 maxpartitions 16
 
@@ -74,6 +74,9 @@
 include "arch/sgimips/gio/files.gio"
 #include "arch/sgimips/hpc/files.hpc"
 
+# Machine-independent I2O drivers.
+include "dev/i2o/files.i2o"
+
 include "dev/pci/files.pci"
 file   arch/sgimips/pci/pci_machdep.c  pci
 



Home | Main Index | Thread Index | Old Index