diff options
Diffstat (limited to 'sys/arch/mac68k/dev/sbcvar.h')
-rw-r--r-- | sys/arch/mac68k/dev/sbcvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/sbcvar.h b/sys/arch/mac68k/dev/sbcvar.h index ca943c3e5f5..60391a282fd 100644 --- a/sys/arch/mac68k/dev/sbcvar.h +++ b/sys/arch/mac68k/dev/sbcvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sbcvar.h,v 1.6 2005/07/23 23:28:58 martin Exp $ */ +/* $OpenBSD: sbcvar.h,v 1.7 2006/04/14 09:36:49 martin Exp $ */ /* $NetBSD: sbcvar.h,v 1.1 1997/03/01 20:19:00 scottr Exp $ */ /* @@ -95,7 +95,7 @@ struct sbc_softc { * * The options code is based on the sparc 'si' driver's version of * the same. - */ + */ #define SBC_PDMA 0x01 /* Use PDMA for polled transfers */ #define SBC_INTR 0x02 /* Allow SCSI IRQ/DRQ interrupts */ #define SBC_RESELECT 0x04 /* Allow disconnect/reselect */ |