From 701c2b078845c51c09de96300f02ae04dfe98d90 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Fri, 2 Apr 2010 12:11:56 +0000 Subject: Remove parent/slave mode of rbus as nothing uses it. ok kettenis, sgi usage of rbus_new_body() pointed out by miod --- sys/arch/sgi/xbow/xbridge.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/sgi/xbow/xbridge.c b/sys/arch/sgi/xbow/xbridge.c index c67a90d8aa0..a6f6dc56474 100644 --- a/sys/arch/sgi/xbow/xbridge.c +++ b/sys/arch/sgi/xbow/xbridge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xbridge.c,v 1.68 2010/03/28 17:12:41 miod Exp $ */ +/* $OpenBSD: xbridge.c,v 1.69 2010/04/02 12:11:55 jsg Exp $ */ /* * Copyright (c) 2008, 2009 Miodrag Vallat. @@ -3511,7 +3511,7 @@ xbridge_rbus_parent_io(struct pci_attach_args *pa) * resources, return a valid body which will fail requests. */ if (rb == NULL) - rb = rbus_new_body(pa->pa_iot, NULL, NULL, 0, 0, 0, + rb = rbus_new_body(pa->pa_iot, NULL, 0, 0, 0, RBUS_SPACE_INVALID); return rb; -- cgit v1.2.3