diff options
Diffstat (limited to 'sys/arch/mvme68k/dev/sbicvar.h')
-rw-r--r-- | sys/arch/mvme68k/dev/sbicvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/dev/sbicvar.h b/sys/arch/mvme68k/dev/sbicvar.h index f684d1d72a4..44875db2c43 100644 --- a/sys/arch/mvme68k/dev/sbicvar.h +++ b/sys/arch/mvme68k/dev/sbicvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sbicvar.h,v 1.6 2003/06/02 23:27:50 millert Exp $ */ +/* $OpenBSD: sbicvar.h,v 1.7 2004/07/02 17:57:29 miod Exp $ */ /* * Copyright (c) 1990 The Regents of the University of California. @@ -99,7 +99,6 @@ struct sbic_softc { u_char lun; struct scsi_link sc_link; /* proto for sub devices */ sbic_regmap_p sc_sbicp; /* the SBIC */ - void *sc_cregs; /* driver specific regs */ int sc_ipl; /* Lists of command blocks */ |