mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-23 16:01:42 +00:00
Serves me right for doing this by inspection and then a build afterwards
on a remote machine. Sigh..
This commit is contained in:
parent
3ec911d1bd
commit
d8accc82b4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46911
@ -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;
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user