diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-05 02:04:34 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-05 02:04:34 +0000 |
commit | 46c41641fec271e914feb19ada5d32fbc660d99a (patch) | |
tree | 23646f33fa9ab3e5900fef1e072cd63d6ef35d14 /sys/arch/amiga/isa/crossvar.h | |
parent | 0deec41cf1d9f35d15bb69f604e8324145169ccf (diff) |
First stab at making a VM-controlled bankswitching driver
for the CrossLink driver
Diffstat (limited to 'sys/arch/amiga/isa/crossvar.h')
-rw-r--r-- | sys/arch/amiga/isa/crossvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amiga/isa/crossvar.h b/sys/arch/amiga/isa/crossvar.h index 67a77e8382e..93176806ef2 100644 --- a/sys/arch/amiga/isa/crossvar.h +++ b/sys/arch/amiga/isa/crossvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: crossvar.h,v 1.4 1996/11/28 23:33:08 niklas Exp $ */ +/* $OpenBSD: crossvar.h,v 1.5 1997/01/05 02:04:33 niklas Exp $ */ /* * Copyright (c) 1994, 1996 Niklas Hallqvist @@ -61,6 +61,7 @@ struct cross_softc { u_int16_t sc_imask; volatile u_int16_t *sc_status; struct vm_page sc_page[CROSS_BANK_SIZE / NBPG]; + struct pager_struct sc_pager; struct amiga_bus_space sc_iot; struct amiga_bus_space sc_memt; |