summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/md_var.h
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-09-10 12:31:40 +0000
committerjoerg <joerg@FreeBSD.org>1997-09-10 12:31:40 +0000
commitadb1bbd53fc3af34ba996c57177768fe3f7b9f56 (patch)
tree6964851f918d67f4f73e73a9003e75482063dff0 /sys/i386/include/md_var.h
parent9631b54264e1c524f0da7c350dc7838b3711bc30 (diff)
downloadFreeBSD-src-adb1bbd53fc3af34ba996c57177768fe3f7b9f56.zip
FreeBSD-src-adb1bbd53fc3af34ba996c57177768fe3f7b9f56.tar.gz
Do not ever try to coredump adapter memory regions.
PR: 4486 Submitted by: tegge@idi.ntnu.no (Tor Egge) Implement a function is_adapter_memory() in order to determine what should nto be dumped at all. Currently, only populated with the ``ISA memory hole''. Adapter regions of other busses should be added.
Diffstat (limited to 'sys/i386/include/md_var.h')
-rw-r--r--sys/i386/include/md_var.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/md_var.h b/sys/i386/include/md_var.h
index b5f6625..086704a 100644
--- a/sys/i386/include/md_var.h
+++ b/sys/i386/include/md_var.h
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: md_var.h,v 1.15 1997/06/15 02:02:55 wollman Exp $
+ * $Id: md_var.h,v 1.16 1997/08/09 00:03:14 dyson Exp $
*/
#ifndef _MACHINE_MD_VAR_H_
@@ -68,6 +68,7 @@ void doreti_popl_es __P((void)) __asm(__STRING(doreti_popl_es));
void doreti_popl_es_fault __P((void)) __asm(__STRING(doreti_popl_es_fault));
int fill_regs __P((struct proc *p, struct reg *regs));
void fillw __P((int /*u_short*/ pat, void *base, size_t cnt));
+int is_adapter_memory __P((vm_offset_t addr));
u_long kvtop __P((void *addr));
void setidt __P((int idx, alias_for_inthand_t *func, int typ, int dpl,
int selec));
OpenPOWER on IntegriCloud