Serves me right for doing this by inspection and then a build afterwards

on a remote machine. Sigh..
This commit is contained in:
Peter Wemm 1999-05-10 16:36:42 +00:00
parent 3ec911d1bd
commit d8accc82b4
2 changed files with 4 additions and 3 deletions

View File

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: autoconf.c,v 1.20 1999/05/10 02:56:38 peter Exp $
* $Id: autoconf.c,v 1.21 1999/05/10 16:04:52 peter Exp $
*/
#include "opt_bootp.h"
@ -67,7 +67,7 @@ static int setdumpdev __P((dev_t dev));
#ifdef MFS_ROOT
extern u_char *mfs_getimage __P((void));
#emdif
#endif
device_t isa_bus_device = 0;
struct cam_sim *boot_sim = 0;

View File

@ -1,4 +1,4 @@
/* $Id: ioasic.c,v 1.2 1999/05/08 21:58:48 dfr Exp $ */
/* $Id: ioasic.c,v 1.3 1999/05/10 15:51:23 peter Exp $ */
/* from $NetBSD: ioasic.c,v 1.19 1998/05/27 00:18:13 thorpej Exp $ */
/*-
@ -344,6 +344,7 @@ ioasic_intr(val)
register struct ioasic_softc *sc = val;
register int ifound;
int gifound;
u_int32_t sir;
volatile u_int32_t *sirp;
sirp = (volatile u_int32_t *)IOASIC_REG_INTR(sc->sc_base);