diff options
author | scottl <scottl@FreeBSD.org> | 2005-06-01 07:11:17 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2005-06-01 07:11:17 +0000 |
commit | 5ebeded6feae61e5084184cb1ca9cbe34a694535 (patch) | |
tree | 3730b19820d72965392595e3c13d4205c6945172 /sys/dev/aac/aac_tables.h | |
parent | a33aa1a503252c441edd39b870880ec64f7f3be7 (diff) | |
download | FreeBSD-src-5ebeded6feae61e5084184cb1ca9cbe34a694535.zip FreeBSD-src-5ebeded6feae61e5084184cb1ca9cbe34a694535.tar.gz |
Add a text description for the Intel IOP302/303 processors. Be slightly
more verbose about the allocation of RAM on the controller.
Sbumitted by: Jeremy Chadwick
PR: kern/81259
MFC-After: 3 days
Diffstat (limited to 'sys/dev/aac/aac_tables.h')
-rw-r--r-- | sys/dev/aac/aac_tables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/aac/aac_tables.h b/sys/dev/aac/aac_tables.h index 47ebd03..4ce82ac 100644 --- a/sys/dev/aac/aac_tables.h +++ b/sys/dev/aac/aac_tables.h @@ -83,6 +83,7 @@ static struct aac_code_lookup aac_cpu_variant[] = { {"MPC824x", CPUMPC_824x}, {"Unknown StrongARM", CPUARM_xxx}, {"Unknown PowerPC", CPUPPC_xxx}, + {"IOP302/303", CPUI960_30X}, {NULL, 0}, {"Unknown processor", 0} }; |