Use correct bitmask for identifying chip family.
This commit is contained in:
parent
e81de8afb0
commit
29cc138cdf
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user