summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/obiovar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mac68k/dev/obiovar.h')
-rw-r--r--sys/arch/mac68k/dev/obiovar.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/arch/mac68k/dev/obiovar.h b/sys/arch/mac68k/dev/obiovar.h
index 243e33c512e..8b8aea41b20 100644
--- a/sys/arch/mac68k/dev/obiovar.h
+++ b/sys/arch/mac68k/dev/obiovar.h
@@ -1,5 +1,4 @@
-/* $OpenBSD: obiovar.h,v 1.1 1997/01/24 01:35:37 briggs Exp $ */
-/* $NetBSD: obiovar.h,v 1.1 1996/12/17 06:47:38 scottr Exp $ */
+/* $NetBSD: obiovar.h,v 1.3 1997/02/13 19:01:08 scottr Exp $ */
/*
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -46,5 +45,8 @@
* Arguments used to attach a device to the internal i/o space.
*/
struct obio_attach_args {
- caddr_t oa_addr; /* physical address */
+ int oa_addr; /* physical address */
+ int oa_drq; /* SCSI DRQ physical address */
+ int oa_hsk; /* SCSI HSK physical address */
+ bus_space_tag_t oa_tag; /* bus space tag */
};