summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2006-10-16 21:28:10 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2006-10-16 21:28:10 +0000
commit13495f489ee16161709460f99d6d9f48fe3c43b3 (patch)
tree5515d55901366b50375bd6254dd77a0611dabd68 /sys/arch
parentb3fd0c4a3ccc3bf46f78dc887216872ec8b66eab (diff)
busname should be set.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sh/dev/shpcic.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sh/dev/shpcic.c b/sys/arch/sh/dev/shpcic.c
index fe94c98fb50..879de522477 100644
--- a/sys/arch/sh/dev/shpcic.c
+++ b/sys/arch/sh/dev/shpcic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: shpcic.c,v 1.2 2006/10/07 20:52:40 miod Exp $ */
+/* $OpenBSD: shpcic.c,v 1.3 2006/10/16 21:28:09 drahn Exp $ */
/* $NetBSD: shpcic.c,v 1.10 2005/12/24 20:07:32 perry Exp $ */
/*
@@ -239,6 +239,7 @@ shpcic_attach(struct device *parent, struct device *self, void *aux)
/* PCI bus */
memset(&pba, 0, sizeof(pba));
+ pba.pba_busname = "pci";
pba.pba_iot = shpcic_get_bus_io_tag();
pba.pba_memt = shpcic_get_bus_mem_tag();
pba.pba_dmat = shpcic_get_bus_dma_tag();