diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-02 06:44:48 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-02 06:44:48 +0000 |
commit | a1ab0133973a053ec8cb7034b5f525c772d2c6d6 (patch) | |
tree | 348052b6165a33d50f05b52e0989ec9095b81452 /sys/arch/amiga/dev/siopreg.h | |
parent | 357d854e83a35ee1bdb134546c9f0e8b086a8833 (diff) |
Sync with NetBSD 9600430. The port has gone over a major -Wall treat
Diffstat (limited to 'sys/arch/amiga/dev/siopreg.h')
-rw-r--r-- | sys/arch/amiga/dev/siopreg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/amiga/dev/siopreg.h b/sys/arch/amiga/dev/siopreg.h index 0a083589384..57dfa43d3e9 100644 --- a/sys/arch/amiga/dev/siopreg.h +++ b/sys/arch/amiga/dev/siopreg.h @@ -1,4 +1,5 @@ -/* $NetBSD: siopreg.h,v 1.7 1995/08/18 15:28:13 chopps Exp $ */ +/* $OpenBSD: siopreg.h,v 1.2 1996/05/02 06:44:35 niklas Exp $ */ +/* $NetBSD: siopreg.h,v 1.8 1996/04/21 21:12:37 veego Exp $ */ /* * Copyright (c) 1990 The Regents of the University of California. @@ -289,7 +290,7 @@ typedef volatile siop_regmap_t *siop_regmap_p; #define SIOP_ISTAT_SIP 0x02 /* SCSI Interrupt pending */ #define SIOP_ISTAT_DIP 0x01 /* DMA Interrupt pending */ -/* Chip test register 8 (ctest8) +/* Chip test register 8 (ctest8) */ #define SIOP_CTEST8_V 0xf0 /* Chip revision level */ #define SIOP_CTEST8_FLF 0x08 /* Flush DMA FIFO */ |