Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/algor/conf Add a couple of missing p6032 bits.



details:   https://anonhg.NetBSD.org/src/rev/9c4012ba66bd
branches:  trunk
changeset: 511591:9c4012ba66bd
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jun 22 06:50:21 2001 +0000

description:
Add a couple of missing p6032 bits.

diffstat:

 sys/arch/algor/conf/files.algor |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 28369a589749 -r 9c4012ba66bd sys/arch/algor/conf/files.algor
--- a/sys/arch/algor/conf/files.algor   Fri Jun 22 06:20:24 2001 +0000
+++ b/sys/arch/algor/conf/files.algor   Fri Jun 22 06:50:21 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.algor,v 1.5 2001/06/22 06:02:55 thorpej Exp $
+#      $NetBSD: files.algor,v 1.6 2001/06/22 06:50:21 thorpej Exp $
 
 # Algorithmics evaluation board specific configuration info.
 
@@ -132,7 +132,8 @@
 
 device pcib: isabus
 attach pcib at pci
-file   arch/algor/pci/pcib.c                   pcib & algor_p5064
+file   arch/algor/pci/pcib.c                   pcib & algor_p5064 &
+                                                      algor_p6032
 
 file   arch/algor/pci/pciide_machdep.c         pciide
 
@@ -142,7 +143,8 @@
 attach mcclock at isa with mcclock_isa
 file   arch/algor/isa/mcclock_isa.c            mcclock_isa
 
-file   arch/algor/isa/isadma_bounce.c          isa & algor_p5064
+file   arch/algor/isa/isadma_bounce.c          isa & algor_p5064 &
+                                                     algor_p6032
 
 # ISA speaker generates keyboard beep
 #device        isabeep



Home | Main Index | Thread Index | Old Index