From 777b7ad5376b715f1c9f137f1b1cf6d7345dc634 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Wed, 11 Nov 1998 00:26:02 +0000 Subject: Detect cards that require dma that are in non-dma slots and don't allow them to be attach'd. --- sys/arch/sparc/dev/sbusvar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/sparc/dev/sbusvar.h') diff --git a/sys/arch/sparc/dev/sbusvar.h b/sys/arch/sparc/dev/sbusvar.h index 21fd61967c2..90abe2456fc 100644 --- a/sys/arch/sparc/dev/sbusvar.h +++ b/sys/arch/sparc/dev/sbusvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sbusvar.h,v 1.4 1997/08/08 08:25:28 downsj Exp $ */ +/* $OpenBSD: sbusvar.h,v 1.5 1998/11/11 00:26:01 jason Exp $ */ /* $NetBSD: sbusvar.h,v 1.4 1996/04/22 02:35:05 abrown Exp $ */ /* @@ -76,3 +76,4 @@ struct sbus_softc { int sbusdev_match __P((struct cfdata *, void *)); void sbus_establish __P((struct sbusdev *, struct device *)); void sbus_translate __P((struct device *, struct confargs *)); +int sbus_testdma __P((struct sbus_softc *, struct confargs *)); -- cgit v1.2.3