From 2d9a70b11af0bd00f770544466013f69fc1b6e75 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 4 Jan 2004 01:14:07 +0000 Subject: Working kluge to ``enable'' the on-board SCSI controller on 187 and 197, if it is not the boot device and has not been expliictely ``enabled'' in the BUG. Will definitely help netboot installations... --- sys/arch/mvme88k/include/bugio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/mvme88k/include') diff --git a/sys/arch/mvme88k/include/bugio.h b/sys/arch/mvme88k/include/bugio.h index 2f58b700b47..cdc62d71d66 100644 --- a/sys/arch/mvme88k/include/bugio.h +++ b/sys/arch/mvme88k/include/bugio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bugio.h,v 1.13 2002/03/14 01:26:39 millert Exp $ */ +/* $OpenBSD: bugio.h,v 1.14 2004/01/04 01:14:06 miod Exp $ */ #ifndef __MACHINE_BUGIO_H__ #define __MACHINE_BUGIO_H__ @@ -15,5 +15,6 @@ void bugoutstr(char *, char *); void bugrtcrd(struct mvmeprom_time *); void bugreturn(void); void bugbrdid(struct mvmeprom_brdid *); +void bugdiskrd(struct mvmeprom_dskio *); #endif /* __MACHINE_BUGIO_H__ */ -- cgit v1.2.3