summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac/maciovar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/powermac/maciovar.h')
-rw-r--r--sys/powerpc/powermac/maciovar.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/powerpc/powermac/maciovar.h b/sys/powerpc/powermac/maciovar.h
index 1f1d0de..e289102 100644
--- a/sys/powerpc/powermac/maciovar.h
+++ b/sys/powerpc/powermac/maciovar.h
@@ -49,14 +49,10 @@ struct macio_reg {
* Per macio device structure.
*/
struct macio_devinfo {
- char *mdi_compat;
- char *mdi_model;
- char *mdi_name;
- phandle_t mdi_node;
- char *mdi_type;
int mdi_interrupts[5];
int mdi_ninterrupts;
int mdi_base;
+ struct ofw_bus_devinfo mdi_obdinfo;
struct resource_list mdi_resources;
};
OpenPOWER on IntegriCloud