-/* $OpenBSD: ioapic.c,v 1.18 2009/08/13 13:24:48 kettenis Exp $ */
+/* $OpenBSD: ioapic.c,v 1.19 2010/07/22 00:41:29 deraadt Exp $ */
/* $NetBSD: ioapic.c,v 1.6 2003/05/15 13:30:31 fvdl Exp $ */
/*-
void ioapic_delroute(struct pic *, struct cpu_info *, int, int, int);
void apic_set_redir(struct ioapic_softc *, int, int, struct cpu_info *);
-int apic_verbose = 0;
-
int ioapic_bsp_id = 0;
int ioapic_cold = 1;
-/* $OpenBSD: ioapic.c,v 1.22 2009/08/22 02:54:50 mk Exp $ */
+/* $OpenBSD: ioapic.c,v 1.23 2010/07/22 00:41:29 deraadt Exp $ */
/* $NetBSD: ioapic.c,v 1.7 2003/07/14 22:32:40 lukem Exp $ */
/*-
void apic_stray(int);
-int apic_verbose = 0;
-
int ioapic_bsp_id = 0;
int ioapic_cold = 1;
-/* $OpenBSD: if_ether.c,v 1.87 2010/06/28 18:50:37 claudio Exp $ */
+/* $OpenBSD: if_ether.c,v 1.88 2010/07/22 00:41:55 deraadt Exp $ */
/* $NetBSD: if_ether.c,v 1.31 1996/05/11 12:59:58 mycroft Exp $ */
/*
LIST_HEAD(, llinfo_arp) llinfo_arp;
struct ifqueue arpintrq = {0, 0, 0, 50};
-int arp_inuse, arp_allocated, arp_intimer;
+int arp_inuse, arp_allocated;
int arp_maxtries = 5;
int useloopback = 1; /* use loopback interface for local traffic */
int arpinit_done;