From: Mike Karels Date: Fri, 8 Apr 1988 08:22:19 +0000 (-0800) Subject: add UBAIOADDR (used in standalone) X-Git-Tag: BSD-4_3_Net_1-Snapshot-Development~2104 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/ea457f9f7dbd8d860b94b915f1efd49c8b8f3630 add UBAIOADDR (used in standalone) SCCS-vsn: sys/vax/uba/ubareg.h 7.3 --- diff --git a/usr/src/sys/vax/uba/ubareg.h b/usr/src/sys/vax/uba/ubareg.h index 6b4dae82c0..97c396af6b 100644 --- a/usr/src/sys/vax/uba/ubareg.h +++ b/usr/src/sys/vax/uba/ubareg.h @@ -3,7 +3,7 @@ * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * - * @(#)ubareg.h 7.2 (Berkeley) %G% + * @(#)ubareg.h 7.3 (Berkeley) %G% */ /* @@ -44,6 +44,7 @@ #define UBAPAGES 496 #define NUBMREG 496 #define QBAPAGES UBAPAGES /* for now; should be 8192 */ +#define UBAIOADDR 0760000 /* start of I/O page */ #define UBAIOPAGES 16 #ifndef LOCORE