I was testing out the latest snapshot on my amd64 laptop, and
compiling latest sources, when I came across a bug. It appears that
with the latest -current, the kernel floods dmesg with errors if
bigmem = 1, because of this commit:
http://marc.info/?l=openbsd-cvs&m=126742779701386&w=2

If I roll sys/arch/amd64/amd64/machdep.c back to 1.102, the flood goes
away. If bigmem = 0, the dmesg flood does not happen. dmesgs for my
laptop are at the bottom of the email. The message I get flooded with
is:

splassert: pool_do_put: want 10 have 13

By flood, I mean the dmesg buffer is full of those messages before the
login prompt loads on boot, so a dmesg does not even contain anything
other than that message. Because of this, all I can send for a dmesg
is what little is recovered from /var/run/dmesg.boot as most of that
file (as you will see below) is flooded with that message.

I hope this can get fixed before 4.7 is tagged, as I would like to be
able to access all 4GB of memory on my laptop.

Diff between machdep.c 1.102 and 1.103 (what causes that message to flood):
Index: sys/arch/amd64/amd64/machdep.c
===================================================================
RCS file: /cvs/src/sys/arch/amd64/amd64/machdep.c,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -p -r1.102 -r1.103
--- sys/arch/amd64/amd64/machdep.c      23 Nov 2009 16:21:54 -0000      1.102
+++ sys/arch/amd64/amd64/machdep.c      1 Mar 2010 07:08:27 -0000       1.103
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.102 2009/11/23 16:21:54 pirofti Exp $   */
+/*     $OpenBSD: machdep.c,v 1.103 2010/03/01 07:08:27 dlg Exp $       */
 /*     $NetBSD: machdep.c,v 1.3 2003/05/07 22:58:18 fvdl Exp $ */

 /*-
@@ -1768,7 +1768,8 @@ splassert_check(int wantipl, const char
 {
        int cpl = curcpu()->ci_ilevel;

-       if (cpl < wantipl) {
+       if (cpl < wantipl ||
+           (curcpu()->ci_idepth && cpl > wantipl)) {
                splassert_fail(wantipl, cpl, func);
        }
 }

dmesg from latest snapshot:
OpenBSD 4.7-beta (GENERIC.MP) #115: Thu Mar  4 11:11:46 MST 2010
    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 3084648448 (2941MB)
avail mem = 2994835456 (2856MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xb7eda000 (35 entries)
bios0: vendor Phoenix Technologies LTD version "V1.04" date 10/22/2009
bios0: Gateway NV53
acpi0 at bios0: rev 2
acpi0: tables DSDT FACP SLIC SSDT APIC MCFG HPET
acpi0: wakeup devices LID0(S3) SLPB(S3) PB2_(S4) PB3_(S4) PB4_(S4)
PB5_(S4) PB6_(S4) PB7_(S4) PB9_(S4) PB10(S4) OHC0(S3) OHC1(S3)
OHC2(S3) OHC3(S3) OHC4(S3) EHC0(S3) EHC1(S3) P2P_(S5) AZLA(S3)
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: AMD Athlon(tm) II Dual-Core M300, 2000.95 MHz
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,NXE,MMXX,FFXSR,LONG,3DNOW2,3DNOW
cpu0: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 512KB
64b/line 16-way L2 cache
cpu0: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
cpu0: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
cpu0: apic clock running at 200MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: AMD Athlon(tm) II Dual-Core M300, 2000.04 MHz
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,NXE,MMXX,FFXSR,LONG,3DNOW2,3DNOW
cpu1: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 512KB
64b/line 16-way L2 cache
cpu1: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
cpu1: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 21, 24 pins
acpihpet0 at acpi0: 14318180 Hz
acpi0: unable to load \\_SB_.PCI0._INI.EXH1
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PB2_)
acpiprt2 at acpi0: bus -1 (PB3_)
acpiprt3 at acpi0: bus 3 (PB4_)
acpiprt4 at acpi0: bus -1 (PB5_)
acpiprt5 at acpi0: bus 9 (PB6_)
acpiprt6 at acpi0: bus -1 (PB7_)
acpiprt7 at acpi0: bus -1 (PB9_)
acpiprt8 at acpi0: bus -1 (PB10)
acpiprt9 at acpi0: bus 10 (P2P_)
acpiprt10 at acpi0: bus 1 (AGP_)
acpiec0 at acpi0
acpicpu0 at acpi0: PSS
acpicpu1 at acpi0: PSS
acpitz0 at acpi0: critical temperature 95 degC
acpitz1 at acpi0: critical temperature 95 degC
acpibtn0 at acpi0: PWRB
acpibtn1 at acpi0: LID0
acpibtn2 at acpi0: SLPB
acpibat0 at acpi0: BAT0 model "AS09A61" serial  4548 type LION oem "494453"
acpiac0 at acpi0: AC unit offline
acpivideo0 at acpi0: VGA_
acpivout0 at acpivideo0: CRT_
acpivout1 at acpivideo0: DVI_
acpivout2 at acpivideo0: LCD_
acpivout3 at acpivideo0: TVO_
acpivideo1 at acpi0: VGA_
acpivout4 at acpivideo1: CRT_
acpivout5 at acpivideo1: DVI_
acpivout6 at acpivideo1: LCD_
acpivout7 at acpivideo1: TVO_
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "AMD RS780 Host" rev 0x00
ppb0 at pci0 dev 1 function 0 vendor "Acer", unknown product 0x9602 rev 0x00
pci1 at ppb0 bus 1
vga1 at pci1 dev 5 function 0 vendor "ATI", unknown product 0x9712 rev 0x00
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
azalia0 at pci1 dev 5 function 1 "ATI Radeon HD 4200 HD Audio" rev
0x00: apic 2 int 19 (irq 255)
azalia0: no supported codecs
azalia0: initialization failure, detaching
ppb1 at pci0 dev 4 function 0 "AMD RS780 PCIE" rev 0x00: apic 2 int 16 (irq 10)
pci2 at ppb1 bus 3
bge0 at pci2 dev 0 function 0 "Broadcom BCM5784" rev 0x10, BCM5784 A1
(0x5784100): apic 2 int 16 (irq 10), address 00:26:2d:6f:6b:e2
brgphy0 at bge0 phy 1: BCM5784 10/100/1000baseT PHY, rev. 4
ppb2 at pci0 dev 6 function 0 "AMD RS780 PCIE" rev 0x00: apic 2 int 18 (irq 11)
pci3 at ppb2 bus 9
athn0 at pci3 dev 0 function 0 "Atheros AR9281" rev 0x01: apic 2 int
18 (irq 11), address 70:1a:04:80:80:93
athn0: AR9280 rev 2 (2T2R), ROM rev 22
ahci0 at pci0 dev 17 function 0 "ATI SBx00 SATA" rev 0x00: apic 2 int
22 (irq 11), AHCI 1.1
scsibus0 at ahci0: 32 targets
sd0 at scsibus0 targ 0 lun 0: <ATA, Hitachi HTS54505, PB4O> SCSI3 0/direct fixed
sd0: 476940MB, 512 bytes/sec, 976773168 sec total
cd0 at scsibus0 targ 1 lun 0: <HL-DT-ST, DVDRAM GT30N, 1.01> ATAPI
5/cdrom removable
ohci0 at pci0 dev 18 function 0 "ATI SB700 USB" rev 0x00: apic 2 int
16 (irq 10), version 1.0, legacy support
ohci1 at pci0 dev 18 function 1 "ATI SB700 USB" rev 0x00: apic 2 int
16 (irq 10), version 1.0, legacy support
ehci0 at pci0 dev 18 function 2 "ATI SB700 USB2" rev 0x00: apic 2 int 17 (irq 5)
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 "ATI EHCI root hub" rev 2.00/1.00 addr 1
ohci2 at pci0 dev 19 function 0 "ATI SB700 USB" rev 0x00: apic 2 int
18 (irq 11), version 1.0, legacy support
ohci3 at pci0 dev 19 function 1 "ATI SB700 USB" rev 0x00: apic 2 int
18 (irq 11), version 1.0, legacy support
ehci1 at pci0 dev 19 function 2 "ATI SB700 USB2" rev 0x00: apic 2 int
19 (irq 11)
usb1 at ehci1: USB revision 2.0
uhub1 at usb1 "ATI EHCI root hub" rev 2.00/1.00 addr 1
piixpm0 at pci0 dev 20 function 0 "ATI SBx00 SMBus" rev 0x3c: SMI
iic0 at piixpm0
spdmem0 at iic0 addr 0x50: 2GB DDR2 SDRAM non-parity PC2-6400CL5 SO-DIMM
spdmem1 at iic0 addr 0x51: 2GB DDR2 SDRAM non-parity PC2-6400CL5 SO-DIMM
azalia1 at pci0 dev 20 function 2 "ATI SBx00 HD Audio" rev 0x00: apic
2 int 16 (irq 10)
azalia1: codecs: Conexant CX20561, Conexant/0x2c06, using Conexant CX20561
audio0 at azalia1
pcib0 at pci0 dev 20 function 3 "ATI SB700 ISA" rev 0x00
ppb3 at pci0 dev 20 function 4 "ATI SB600 PCI" rev 0x00
pci4 at ppb3 bus 10
pchb1 at pci0 dev 24 function 0 "AMD AMD64 10h HyperTransport" rev 0x00
pchb2 at pci0 dev 24 function 1 "AMD AMD64 10h Address Map" rev 0x00
pchb3 at pci0 dev 24 function 2 "AMD AMD64 10h DRAM Cfg" rev 0x00
km0 at pci0 dev 24 function 3 "AMD AMD64 10h Misc Cfg" rev 0x00
pchb4 at pci0 dev 24 function 4 "AMD AMD64 10h Link Cfg" rev 0x00
usb2 at ohci0: USB revision 1.0
uhub2 at usb2 "ATI OHCI root hub" rev 1.00/1.00 addr 1
usb3 at ohci1: USB revision 1.0
uhub3 at usb3 "ATI OHCI root hub" rev 1.00/1.00 addr 1
usb4 at ohci2: USB revision 1.0
uhub4 at usb4 "ATI OHCI root hub" rev 1.00/1.00 addr 1
usb5 at ohci3: USB revision 1.0
uhub5 at usb5 "ATI OHCI root hub" rev 1.00/1.00 addr 1
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pms0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: <PC speaker>
spkr0 at pcppi0
mtrr: Pentium Pro MTRR support
uvideo0 at uhub1 port 5 configuration 1 interface 0 "Chicony
Electronics Co., Ltd. CNF7017" rev 2.00/11.12 addr 2
uvideo0: video control not supported for this device.
video0 at uvideo0
uhidev0 at uhub4 port 1 configuration 1 interface 0 "Logitech USB
Mouse" rev 1.10/6.20 addr 2
uhidev0: iclass 3/1
ums0 at uhidev0: 3 buttons, Z dir
wsmouse1 at ums0 mux 0
vscsi0 at root
scsibus1 at vscsi0: 256 targets
softraid0 at root
root on sd0a swap on sd0b dump on sd0b

dmesg from latest -current src (as of 4pm EST from
anoncvs3.usa.openbsd.org) with bigmem = 0:
OpenBSD 4.7 (GENERIC.MP) #0: Sat Mar  6 17:06:34 EST 2010
    ja...@stan.hcpnet.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 3084648448 (2941MB)
avail mem = 2994835456 (2856MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xb7eda000 (35 entries)
bios0: vendor Phoenix Technologies LTD version "V1.04" date 10/22/2009
bios0: Gateway NV53
acpi0 at bios0: rev 2
acpi0: tables DSDT FACP SLIC SSDT APIC MCFG HPET
acpi0: wakeup devices LID0(S3) SLPB(S3) PB2_(S4) PB3_(S4) PB4_(S4)
PB5_(S4) PB6_(S4) PB7_(S4) PB9_(S4) PB10(S4) OHC0(S3) OHC1(S3)
OHC2(S3) OHC3(S3) OHC4(S3) EHC0(S3) EHC1(S3) P2P_(S5) AZLA(S3)
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: AMD Athlon(tm) II Dual-Core M300, 2000.98 MHz
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,NXE,MMXX,FFXSR,LONG,3DNOW2,3DNOW
cpu0: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 512KB
64b/line 16-way L2 cache
cpu0: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
cpu0: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
cpu0: apic clock running at 200MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: AMD Athlon(tm) II Dual-Core M300, 2000.03 MHz
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,NXE,MMXX,FFXSR,LONG,3DNOW2,3DNOW
cpu1: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 512KB
64b/line 16-way L2 cache
cpu1: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
cpu1: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 21, 24 pins
acpihpet0 at acpi0: 14318180 Hz
acpi0: unable to load \\_SB_.PCI0._INI.EXH1
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PB2_)
acpiprt2 at acpi0: bus -1 (PB3_)
acpiprt3 at acpi0: bus 3 (PB4_)
acpiprt4 at acpi0: bus -1 (PB5_)
acpiprt5 at acpi0: bus 9 (PB6_)
acpiprt6 at acpi0: bus -1 (PB7_)
acpiprt7 at acpi0: bus -1 (PB9_)
acpiprt8 at acpi0: bus -1 (PB10)
acpiprt9 at acpi0: bus 10 (P2P_)
acpiprt10 at acpi0: bus 1 (AGP_)
acpiec0 at acpi0
acpicpu0 at acpi0: PSS
acpicpu1 at acpi0: PSS
acpitz0 at acpi0: critical temperature 95 degC
acpitz1 at acpi0: critical temperature 95 degC
acpibtn0 at acpi0: PWRB
acpibtn1 at acpi0: LID0
acpibtn2 at acpi0: SLPB
acpibat0 at acpi0: BAT0 model "AS09A61" serial  4548 type LION oem "494453"
acpiac0 at acpi0: AC unit offline
acpivideo0 at acpi0: VGA_
acpivout0 at acpivideo0: CRT_
acpivout1 at acpivideo0: DVI_
acpivout2 at acpivideo0: LCD_
acpivout3 at acpivideo0: TVO_
acpivideo1 at acpi0: VGA_
acpivout4 at acpivideo1: CRT_
acpivout5 at acpivideo1: DVI_
acpivout6 at acpivideo1: LCD_
acpivout7 at acpivideo1: TVO_
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "AMD RS780 Host" rev 0x00
ppb0 at pci0 dev 1 function 0 vendor "Acer", unknown product 0x9602 rev 0x00
pci1 at ppb0 bus 1
vga1 at pci1 dev 5 function 0 vendor "ATI", unknown product 0x9712 rev 0x00
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
azalia0 at pci1 dev 5 function 1 "ATI Radeon HD 4200 HD Audio" rev
0x00: apic 2 int 19 (irq 255)
azalia0: no supported codecs
azalia0: initialization failure, detaching
ppb1 at pci0 dev 4 function 0 "AMD RS780 PCIE" rev 0x00: apic 2 int 16 (irq 10)
pci2 at ppb1 bus 3
bge0 at pci2 dev 0 function 0 "Broadcom BCM5784" rev 0x10, BCM5784 A1
(0x5784100): apic 2 int 16 (irq 10), address 00:26:2d:6f:6b:e2
brgphy0 at bge0 phy 1: BCM5784 10/100/1000baseT PHY, rev. 4
ppb2 at pci0 dev 6 function 0 "AMD RS780 PCIE" rev 0x00: apic 2 int 18 (irq 11)
pci3 at ppb2 bus 9
athn0 at pci3 dev 0 function 0 "Atheros AR9281" rev 0x01: apic 2 int
18 (irq 11), address 70:1a:04:80:80:93
athn0: AR9280 rev 2 (2T2R), ROM rev 22
ahci0 at pci0 dev 17 function 0 "ATI SBx00 SATA" rev 0x00: apic 2 int
22 (irq 11), AHCI 1.1
scsibus0 at ahci0: 32 targets
sd0 at scsibus0 targ 0 lun 0: <ATA, Hitachi HTS54505, PB4O> SCSI3 0/direct fixed
sd0: 476940MB, 512 bytes/sec, 976773168 sec total
cd0 at scsibus0 targ 1 lun 0: <HL-DT-ST, DVDRAM GT30N, 1.01> ATAPI
5/cdrom removable
ohci0 at pci0 dev 18 function 0 "ATI SB700 USB" rev 0x00: apic 2 int
16 (irq 10), version 1.0, legacy support
ohci1 at pci0 dev 18 function 1 "ATI SB700 USB" rev 0x00: apic 2 int
16 (irq 10), version 1.0, legacy support
ehci0 at pci0 dev 18 function 2 "ATI SB700 USB2" rev 0x00: apic 2 int 17 (irq 5)
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 "ATI EHCI root hub" rev 2.00/1.00 addr 1
ohci2 at pci0 dev 19 function 0 "ATI SB700 USB" rev 0x00: apic 2 int
18 (irq 11), version 1.0, legacy support
ohci3 at pci0 dev 19 function 1 "ATI SB700 USB" rev 0x00: apic 2 int
18 (irq 11), version 1.0, legacy support
ehci1 at pci0 dev 19 function 2 "ATI SB700 USB2" rev 0x00: apic 2 int
19 (irq 11)
usb1 at ehci1: USB revision 2.0
uhub1 at usb1 "ATI EHCI root hub" rev 2.00/1.00 addr 1
piixpm0 at pci0 dev 20 function 0 "ATI SBx00 SMBus" rev 0x3c: SMI
iic0 at piixpm0
spdmem0 at iic0 addr 0x50: 2GB DDR2 SDRAM non-parity PC2-6400CL5 SO-DIMM
spdmem1 at iic0 addr 0x51: 2GB DDR2 SDRAM non-parity PC2-6400CL5 SO-DIMM
azalia1 at pci0 dev 20 function 2 "ATI SBx00 HD Audio" rev 0x00: apic
2 int 16 (irq 10)
azalia1: codecs: Conexant CX20561, Conexant/0x2c06, using Conexant CX20561
audio0 at azalia1
pcib0 at pci0 dev 20 function 3 "ATI SB700 ISA" rev 0x00
ppb3 at pci0 dev 20 function 4 "ATI SB600 PCI" rev 0x00
pci4 at ppb3 bus 10
pchb1 at pci0 dev 24 function 0 "AMD AMD64 10h HyperTransport" rev 0x00
pchb2 at pci0 dev 24 function 1 "AMD AMD64 10h Address Map" rev 0x00
pchb3 at pci0 dev 24 function 2 "AMD AMD64 10h DRAM Cfg" rev 0x00
km0 at pci0 dev 24 function 3 "AMD AMD64 10h Misc Cfg" rev 0x00
pchb4 at pci0 dev 24 function 4 "AMD AMD64 10h Link Cfg" rev 0x00
usb2 at ohci0: USB revision 1.0
uhub2 at usb2 "ATI OHCI root hub" rev 1.00/1.00 addr 1
usb3 at ohci1: USB revision 1.0
uhub3 at usb3 "ATI OHCI root hub" rev 1.00/1.00 addr 1
usb4 at ohci2: USB revision 1.0
uhub4 at usb4 "ATI OHCI root hub" rev 1.00/1.00 addr 1
usb5 at ohci3: USB revision 1.0
uhub5 at usb5 "ATI OHCI root hub" rev 1.00/1.00 addr 1
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pms0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: <PC speaker>
spkr0 at pcppi0
mtrr: Pentium Pro MTRR support
uvideo0 at uhub1 port 5 configuration 1 interface 0 "Chicony
Electronics Co., Ltd. CNF7017" rev 2.00/11.12 addr 2
uvideo0: video control not supported for this device.
video0 at uvideo0
uhidev0 at uhub4 port 1 configuration 1 interface 0 "Logitech USB
Mouse" rev 1.10/6.20 addr 2
uhidev0: iclass 3/1
ums0 at uhidev0: 3 buttons, Z dir
wsmouse1 at ums0 mux 0
vscsi0 at root
scsibus1 at vscsi0: 256 targets
softraid0 at root
root on sd0a swap on sd0b dump on sd0b

As much of the dmesg I could recover from /var/run/dmesg.boot with bigmem = 1:
usb5 at ohci3: USB revision 1.0
uhub5 at usb5 "ATI OHCI root hub" rev 1.00/1.00 addr 1
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pms0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: <PC speaker>
spkr0 at pcppi0
mtrr: Pentium Pro MTRR support
uvideo0 at uhub1 port 5 configuration 1 interface 0 "Chicony
Electronics Co., Ltd. CNF7017" rev 2.00/11.12 addr 2
uvideo0: video control not supported for this device.
video0 at uvideo0
uhidev0 at uhub4 port 1 configuration 1 interface 0 "Logitech USB
Mouse" rev 1.10/6.20 addr 2
uhidev0: iclass 3/1
ums0 at uhidev0: 3 buttons, Z dir
wsmouse1 at ums0 mux 0
vscsi0 at root
scsibus1 at vscsi0: 256 targets
softraid0 at root
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
root on sd0a swap on sd0b dump on sd0b
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13
splassert: pool_do_put: want 10 have 13

Reply via email to