devices that are not recognize by drivers, it does not seem right
to imply that fd, scsi and adb devices exist on an imac, (ok, they
really do but apple did not bring the pins out where they were useable.)
int32_t intr[5];
char name[32];
- printf("obio ver %x\n", (PCI_PRODUCT(pa->pa_id)));
+ printf("obio ver %x", (PCI_PRODUCT(pa->pa_id)));
switch (PCI_PRODUCT(pa->pa_id)) {
{
struct confargs *ca = aux;
+#if 0
+/* no reason to clutter the screen with unneccessary printfs */
if (obio)
printf("%s at %s", ca->ca_name, obio);
printf(" offset 0x%x", ca->ca_reg[0]);
return UNCONF;
+#endif
+ return QUIET;
}
typedef int mac_intr_handle_t;