diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2007-02-22 19:46:17 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2007-02-22 19:46:17 +0000 |
commit | cda153124791a20466fdbf52713163c6db81add1 (patch) | |
tree | 0e352a6503ef0c687fd30cf4ff27745690345686 /sys/arch/i386 | |
parent | 8398555ada62c1d5bf7e4709efcbdc992eca610d (diff) |
Revert my previous commit. Kettenis no likey.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/ioapic.c | 5 |
1 files changed, 2 insertions, 3 deletions
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 |