summaryrefslogtreecommitdiffstats
path: root/sys/i386/eisa
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1995-03-07 08:58:22 +0000
committergibbs <gibbs@FreeBSD.org>1995-03-07 08:58:22 +0000
commitd6d2d98089687d89cfe83c6442473e7b03fb5205 (patch)
treea453e0b49c15f1651933b18b3953396eb6011b74 /sys/i386/eisa
parent54b7f88a164772bf946a6d0dc81ee30298607efb (diff)
downloadFreeBSD-src-d6d2d98089687d89cfe83c6442473e7b03fb5205.zip
FreeBSD-src-d6d2d98089687d89cfe83c6442473e7b03fb5205.tar.gz
Compile cleanly -Wall.
Diffstat (limited to 'sys/i386/eisa')
-rw-r--r--sys/i386/eisa/aic7770.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/i386/eisa/aic7770.c b/sys/i386/eisa/aic7770.c
index 9e3c3a6..5e1137e 100644
--- a/sys/i386/eisa/aic7770.c
+++ b/sys/i386/eisa/aic7770.c
@@ -19,7 +19,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id$
+ * $Id: aic7770.c,v 1.10 1995/01/16 16:31:34 gibbs Exp $
*/
#include <sys/param.h>
@@ -88,10 +88,10 @@ aic7770probe(struct isa_device *dev)
aic7770_sig valid_ids[] = {
/* Entries of other tested adaptors should be added here */
- AHC_274, 0x71, /*274x, Card*/
- AHC_274, 0x70, /*274x, Motherboard*/
- AHC_284, 0x56, /*284x, BIOS enabled*/
- AHC_284, 0x57, /*284x, BIOS disabled*/
+ { AHC_274, 0x71 }, /*274x, Card*/
+ { AHC_274, 0x70 }, /*274x, Motherboard*/
+ { AHC_284, 0x56 }, /*284x, BIOS enabled*/
+ { AHC_284, 0x57 } /*284x, BIOS disabled*/
};
OpenPOWER on IntegriCloud