summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/uc_main.h
diff options
context:
space:
mode:
authorerich <erich@FreeBSD.org>1996-10-12 20:23:26 +0000
committererich <erich@FreeBSD.org>1996-10-12 20:23:26 +0000
commit69b9dc90e9a98172a0e713822b66b3d85c8b3a12 (patch)
treed7a5ebbf9dc455b966bd9fe2e8096e640367a806 /release/sysinstall/uc_main.h
parent2529e37cab24929062409e6a46c902c855cc9636 (diff)
downloadFreeBSD-src-69b9dc90e9a98172a0e713822b66b3d85c8b3a12.zip
FreeBSD-src-69b9dc90e9a98172a0e713822b66b3d85c8b3a12.tar.gz
Get the pysical address for id_maddr when opening an -incore kernel.
This fixes the kernel panic when propagating userconfig changes to arbitrary kernels. Remove obsoleted `#include <tcl.h>' added a few <stdio.h> where necessary. Fix getting scsi bus information from an -incore kernel. Turned on SAVE_USERCONFIG by default.
Diffstat (limited to 'release/sysinstall/uc_main.h')
-rw-r--r--release/sysinstall/uc_main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/uc_main.h b/release/sysinstall/uc_main.h
index 2d552eb..e67d61d 100644
--- a/release/sysinstall/uc_main.h
+++ b/release/sysinstall/uc_main.h
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id$
+ * $Id: uc_main.h,v 1.1 1996/10/03 06:01:42 jkh Exp $
*/
#define ISA_BIOTAB 0
@@ -65,7 +65,7 @@ struct uc_isa {
u_short port;
u_short irq;
short drq;
- caddr_t iomem;
+ u_int iomem;
int iosize;
int flags;
int alive;
OpenPOWER on IntegriCloud