Remove some diagnostic code that snuck in.

This commit is contained in:
benno 2002-07-10 09:48:43 +00:00
parent d842b432e7
commit 9e81110a6e
2 changed files with 0 additions and 12 deletions

View File

@ -214,12 +214,6 @@ nexus_probe(device_t dev)
}
device_set_desc(dev, "OpenFirmware Nexus device");
{
u_int *foo = 0xf8000020;
pmap_kenter(0xf8000000, 0xf8000000);
printf(">>> uni_n_clock_ctl = %08x\n", *foo);
pmap_kremove(0xf8000000);
}
return (0);
}

View File

@ -214,12 +214,6 @@ nexus_probe(device_t dev)
}
device_set_desc(dev, "OpenFirmware Nexus device");
{
u_int *foo = 0xf8000020;
pmap_kenter(0xf8000000, 0xf8000000);
printf(">>> uni_n_clock_ctl = %08x\n", *foo);
pmap_kremove(0xf8000000);
}
return (0);
}