Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/marvell "gtpci" doesn't provide an ISA bus, so it sh...



details:   https://anonhg.NetBSD.org/src/rev/e0ea06fc5c45
branches:  trunk
changeset: 569910:e0ea06fc5c45
user:      drochner <drochner%NetBSD.org@localhost>
date:      Mon Sep 13 12:36:18 2004 +0000

description:
"gtpci" doesn't provide an ISA bus, so it shouldn't have an "isabus"
attribute

diffstat:

 sys/dev/marvell/files.discovery |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 61a9b3985323 -r e0ea06fc5c45 sys/dev/marvell/files.discovery
--- a/sys/dev/marvell/files.discovery   Mon Sep 13 12:34:00 2004 +0000
+++ b/sys/dev/marvell/files.discovery   Mon Sep 13 12:36:18 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.discovery,v 1.7 2004/05/01 12:55:06 nisimura Exp $
+#      $NetBSD: files.discovery,v 1.8 2004/09/13 12:36:18 drochner Exp $
 #
 # Config file and device description for machine-independent support for
 # the Marvell (formerly Galileo Technology) Discovery system controllers.
@@ -33,7 +33,7 @@
 file   dev/marvell/gt.c                        gt
 
 # PCI bus
-device gtpci: isabus, pcibus
+device gtpci: pcibus
 attach gtpci at gt
 file   dev/marvell/gtpci.c                     gt & pci
 



Home | Main Index | Thread Index | Old Index