summaryrefslogtreecommitdiff
path: root/sys
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
parenta1ca6d6780d673bcbb46cc3766f326570fa8310f (diff)
Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/aac_tables.h3
-rw-r--r--sys/dev/ic/aacreg.h3
2 files changed, 4 insertions, 2 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 }
};
diff --git a/sys/dev/ic/aacreg.h b/sys/dev/ic/aacreg.h
index 08d5bafce56..1a66fa1a28a 100644
--- a/sys/dev/ic/aacreg.h
+++ b/sys/dev/ic/aacreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: aacreg.h,v 1.5 2003/11/16 20:30:06 avsm Exp $ */
+/* $OpenBSD: aacreg.h,v 1.6 2004/05/21 20:34:52 marco Exp $ */
/*-
* Copyright (c) 2000 Michael Smith
@@ -248,6 +248,7 @@ typedef enum {
CPUARM_xxx,
CPUPPC_603e,
CPUPPC_xxx,
+ CPUI960_302,
CPUSUBTYPE__last
} AAC_CpuSubType;