summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aac_tables.h
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2004-05-21 20:34:53 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2004-05-21 20:34:53 +0000
commit33908cae128aa5860acc12e84c0561f84f89bfa4 (patch)
tree8fd7ceef65cf409c514a18fdbee28cecb3d26e26 /sys/dev/ic/aac_tables.h
parenta1ca6d6780d673bcbb46cc3766f326570fa8310f (diff)
Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@
Diffstat (limited to 'sys/dev/ic/aac_tables.h')
-rw-r--r--sys/dev/ic/aac_tables.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/aac_tables.h b/sys/dev/ic/aac_tables.h
index ea535ea12ba..c0fedc3ca60 100644
--- a/sys/dev/ic/aac_tables.h
+++ b/sys/dev/ic/aac_tables.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: aac_tables.h,v 1.1 2000/11/10 09:39:35 niklas Exp $ */
+/* $OpenBSD: aac_tables.h,v 1.2 2004/05/21 20:34:52 marco Exp $ */
/*-
* Copyright (c) 2000 Michael Smith
@@ -86,6 +86,7 @@ static struct aac_code_lookup aac_cpu_variant[] = {
{ "PowerPC 603e", CPUPPC_603e },
{ "Unknown StrongARM", CPUARM_xxx },
{ "Unknown PowerPC", CPUPPC_xxx },
+ { "Intel GC80302 IOP", CPUI960_302},
{ NULL, 0 },
{ "Unknown processor", 0 }
};