Typo in initial interrupt register mapping code.

This commit is contained in:
pk 1998-03-26 16:11:40 +00:00
parent eae870f3f6
commit f3d6050987
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.86 1998/03/23 17:16:03 pk Exp $ */ /* $NetBSD: autoconf.c,v 1.87 1998/03/26 16:11:40 pk Exp $ */
/* /*
* Copyright (c) 1996 * Copyright (c) 1996
@ -267,7 +267,7 @@ bootstrap()
if (!romprop(&ra, "interrupt", node)) if (!romprop(&ra, "interrupt", node))
panic("bootstrap: could not get interrupt properties"); panic("bootstrap: could not get interrupt properties");
#endif #endif
if (nvaddrs < 2 || nvaddrs > 4) { if (nvaddrs < 2 || nvaddrs > 5) {
printf("bootstrap: cannot handle %d interrupt regs\n", printf("bootstrap: cannot handle %d interrupt regs\n",
nvaddrs); nvaddrs);
romhalt(); romhalt();