summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/pci/psychovar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sparc64/pci/psychovar.h')
-rw-r--r--sys/sparc64/pci/psychovar.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/sparc64/pci/psychovar.h b/sys/sparc64/pci/psychovar.h
index fe20fe6..ddb4661 100644
--- a/sys/sparc64/pci/psychovar.h
+++ b/sys/sparc64/pci/psychovar.h
@@ -40,13 +40,11 @@
struct psycho_softc {
device_t sc_dev;
+ struct mtx *sc_mtx;
+
/* Interrupt Group Number for this device */
int sc_ign;
- /* Our tags (from parent) */
- bus_space_tag_t sc_bustag;
- bus_space_handle_t sc_bushandle;
-
bus_addr_t sc_pcictl;
phandle_t sc_node; /* Firmware node */
OpenPOWER on IntegriCloud