diff options
author | Brandon Creighton <bjc@cvs.openbsd.org> | 2000-04-26 03:08:44 +0000 |
---|---|---|
committer | Brandon Creighton <bjc@cvs.openbsd.org> | 2000-04-26 03:08:44 +0000 |
commit | 45a8a1573c086203341f94a21561004a4cee6da7 (patch) | |
tree | 2123e70519f5f81d6c224cab62a3447af95422c2 /sys/arch/vax/include/rpb.h | |
parent | 510a16a02bcefe3e18aa4ea1df737f2cdff509e6 (diff) |
vax resurrection, part 1: sync with early-april netbsd
many changes here, notable: uvm, ansi.h, more (and cleaner) vsbus support
Diffstat (limited to 'sys/arch/vax/include/rpb.h')
-rw-r--r-- | sys/arch/vax/include/rpb.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/arch/vax/include/rpb.h b/sys/arch/vax/include/rpb.h index d46f8951a90..4ac82087cd8 100644 --- a/sys/arch/vax/include/rpb.h +++ b/sys/arch/vax/include/rpb.h @@ -1,5 +1,5 @@ -/* $OpenBSD: rpb.h,v 1.5 1997/09/12 09:21:24 maja Exp $ */ -/* $NetBSD: rpb.h,v 1.4 1997/06/13 08:24:09 ragge Exp $ */ +/* $OpenBSD: rpb.h,v 1.6 2000/04/26 03:08:42 bjc Exp $ */ +/* $NetBSD: rpb.h,v 1.6 1998/07/01 09:37:11 ragge Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. * All rights reserved. @@ -40,7 +40,8 @@ struct rpb { /* size description */ struct rpb *rpb_base; /* 4 physical base address of block */ - void (*rpb_restart)();/* 4 physical address of restart routine */ + void (*rpb_restart)/* 4 physical address of restart routine */ + __P((void)); long rpb_chksum;/* 4 checksum of first 31 longwords of restart */ long rpb_rstflg; /* 4 Restart in progress flag */ long rpb_haltpc; /* 4 PC at HALT/restart */ @@ -119,6 +120,9 @@ struct rpb { /* size description */ #define BDEV_DE 97 #define BDEV_NI 98 #define BDEV_LE 99 +#define BDEV_ZE 100 + +#define BDEV_NET BDEV_QE /* first network BDEV */ #ifdef _KERNEL extern struct rpb rpb; |