Reboot while booting with new per-CPU allocator

From: Stephane E. Potvin <sepotvin_at_videotron.ca>
Date: Thu, 16 Jun 2005 09:57:10 -0400
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Starting with the commit of the new per-CPU allocator,

rwatson     2005-05-29 13:38:07 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              malloc.h
    sys/kern             kern_malloc.c
  Log:
  Kernel malloc layers malloc_type allocation over one of two underlying
  allocators: a set of power-of-two UMA zones for small allocations, and the
...
  modifications to vmstat in order to restore "vmstat -m" on core dumps will
  follow shortly.

  Several improvements from:              bde
  Statistics approach discussed with:     ups
  Tested by:                              scottl, others

  Revision  Changes    Path
  1.140     +159 -130  src/sys/kern/kern_malloc.c
  1.79      +72 -16    src/sys/sys/malloc.h

I get spontaneous reboots while the kernel is loading  after the kernel
finds the APICs while booting verbose:


Copyright (c) 1992-2005 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD 6.0-CURRENT #4: Wed Jun 15 14:12:26 EDT 2005
    spotvin_at_homer.telcobridges.com:/usr/obj/usr/src/sys/HOMER
Preloaded elf kernel "/boot/kernel.working/kernel" at 0xc08cf000.
Preloaded elf module "/boot/kernel.working/vesa.ko" at 0xc08cf1b0.
Preloaded elf module "/boot/kernel.working/cd9660.ko" at 0xc08cf264.
Preloaded elf module "/boot/kernel.working/g_md.ko" at 0xc08cf318.
Preloaded elf module "/boot/kernel.working/if_bge.ko" at 0xc08cf3cc.
Preloaded elf module "/boot/kernel.working/miibus.ko" at 0xc08cf480.
Preloaded elf module "/boot/kernel.working/snd_ich.ko" at 0xc08cf534.
Preloaded elf module "/boot/kernel.working/sound.ko" at 0xc08cf5e8.
Preloaded elf module "/boot/kernel.working/usb.ko" at 0xc08cf69c.
Preloaded elf module "/boot/kernel.working/ugen.ko" at 0xc08cf74c.
Preloaded elf module "/boot/kernel.working/ukbd.ko" at 0xc08cf800.
Preloaded elf module "/boot/kernel.working/ums.ko" at 0xc08cf8b4.
Preloaded elf module "/boot/kernel.working/umass.ko" at 0xc08cf964.
Preloaded elf module "/boot/kernel.working/agp.ko" at 0xc08cfa18.
Preloaded elf module "/boot/kernel.working/acpi_video.ko" at 0xc08cfac8.
Preloaded elf module "/boot/kernel.working/acpi.ko" at 0xc08cfb80.
Preloaded elf module "/boot/kernel.working/if_ndis.ko" at 0xc08cfc34.
Preloaded elf module "/boot/kernel.working/pccard.ko" at 0xc08cfce8.
Preloaded elf module "/boot/kernel.working/ndis.ko" at 0xc08cfd9c.
Preloaded elf module "/boot/kernel.working/radeon.ko" at 0xc08cfe50.
Preloaded elf module "/boot/kernel.working/drm.ko" at 0xc08cff04.
Preloaded elf module "/boot/kernel.working/sysvshm.ko" at 0xc08cffb4.
Preloaded elf module "/boot/kernel.working/sysvsem.ko" at 0xc08d0068.
Preloaded elf module "/boot/kernel.working/sysvmsg.ko" at 0xc08d011c.
Preloaded elf module "/boot/kernel.working/ucom.ko" at 0xc08d01d0.
Preloaded elf module "/boot/kernel.working/uplcom.ko" at 0xc08d0284.
Preloaded elf module "/boot/kernel.working/firewire.ko" at 0xc08d0338.
Preloaded elf module "/boot/kernel.working/exca.ko" at 0xc08d03f0.
Preloaded elf module "/boot/kernel.working/cbb.ko" at 0xc08d04a4.
Preloaded elf module "/boot/kernel.working/cardbus.ko" at 0xc08d0554.
Preloaded elf module "/boot/kernel.working/io.ko" at 0xc08d0608.
Preloaded elf module "/boot/kernel.working/ichwd.ko" at 0xc08d06b8.
Preloaded elf module "/boot/kernel.working/cpufreq.ko" at 0xc08d076c.
Preloaded elf module "/boot/kernel.working/geom_bde.ko" at 0xc08d0820.
Table 'FACP' at 0x3fff0400
Table 'APIC' at 0x3fff0c00
MADT: Found table at 0x3fff0c00
APIC: Using the MADT enumerator.
MADT: Found CPU APIC ID 0 ACPI ID 0: enabled
SMP: Added CPU 0 (AP)
MADT: Found CPU APIC ID 1 ACPI ID 1: disabled
<<<reboot>>>

I'm attaching the verbose dmesg output from a successfull kernel boot.

I understand that I've not given that much information so if anybody needs
more information to help debug this problem I'll be glad to oblige if
possible.

Steph
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (FreeBSD)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCsYU2mdOXtTCX/nsRAv5GAJ9gADBob0qm/LzpVS3SvcjpfSNHuQCcDM+d
SfRJwIDDXVeY6Za4e9P6u64=
=uYbl
-----END PGP SIGNATURE-----

Copyright (c) 1992-2005 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD 6.0-CURRENT #5: Wed Jun 15 14:50:21 EDT 2005
    spotvin_at_homer.telcobridges.com:/usr/obj/usr/src/sys/HOMER
Preloaded elf kernel "/boot/kernel.working/kernel" at 0xc08cf000.
Preloaded elf module "/boot/kernel.working/vesa.ko" at 0xc08cf1b0.
Preloaded elf module "/boot/kernel.working/cd9660.ko" at 0xc08cf264.
Preloaded elf module "/boot/kernel.working/g_md.ko" at 0xc08cf318.
Preloaded elf module "/boot/kernel.working/if_bge.ko" at 0xc08cf3cc.
Preloaded elf module "/boot/kernel.working/miibus.ko" at 0xc08cf480.
Preloaded elf module "/boot/kernel.working/snd_ich.ko" at 0xc08cf534.
Preloaded elf module "/boot/kernel.working/sound.ko" at 0xc08cf5e8.
Preloaded elf module "/boot/kernel.working/usb.ko" at 0xc08cf69c.
Preloaded elf module "/boot/kernel.working/ugen.ko" at 0xc08cf74c.
Preloaded elf module "/boot/kernel.working/ukbd.ko" at 0xc08cf800.
Preloaded elf module "/boot/kernel.working/ums.ko" at 0xc08cf8b4.
Preloaded elf module "/boot/kernel.working/umass.ko" at 0xc08cf964.
Preloaded elf module "/boot/kernel.working/agp.ko" at 0xc08cfa18.
Preloaded elf module "/boot/kernel.working/acpi_video.ko" at 0xc08cfac8.
Preloaded elf module "/boot/kernel.working/acpi.ko" at 0xc08cfb80.
Preloaded elf module "/boot/kernel.working/if_ndis.ko" at 0xc08cfc34.
Preloaded elf module "/boot/kernel.working/pccard.ko" at 0xc08cfce8.
Preloaded elf module "/boot/kernel.working/ndis.ko" at 0xc08cfd9c.
Preloaded elf module "/boot/kernel.working/radeon.ko" at 0xc08cfe50.
Preloaded elf module "/boot/kernel.working/drm.ko" at 0xc08cff04.
Preloaded elf module "/boot/kernel.working/sysvshm.ko" at 0xc08cffb4.
Preloaded elf module "/boot/kernel.working/sysvsem.ko" at 0xc08d0068.
Preloaded elf module "/boot/kernel.working/sysvmsg.ko" at 0xc08d011c.
Preloaded elf module "/boot/kernel.working/ucom.ko" at 0xc08d01d0.
Preloaded elf module "/boot/kernel.working/uplcom.ko" at 0xc08d0284.
Preloaded elf module "/boot/kernel.working/firewire.ko" at 0xc08d0338.
Preloaded elf module "/boot/kernel.working/exca.ko" at 0xc08d03f0.
Preloaded elf module "/boot/kernel.working/cbb.ko" at 0xc08d04a4.
Preloaded elf module "/boot/kernel.working/cardbus.ko" at 0xc08d0554.
Preloaded elf module "/boot/kernel.working/io.ko" at 0xc08d0608.
Preloaded elf module "/boot/kernel.working/ichwd.ko" at 0xc08d06b8.
Preloaded elf module "/boot/kernel.working/cpufreq.ko" at 0xc08d076c.
Preloaded elf module "/boot/kernel.working/geom_bde.ko" at 0xc08d0820.
Table 'FACP' at 0x3fff0400
Table 'APIC' at 0x3fff0c00
MADT: Found table at 0x3fff0c00
APIC: Using the MADT enumerator.
MADT: Found CPU APIC ID 0 ACPI ID 0: enabled
SMP: Added CPU 0 (AP)
MADT: Found CPU APIC ID 1 ACPI ID 1: disabled
ACPI APIC Table: <DELL   CPi R  >
Calibrating clock(s) ... i8254 clock: 1193232 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254" frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 3391518640 Hz
CPU: Intel(R) Pentium(R) 4 CPU 3.40GHz (3391.52-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0xf25  Stepping = 5
  Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=0x4400<CNTX-ID,<b14>>
  Hyperthreading: 2 logical CPUs
real memory  = 1073389568 (1023 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009dfff, 643072 bytes (157 pages)
0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
0x0000000000c28000 - 0x000000003ed72fff, 1041543168 bytes (254283 pages)
avail memory = 1041428480 (993 MB)
APIC: CPU 0 has ACPI ID 0
bios32: Found BIOS32 Service Directory header at 0xc00ffe80
bios32: Entry = 0xffe90 (c00ffe90)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xf0000+0xcc7e
pnpbios: Found PnP BIOS data at 0xc00fe2d0
pnpbios: Entry = f0000:e2f4  Rev = 1.0
pnpbios: Event flag at 4b4
Other BIOS signatures found:
MADT: Found IO APIC ID 1, Interrupt 0 at 0xfec00000
ioapic0: Changing APIC ID to 1
ioapic0: Routing external 8259A's -> intpin 0
ioapic0: intpin 0 -> ExtINT (edge, high)
ioapic0: intpin 1 -> ISA IRQ 1 (edge, high)
ioapic0: intpin 2 -> ISA IRQ 2 (edge, high)
ioapic0: intpin 3 -> ISA IRQ 3 (edge, high)
ioapic0: intpin 4 -> ISA IRQ 4 (edge, high)
ioapic0: intpin 5 -> ISA IRQ 5 (edge, high)
ioapic0: intpin 6 -> ISA IRQ 6 (edge, high)
ioapic0: intpin 7 -> ISA IRQ 7 (edge, high)
ioapic0: intpin 8 -> ISA IRQ 8 (edge, high)
ioapic0: intpin 9 -> ISA IRQ 9 (edge, high)
ioapic0: intpin 10 -> ISA IRQ 10 (edge, high)
ioapic0: intpin 11 -> ISA IRQ 11 (edge, high)
ioapic0: intpin 12 -> ISA IRQ 12 (edge, high)
ioapic0: intpin 13 -> ISA IRQ 13 (edge, high)
ioapic0: intpin 14 -> ISA IRQ 14 (edge, high)
ioapic0: intpin 15 -> ISA IRQ 15 (edge, high)
ioapic0: intpin 16 -> PCI IRQ 16 (level, low)
ioapic0: intpin 17 -> PCI IRQ 17 (level, low)
ioapic0: intpin 18 -> PCI IRQ 18 (level, low)
ioapic0: intpin 19 -> PCI IRQ 19 (level, low)
ioapic0: intpin 20 -> PCI IRQ 20 (level, low)
ioapic0: intpin 21 -> PCI IRQ 21 (level, low)
ioapic0: intpin 22 -> PCI IRQ 22 (level, low)
ioapic0: intpin 23 -> PCI IRQ 23 (level, low)
MADT: Interrupt override: source 0, irq 2
ioapic0: Routing IRQ 0 -> intpin 2
ioapic0: intpin 2 trigger: edge
ioapic0: intpin 2 polarity: high
MADT: Interrupt override: source 9, irq 9
ioapic0: intpin 9 trigger: level
ioapic0: intpin 9 polarity: high
lapic0: Routing NMI -> LINT1
lapic0: LINT1 trigger: edge
lapic0: LINT1 polarity: high
MADT: Ignoring local NMI routed to ACPI CPU 1
ioapic0 <Version 2.0> irqs 0-23 on motherboard
cpu0 BSP:
     ID: 0x00000000   VER: 0x00050014 LDR: 0x01000000 DFR: 0x0fffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000
wlan: <802.11 Link Layer>
VESA: information block
56 45 53 41 00 02 00 01 00 01 01 00 00 00 22 00 
00 01 ff 07 00 01 1c 01 00 01 32 01 00 01 37 01 
00 01 82 01 0d 01 0e 01 0f 01 20 01 92 01 93 01 
94 01 95 01 96 01 a2 01 a3 01 a4 01 a5 01 a6 01 
VESA: 60 mode(s) found
VESA: v2.0, 131008k memory, flags:0x1, mode table:0xc07036c2 (1000022)
VESA: ATI MOBILITY RADEON 9700   
VESA: ATI Technologies Inc. P11  01.00
null: <null device, zero device>
random: <entropy source, Software, Yarrow>
mem: <memory>
Pentium Pro MTRR support enabled
io: <I/O>
ichwd module loaded
acpi0: <DELL CPi R  > on motherboard
acpi0: [MPSAFE]
pci_open(1):	mode 1 addr port (0x0cf8) is 0x80010014
pci_open(1a):	mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=25708086)
pcibios: BIOS version 2.10
Found $PIR table, 9 entries at 0xc00fc890
PCI-Only Interrupts: none
Location  Bus Device Pin  Link  IRQs
embedded    0   29    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    0   29    B   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    0   29    C   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    0   29    D   0x6b  3 4 5 6 7 9 10 11 12 14 15
embedded    0   30    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    0   30    B   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    0   30    C   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    0   30    D   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    0   31    A   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    0   31    B   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    1    0    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    2    0    A   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    2    1    A   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    2    1    B   0x63  none
embedded    2    3    A   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    2    3    B   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    8    0    A   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    8    0    B   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    8    1    A   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    8    1    B   0x63  3 4 5 6 7 9 10 11 12 14 15
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 31 func 0
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 31 func 0
pci_link0: <ACPI PCI Link LNKA> irq 11 on acpi0
pci_link0: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  9 10 11
pci_link0: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  9 10 11
pci_link0: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  9 10 11
pci_link1: <ACPI PCI Link LNKB> irq 11 on acpi0
pci_link1: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  5 7
pci_link1: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  5 7
pci_link1: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  5 7
pci_link2: <ACPI PCI Link LNKC> irq 11 on acpi0
pci_link2: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  9 10 11
pci_link2: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  9 10 11
pci_link2: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  9 10 11
pci_link3: <ACPI PCI Link LNKD> irq 11 on acpi0
pci_link3: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  5 7 9 10 11
pci_link3: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  5 7 9 10 11
pci_link3: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  5 7 9 10 11
pci_link4: <ACPI PCI Link LNKE> on acpi0
pci_link4: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link4: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link4: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link5: <ACPI PCI Link LNKH> irq 11 on acpi0
pci_link5: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link5: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link5: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
ACPI timer: 1/1 1/1 1/0 1/1 1/1 1/1 1/0 1/0 1/0 1/1 -> 10
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
cpu0: <ACPI CPU> on acpi0
p4tcc0: <CPU Frequency Thermal Control> on cpu0
acpi_acad0: <AC Adapter> on acpi0
acpi_cmbat0: <Control Method Battery> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_button0: <Power Button> on acpi0
acpi_button1: <Sleep Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pci0: physical bus=0
found->	vendor=0x8086, dev=0x2570, revid=0x02
	bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0106, statreg=0x2090, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	map[10]: type 3, range 32, base e8000000, size 27, enabled
found->	vendor=0x8086, dev=0x2571, revid=0x02
	bus=0, slot=1, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0107, statreg=0x00a0, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x0c (3000 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x24d2, revid=0x02
	bus=0, slot=29, func=0
	class=0c-03-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	map[20]: type 4, range 32, base 0000bf80, size  5, enabled
pcib0: matched entry for 0.29.INTA
pcib0: slot 29 INTA hardwired to IRQ 16
found->	vendor=0x8086, dev=0x24d4, revid=0x02
	bus=0, slot=29, func=1
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=11
	map[20]: type 4, range 32, base 0000bf60, size  5, enabled
pcib0: matched entry for 0.29.INTB
pcib0: slot 29 INTB hardwired to IRQ 19
found->	vendor=0x8086, dev=0x24d7, revid=0x02
	bus=0, slot=29, func=2
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=11
	map[20]: type 4, range 32, base 0000bf40, size  5, enabled
pcib0: matched entry for 0.29.INTC
pcib0: slot 29 INTC hardwired to IRQ 18
found->	vendor=0x8086, dev=0x24de, revid=0x02
	bus=0, slot=29, func=3
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	map[20]: type 4, range 32, base 0000bf20, size  5, enabled
pcib0: matched entry for 0.29.INTA
pcib0: slot 29 INTA hardwired to IRQ 16
found->	vendor=0x8086, dev=0x24dd, revid=0x02
	bus=0, slot=29, func=7
	class=0c-03-20, hdrtype=0x00, mfdev=0
	cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=11
	powerspec 2  supports D0 D3  current D0
	map[10]: type 1, range 32, base f8fffc00, size 10, enabled
pcib0: matched entry for 0.29.INTD
pcib0: slot 29 INTD hardwired to IRQ 23
found->	vendor=0x8086, dev=0x244e, revid=0xc2
	bus=0, slot=30, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0107, statreg=0x0080, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x24d0, revid=0x02
	bus=0, slot=31, func=0
	class=06-01-00, hdrtype=0x00, mfdev=1
	cmdreg=0x010f, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x24db, revid=0x02
	bus=0, slot=31, func=1
	class=01-01-8a, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0288, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	map[20]: type 4, range 32, base 0000bfa0, size  4, enabled
	map[24]: type 1, range 32, base 00000000, size 10, memory disabled
found->	vendor=0x8086, dev=0x24d5, revid=0x02
	bus=0, slot=31, func=5
	class=04-01-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=11
	powerspec 2  supports D0 D3  current D0
	map[10]: type 4, range 32, base 0000d800, size  8, enabled
	map[14]: type 4, range 32, base 0000dc40, size  6, enabled
	map[18]: type 1, range 32, base f8fff800, size  9, enabled
	map[1c]: type 1, range 32, base f8fff400, size  8, enabled
pcib0: matched entry for 0.31.INTB
pcib0: slot 31 INTB hardwired to IRQ 17
found->	vendor=0x8086, dev=0x24d6, revid=0x02
	bus=0, slot=31, func=6
	class=07-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=11
	powerspec 2  supports D0 D3  current D0
	map[10]: type 4, range 32, base 0000d400, size  8, enabled
	map[14]: type 4, range 32, base 0000d080, size  7, enabled
pcib0: matched entry for 0.31.INTB
pcib0: slot 31 INTB hardwired to IRQ 17
agp0: <Intel 82865 host to AGP bridge> mem 0xe8000000-0xefffffff at device 0.0 on pci0
agp0: Reserved 0x8000000 bytes for rid 0x10 type 3 at 0xe8000000
agp0: allocating GATT for aperture of size 128M
pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
pcib1:   secondary bus     1
pcib1:   subordinate bus   1
pcib1:   I/O decode        0xc000-0xcfff
pcib1:   memory decode     0xfc000000-0xfdffffff
pcib1:   prefetched decode 0xf0000000-0xf7ffffff
pci1: <ACPI PCI bus> on pcib1
pci1: physical bus=1
found->	vendor=0x1002, dev=0x4e50, revid=0x00
	bus=1, slot=0, func=0
	class=03-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0127, statreg=0x02b0, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 3, range 32, base f0000000, size 27, enabled
pcib1: (null) requested memory range 0xf0000000-0xf7ffffff: good
	map[14]: type 4, range 32, base 0000c000, size  8, enabled
pcib1: (null) requested I/O range 0xc000-0xc0ff: in range
	map[18]: type 1, range 32, base fcff0000, size 16, enabled
pcib1: (null) requested memory range 0xfcff0000-0xfcffffff: good
pcib1: matched entry for 1.0.INTA
pcib1: slot 0 INTA hardwired to IRQ 16
acpi_video0: <ACPI video extension> port 0xc000-0xc0ff mem 0xf0000000-0xf7ffffff,0xfcff0000-0xfcffffff irq 16 at device 0.0 on pci1
found TV(200), detectable by BIOS, head #0
found CRT monitor(100), detectable by BIOS, head #0
found unknown output(120), detectable by BIOS, head #0
found LCD panel(110), detectable by BIOS, head #0
found unknown output(210), detectable by BIOS, head #0
uhci0: <Intel 82801EB (ICH5) USB controller USB-A> port 0xbf80-0xbf9f irq 16 at device 29.0 on pci0
uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0xbf80
uhci0: [GIANT-LOCKED]
usb0: <Intel 82801EB (ICH5) USB controller USB-A> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: <Intel 82801EB (ICH5) USB controller USB-B> port 0xbf60-0xbf7f irq 19 at device 29.1 on pci0
uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0xbf60
uhci1: [GIANT-LOCKED]
usb1: <Intel 82801EB (ICH5) USB controller USB-B> on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2: <Intel 82801EB (ICH5) USB controller USB-C> port 0xbf40-0xbf5f irq 18 at device 29.2 on pci0
uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0xbf40
uhci2: [GIANT-LOCKED]
usb2: <Intel 82801EB (ICH5) USB controller USB-C> on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
uhci3: <Intel 82801EB (ICH5) USB controller USB-D> port 0xbf20-0xbf3f irq 16 at device 29.3 on pci0
uhci3: Reserved 0x20 bytes for rid 0x20 type 4 at 0xbf20
uhci3: [GIANT-LOCKED]
usb3: <Intel 82801EB (ICH5) USB controller USB-D> on uhci3
usb3: USB revision 1.0
uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub3: 2 ports with 2 removable, self powered
ehci0: <EHCI (generic) USB 2.0 controller> mem 0xf8fffc00-0xf8ffffff irq 23 at device 29.7 on pci0
ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0xf8fffc00
ehci0: [GIANT-LOCKED]
usb4: EHCI version 1.0
usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3
usb4: <EHCI (generic) USB 2.0 controller> on ehci0
usb4: USB revision 2.0
uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub4: 8 ports with 8 removable, self powered
pcib2: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pcib2:   secondary bus     2
pcib2:   subordinate bus   2
pcib2:   I/O decode        0xe000-0xefff
pcib2:   memory decode     0xfa000000-0xfbffffff
pcib2:   prefetched decode 0xfff00000-0xfffff
pcib2:   Subtractively decoded bridge.
pci2: <ACPI PCI bus> on pcib2
pci2: physical bus=2
found->	vendor=0x14e4, dev=0x165d, revid=0x01
	bus=2, slot=0, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0116, statreg=0x02b0, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 8 messages, 64 bit
	map[10]: type 1, range 64, base faff0000, size 16, enabled
pcib2: (null) requested memory range 0xfaff0000-0xfaffffff: good
pcib2: matched entry for 2.0.INTA
pcib2: slot 0 INTA hardwired to IRQ 18
found->	vendor=0x104c, dev=0xac44, revid=0x02
	bus=2, slot=1, func=0
	class=06-07-00, hdrtype=0x02, mfdev=1
	cmdreg=0x0000, statreg=0x0210, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x40 (16000 ns), maxlat=0x07 (1750 ns)
	intpin=a, irq=255
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base 00000000, size 12, memory disabled
found->	vendor=0x104c, dev=0x8029, revid=0x00
	bus=2, slot=1, func=1
	class=0c-00-10, hdrtype=0x00, mfdev=1
	cmdreg=0x0116, statreg=0x0210, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x02 (500 ns), maxlat=0x04 (1000 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base fafef800, size 11, enabled
pcib2: (null) requested memory range 0xfafef800-0xfafeffff: good
	map[14]: type 1, range 32, base fafe8000, size 14, enabled
pcib2: (null) requested memory range 0xfafe8000-0xfafebfff: good
pcib2: matched entry for 2.1.INTA
pcib2: slot 1 INTA hardwired to IRQ 19
found->	vendor=0x14e4, dev=0x4324, revid=0x02
	bus=2, slot=3, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0106, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base fafec000, size 13, enabled
pcib2: (null) requested memory range 0xfafec000-0xfafedfff: good
pcib2: matched entry for 2.3.INTA
pcib2: slot 3 INTA hardwired to IRQ 17
bge0: <Broadcom BCM5705M Gigabit Ethernet, ASIC rev. 0x3001> mem 0xfaff0000-0xfaffffff irq 18 at device 0.0 on pci2
bge0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xfaff0000
miibus0: <MII bus> on bge0
brgphy0: <BCM5705 10/100/1000baseTX PHY> on miibus0
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto
bge0: bpf attached
bge0: Ethernet address: 00:0f:1f:0c:0e:60
bge0: [MPSAFE]
cbb0: <TI4510 PCI-CardBus Bridge> at device 1.0 on pci2
pcib2: cbb0 requested memory range 0xfa000000-0xfbffffff: good
cbb0: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0xfa000000
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
pcib2: matched entry for 2.1.INTA
pcib2: slot 1 INTA hardwired to IRQ 19
cbb0: [MPSAFE]
cbb0: PCI Configuration space:
  0x00: 0xac44104c 0x02100007 0x06070002 0x00822008 
  0x10: 0xfa000000 0x020000a0 0x20040302 0xfffff000 
  0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc 
  0x30: 0x00000000 0xfffffffc 0x00000000 0x07400113 
  0x40: 0x017c1028 0x00000001 0x00000000 0x00000000 
  0x50: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x60: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x70: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x80: 0x28405061 0x00000000 0x001f0000 0x012c1202 
  0x90: 0x606482c0 0x00000000 0x00000000 0x00000000 
  0xa0: 0xfe120001 0x00c00000 0x00000000 0x00000000 
  0xb0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xc0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xd0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xe0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 
fwohci0: vendor=104c, dev=8029
fwohci0: vendor=104c, dev=8029
fwohci0: <1394 Open Host Controller Interface> mem 0xfafef800-0xfafeffff,0xfafe8000-0xfafebfff irq 19 at device 1.1 on pci2
fwohci0: Reserved 0x800 bytes for rid 0x10 type 3 at 0xfafef800
fwohci0: [MPSAFE]
fwohci0: OHCI version 1.10 (ROM=0)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 48:4f:c0:00:30:c5:d4:81
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: <IEEE1394(FireWire) bus> on fwohci0
fwohci0: Initiate bus reset
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me)
firewire0: bus manager 0 (me)
pci2: <network> at device 3.0 (no driver attached)
pci2:3:0: Transition from D0 to D3
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH5 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xbfa0-0xbfaf at device 31.1 on pci0
atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xbfa0
ata0: <ATA channel 0> on atapci0
atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0
atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6
ata0: reset tp1 mask=03 ostat0=50 ostat1=00
ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00
ata0: stat1=0x00 err=0x01 lsb=0x00 msb=0x00
ata0: reset tp2 stat0=50 stat1=00 devices=0x1<ATA_MASTER>
ata0: [MPSAFE]
ata1: <ATA channel 1> on atapci0
atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170
atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376
ata1: reset tp1 mask=03 ostat0=50 ostat1=00
ata1: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb
ata1: stat1=0x00 err=0x04 lsb=0x00 msb=0x00
ata1: reset tp2 stat0=00 stat1=00 devices=0x4<ATAPI_MASTER>
ata1: [MPSAFE]
pcm0: <Intel ICH5 (82801EB)> port 0xd800-0xd8ff,0xdc40-0xdc7f mem 0xf8fff800-0xf8fff9ff,0xf8fff400-0xf8fff4ff irq 17 at device 31.5 on pci0
pcm0: Reserved 0x200 bytes for rid 0x18 type 3 at 0xf8fff800
pcm0: Reserved 0x100 bytes for rid 0x1c type 3 at 0xf8fff400
pcm0: [GIANT-LOCKED]
pcm0: <SigmaTel STAC9750/51 AC97 Codec (id = 0x83847650)>
pcm0: Codec features headphone, 20 bit DAC, 20 bit ADC, 5 bit master volume, SigmaTel 3D Enhancement
pcm0: Primary codec extended features variable rate PCM, reserved 1, AMAP, reserved 4
pcm0: sndbuf_setmap 3e964000, 4000; 0xed156000 -> 3e964000
pcm0: sndbuf_setmap 3e94f000, 4000; 0xed15a000 -> 3e94f000
pci0: <simple comms, generic modem> at device 31.6 (no driver attached)
pci0:31:6: Transition from D0 to D3
acpi_tz0: <Thermal Zone> on acpi0
psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0065
atkbd: keyboard ID 0x41ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000
atkbd0: [GIANT-LOCKED]
psm0: current command byte:0065
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model GlidePoint, device ID 0-00, 2 buttons
psm0: config:00000000, flags:00000008, packet size:3
psm0: syncmask:c0, syncbits:00
sio0: irq maps: 0xc801 0xc811 0xc801 0xc801
sio0 port 0x3f8-0x3ff,0x270-0x277 irq 4 drq 3 flags 0x10 on acpi0
sio0: type 16550A
npx0: [FAST]
npx0: <math processor> on motherboard
npx0: INT 16 interface
ata: ata0 already exists; skipping it
ata: ata1 already exists; skipping it
atkbdc: atkbdc0 already exists; skipping it
sio: sio0 already exists; skipping it
vga: vga0 already exists; skipping it
pnp_identify: Trying Read_Port at 203
pnp_identify: Trying Read_Port at 243
pnp_identify: Trying Read_Port at 283
pnp_identify: Trying Read_Port at 2c3
pnp_identify: Trying Read_Port at 303
pnp_identify: Trying Read_Port at 343
pnp_identify: Trying Read_Port at 383
pnp_identify: Trying Read_Port at 3c3
PNP Identify complete
sc: sc0 already exists; skipping it
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
pmtimer0 on isa0
orm0: <ISA Option ROM> at iomem 0xc0000-0xcffff on isa0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
adv0: not probed (disabled)
aha0: not probed (disabled)
aic0: not probed (disabled)
bt0: not probed (disabled)
cs0: not probed (disabled)
ed0: not probed (disabled)
fdc0 failed to probe at port 0x3f0 irq 6 drq 2 on isa0
fe0: not probed (disabled)
ie0: not probed (disabled)
lnc0: not probed (disabled)
ppc0 failed to probe at irq 7 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
sio1: not probed (disabled)
sio2: not probed (disabled)
sio3: not probed (disabled)
sn0: not probed (disabled)
vt0: not probed (disabled)
isa_probe_children: probing PnP devices
ums0: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM), rev 1.10/3.00, addr 2, iclass 3/1
ums0: 3 buttons and Z dir.
ucom0: Prolific Technology Inc. USB-Serial Controller, rev 1.10/3.00, addr 2
Device configuration finished.
lapic: Divisor 2, Frequency 99750208 hz
Timecounter "TSC" frequency 3391518640 Hz quality 800
Timecounters tick every 1.000 msec
lo0: bpf attached
acpi_acad0: acline initialization start
acpi_acad0: On Line
acpi_acad0: acline initialization done, tried 1 times
acpi_cmbat0: battery initialization start
ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire
atapicam: atapicam0 already exists; skipping it
ad0: setting PIO4 on Intel ICH5 chip
ad0: setting UDMA100 on Intel ICH5 chip
acpi_cmbat0: battery initialization done, tried 1 times
ad0: 57231MB <HTS726060M9AT00 MH4OA6EA> at ata0-master UDMA100
ad0: 117210240 sectors [116280C/16H/63S] 16 sectors/interrupt 1 depth queue
GEOM: new disk ad0
ata1-master: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=40 wire
acd0: setting PIO4 on Intel ICH5 chip
acd0: setting UDMA33 on Intel ICH5 chip
acd0: <NEC DVD RW ND-5500A/1.51> DVDR drive at ata1 as master
acd0: read 4134KB/s (4134KB/s) write 2755KB/s (2755KB/s), 2048KB buffer, UDMA33
acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, packet
acd0: Writes: CDR, CDRW, DVDR, test write, burnproof
acd0: Audio: play, 256 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: CD-ROM 120mm data disc
pcm0: measured ac97 link rate at 47995 Hz, will use 48000 Hz
pass0 at ata1 bus 0 target 0 lun 0
pass0: <_NEC DVD_RW ND-5500A 1.51> Removable CD-ROM SCSI-0 device 
pass0: Serial Number [
pass0: 33.000MB/s transfers
ioapic0: routing intpin 1 (ISA IRQ 1) to cluster 0
ioapic0: routing intpin 4 (ISA IRQ 4) to cluster 0
ioapic0: routing intpin 9 (ISA IRQ 9) to cluster 0
ioapic0: routing intpin 12 (ISA IRQ 12) to cluster 0
ioapic0: routing intpin 13 (ISA IRQ 13) to cluster 0
ioapic0: routing intpin 14 (ISA IRQ 14) to cluster 0
ioapic0: routing intpin 15 (ISA IRQ 15) to cluster 0
ioapic0: routing intpin 16 (PCI IRQ 16) to cluster 0
ioapic0: routing intpin 17 (PCI IRQ 17) to cluster 0
ioapic0: routing intpin 18 (PCI IRQ 18) to cluster 0
ioapic0: routing intpin 19 (PCI IRQ 19) to cluster 0
ioapic0: routing intpin 23 (PCI IRQ 23) to cluster 0
cd0 at ata1 bus 0 target 0 lun 0
cd0: <_NEC DVD_RW ND-5500A 1.51> Removable CD-ROM SCSI-0 device 
cd0: Serial Number [
cd0: 33.000MB/s transfers
cd0: cd present [281772 x 2048 byte records]
GEOM: new disk cd0
Trying to mount root from ufs:/dev/ad0s2a
start_init: trying /sbin/init
procfs registered
Linux ELF exec handler installed
linprocfs registered
nfslock: pseudo-device
Received on Thu Jun 16 2005 - 11:59:48 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:36 UTC