Use correct bitmask for identifying chip family.

This commit is contained in:
Poul-Henning Kamp 2008-03-17 00:36:16 +00:00
parent e81de8afb0
commit 29cc138cdf

View File

@ -164,7 +164,7 @@ p4tcc_attach(device_t dev)
*/
sc->auto_mode = TRUE;
switch (cpu_id & 0xf) {
switch (cpu_id & 0xff) {
case 0x22:
case 0x24:
case 0x25: