diff options
| author | leo <leo@NetBSD.org> | 1997-03-13 12:37:08 +0000 |
|---|---|---|
| committer | leo <leo@NetBSD.org> | 1997-03-13 12:37:08 +0000 |
| commit | e4a48696a6f853b29d4f46ea4a26f8a07d2d28fa (patch) | |
| tree | 4e3564eb394fb4700e37633b1ac5d66f2020a5aa | |
| parent | d8319f5c75a04178812deded3461ebd221aa9d6b (diff) | |
Add member to bitmap struct that gives the size of mappable memory.
| -rw-r--r-- | sys/arch/atari/dev/grfabs_reg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/atari/dev/grfabs_reg.h b/sys/arch/atari/dev/grfabs_reg.h index b67086e1a78..24f1cb423b4 100644 --- a/sys/arch/atari/dev/grfabs_reg.h +++ b/sys/arch/atari/dev/grfabs_reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: grfabs_reg.h,v 1.9 1996/10/11 21:01:26 leo Exp $ */ +/* $NetBSD: grfabs_reg.h,v 1.10 1997/03/13 12:37:08 leo Exp $ */ /* * Copyright (c) 1995 Leo Weppelman @@ -94,6 +94,7 @@ struct bitmap { u_char *regs; /* where the registers are */ u_char *hw_regs; /* mappable registers */ u_short reg_size; /* size of the register area */ + u_int phys_mappable; /* the amount of mappable plane mem. */ }; /* |
