diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-11-11 00:26:02 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-11-11 00:26:02 +0000 |
commit | 777b7ad5376b715f1c9f137f1b1cf6d7345dc634 (patch) | |
tree | 3594b8e48c738c3130b511593e51a5a1b8700405 /sys/arch/sparc/dev/sbusvar.h | |
parent | dad9cda7d59a7eebcce55a30abe7e270a54af10e (diff) |
Detect cards that require dma that are in non-dma slots and don't allow
them to be attach'd.
Diffstat (limited to 'sys/arch/sparc/dev/sbusvar.h')
-rw-r--r-- | sys/arch/sparc/dev/sbusvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 *)); |