diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-04 01:14:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-04 01:14:07 +0000 |
commit | 2d9a70b11af0bd00f770544466013f69fc1b6e75 (patch) | |
tree | 8921ef79f0699b0f24d27b0c2874f57c46d3ef9e /sys/arch/mvme88k/include | |
parent | bd21960d4481f62d9a884fc34553a984ef01dcff (diff) |
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...
Diffstat (limited to 'sys/arch/mvme88k/include')
-rw-r--r-- | sys/arch/mvme88k/include/bugio.h | 3 |
1 files changed, 2 insertions, 1 deletions
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__ */ |