Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf Add a flag for ofpci to let psycho cho...



details:   https://anonhg.NetBSD.org/src/rev/18abafc36904
branches:  trunk
changeset: 526601:18abafc36904
user:      eeh <eeh%NetBSD.org@localhost>
date:      Mon May 06 22:41:10 2002 +0000

description:
Add a flag for ofpci to let psycho chose between pci and ofpci.

diffstat:

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

diffs (18 lines):

diff -r d42e67a270a2 -r 18abafc36904 sys/arch/sparc64/conf/files.sparc64
--- a/sys/arch/sparc64/conf/files.sparc64       Mon May 06 22:34:40 2002 +0000
+++ b/sys/arch/sparc64/conf/files.sparc64       Mon May 06 22:41:10 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sparc64,v 1.62 2002/05/06 19:48:05 eeh Exp $
+#      $NetBSD: files.sparc64,v 1.63 2002/05/06 22:41:10 eeh Exp $
 
 # @(#)files.sparc64    8.1 (Berkeley) 7/19/93
 # sparc64-specific configuration info
@@ -52,7 +52,7 @@
 
 device ofpci: pci
 attach ofpci at pcibus
-file   arch/sparc64/dev/ofpci.c                ofpci
+file   arch/sparc64/dev/ofpci.c                ofpci needs-flag
 
 # PCI-PCI bridge chips
 device ofppb: pcibus



Home | Main Index | Thread Index | Old Index