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 Uncomment HPC inclusion for now.



details:   https://anonhg.NetBSD.org/src/rev/a76f9f1c8100
branches:  trunk
changeset: 494035:a76f9f1c8100
user:      soren <soren%NetBSD.org@localhost>
date:      Thu Jun 29 15:10:14 2000 +0000

description:
Uncomment HPC inclusion for now.

diffstat:

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

diffs (48 lines):

diff -r 5158c39acd21 -r a76f9f1c8100 sys/arch/sgimips/conf/files.sgimips
--- a/sys/arch/sgimips/conf/files.sgimips       Thu Jun 29 14:10:16 2000 +0000
+++ b/sys/arch/sgimips/conf/files.sgimips       Thu Jun 29 15:10:14 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sgimips,v 1.1 2000/06/14 15:45:37 soren Exp $
+#      $NetBSD: files.sgimips,v 1.2 2000/06/29 15:10:14 soren Exp $
 
 maxpartitions 16
 
@@ -29,13 +29,17 @@
 attach com at mace with com_mace
 file arch/sgimips/dev/com_mace.c       com_mace
 
-device lpt
+device lpt # XXX
 attach lpt at mace with lpt_mace
 file arch/sgimips/dev/lpt_mace.c       lpt_mace
+file dev/ic/lpt.c                      lpt_mace
 
 attach pckbc at mace with pckbc_mace
 file arch/sgimips/dev/pckbc_mace.c     pckbc_mace
 
+#attach mcclock at mace with mcclock_mace
+#file arch/sgimips/dev/mcclock_mace.c  mcclock_mace
+
 device mec: arp, ether, ifnet, mii
 attach mec at mace
 file arch/sgimips/dev/if_mec.c         mec
@@ -44,10 +48,6 @@
 attach macepci at mace
 file arch/sgimips/pci/macepci.c                macepci
 
-file arch/sgimips/sgimips/ip22.c
-file arch/sgimips/sgimips/ip27.c
-file arch/sgimips/sgimips/ip32.c
-
 file arch/sgimips/sgimips/arcs.c
 file arch/sgimips/sgimips/autoconf.c
 file arch/sgimips/sgimips/bus.c
@@ -66,7 +66,7 @@
 file dev/cons.c
 
 include "arch/sgimips/gio/files.gio"
-include "arch/sgimips/hpc/files.hpc"
+#include "arch/sgimips/hpc/files.hpc"
 
 include "dev/pci/files.pci"
 file   arch/sgimips/pci/pci_machdep.c  pci



Home | Main Index | Thread Index | Old Index