summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2007-02-22 19:46:17 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2007-02-22 19:46:17 +0000
commitcda153124791a20466fdbf52713163c6db81add1 (patch)
tree0e352a6503ef0c687fd30cf4ff27745690345686 /sys
parent8398555ada62c1d5bf7e4709efcbdc992eca610d (diff)
Revert my previous commit. Kettenis no likey.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/amd64/ioapic.c5
-rw-r--r--sys/arch/i386/i386/ioapic.c5
2 files changed, 4 insertions, 6 deletions
diff --git a/sys/arch/amd64/amd64/ioapic.c b/sys/arch/amd64/amd64/ioapic.c
index a03d2e8c7cf..474b2d34ebd 100644
--- a/sys/arch/amd64/amd64/ioapic.c
+++ b/sys/arch/amd64/amd64/ioapic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ioapic.c,v 1.11 2007/02/22 03:47:15 marco Exp $ */
+/* $OpenBSD: ioapic.c,v 1.12 2007/02/22 19:46:16 marco Exp $ */
/* $NetBSD: ioapic.c,v 1.6 2003/05/15 13:30:31 fvdl Exp $ */
/*-
@@ -343,8 +343,7 @@ ioapic_attach(struct device *parent, struct device *self, void *aux)
aaa->flags & IOAPIC_PICMODE ? "PIC" : "virtual wire");
}
- printf(", version %x, pins %d, base %d\n", sc->sc_apic_vers,
- sc->sc_apic_sz, sc->sc_apic_vecbase);
+ printf(", version %x, %d pins\n", sc->sc_apic_vers, sc->sc_apic_sz);
apic_id = (ioapic_read(sc, IOAPIC_ID) & IOAPIC_ID_MASK) >>
IOAPIC_ID_SHIFT;
diff --git a/sys/arch/i386/i386/ioapic.c b/sys/arch/i386/i386/ioapic.c
index 9c329f90eec..4cc75a602db 100644
--- a/sys/arch/i386/i386/ioapic.c
+++ b/sys/arch/i386/i386/ioapic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ioapic.c,v 1.13 2007/02/22 03:47:14 marco Exp $ */
+/* $OpenBSD: ioapic.c,v 1.14 2007/02/22 19:46:16 marco Exp $ */
/* $NetBSD: ioapic.c,v 1.7 2003/07/14 22:32:40 lukem Exp $ */
/*-
@@ -303,8 +303,7 @@ ioapic_attach(struct device *parent, struct device *self, void *aux)
aaa->flags & IOAPIC_PICMODE ? "PIC" : "virtual wire");
}
- printf(", version %x, pins %d, base %d\n", sc->sc_apic_vers,
- sc->sc_apic_sz, sc->sc_apic_vecbase);
+ printf(", version %x, %d pins\n", sc->sc_apic_vers, sc->sc_apic_sz);
/*
* If either a LAPIC or an I/O APIC is already at the ID the BIOS