Hi all,
While doing some pgbench runs on a new server before I put in on-line, I
triggered a malloc: out of space in kmem_map panic.
trace and ps (long) below, dmesg below that.
I have adjusted sysctl values like so for postgres:
# For PostgreSQL Port
kern.seminfo.semmni=1024
kern.seminfo.semmns=9082
kern.shminfo.shmall=128000
kern.shminfo.shmmax=2028000000
I see softdep mentioned in the trace below, so here's /etc/fstab
/dev/sd0a / ffs rw,softdep 1 1
/dev/sd2d /backup ffs rw,softdep,nodev,nosuid 1 2
/dev/sd1d /home ffs rw,softdep,nodev,nosuid 1 2
/dev/sd0o /pg_index ffs rw,softdep,nodev,nosuid 1 2
/dev/sd2a /pg_logs ffs rw,softdep,nodev,nosuid 1 2
/dev/sd0m /tmp ffs rw,softdep,nodev,nosuid 1 2
/dev/sd0d /usr ffs rw,softdep,nodev 1 2
/dev/sd0e /usr/X11R6 ffs rw,softdep,nodev 1 2
/dev/sd0f /usr/local ffs rw,softdep,nodev 1 2
/dev/sd0g /usr/src ffs rw,softdep,nodev,nosuid 1 2
/dev/sd0h /var ffs rw,softdep,nodev,nosuid 1 2
/dev/sd0i /var/log ffs rw,softdep,nodev,nosuid 1 2
/dev/sd1a /var/postgresql ffs rw,softdep,nodev,nosuid 1 2
/dev/sd0k /var/qmail/bin ffs rw,softdep,nodev 1 2
/dev/sd0l /var/qmail/queue ffs rw,nodev,nosuid 1 2
/dev/sd0j /var/www ffs rw,softdep,nodev,nosuid 1 2
/dev/sd0n /wal ffs rw,softdep,nodev,nosuid 1 2
/dev/sd2e /altroot ffs xx 0 0
dmesg doesn't really show it, but this is 6 15K U320 SCSI disks set up as 3
RAID1 volumes. The LSI MegaRAID has a battery backup and 64MB ram onboard.
I know it's more than possible I twisted a knob there a little too hard, so
any cluestick application welcome. If this is not something I caused I'll
submit this via sendbug as well.
Thanks,
Jeff
ddb{2}> show panic
malloc: out of space in kmem_map
ddb{2}> trace
Debugger(197a7bf,0,d4885000,4,4000) at Debugger+0x4
panic(d074fa80,0,4000,0,1000000) at panic+0x55
malloc(4000,53,0,4000,20) at malloc+0x76
softdep_disk_io_initiation(da4c2908,d4abd000,da8a5ac8,e0723e68) at softdep_disk
_io_initiation+0x168
spec_strategy(e0723e18,0,e0723de0,d0471684,da8a5b30) at spec_strategy+0x46
spec_vnoperate(e0723e18,da834aa4,e0723e10,d03a70ae,da834aa4) at spec_vnoperate+
0x16
ufs_strategy(e0723e18,e0723e68,e0723e40,80,d085fae4) at ufs_strategy+0x9d
VOP_STRATEGY(da4c2908,d0754606,d8c4b068,2000,1) at VOP_STRATEGY+0x28
bwrite(da4c2908,d0754160,0,20042,d085faf0) at bwrite+0xcf
VOP_BWRITE(da4c2908,20042,0,d8c4b068) at VOP_BWRITE+0x28
ffs_fsync(e0723eb8,da834aa4,20042,d8c4b068,d085fa00) at ffs_fsync+0x1eb
VOP_FSYNC(da834aa4,da9860f0,1,d8c4b068,da834aa4,20002,d8c4b068,0) at VOP_FSYNC+
0x34
sys_fsync(d8c4b068,e0723f68,e0723f58,d8c4b068) at sys_fsync+0x52
syscall() at syscall+0x12bd
--- syscall (number 95) ---
0x405b601:
db{2}> ps
PID PPID PGRP UID S FLAGS WAIT COMMAND
2674 2633 2674 503 3 0x2000008 inode postgres
*23740 2633 23740 503 7 0x2000008 postgres
18469 2633 18469 503 3 0x2000008 inode postgres
28519 2633 28519 503 3 0x2000088 semwait postgres
10705 2633 10705 503 3 0x2000008 inode postgres
30884 2633 30884 503 3 0x2000088 semwait postgres
10898 2633 10898 503 3 0x2000008 inode postgres
17760 2633 17760 503 3 0x2000088 semwait postgres
6178 2633 6178 503 3 0x2000008 biowait postgres
23351 2633 23351 503 3 0x2000088 semwait postgres
19441 2633 19441 503 3 0x2000088 semwait postgres
14190 2633 14190 503 3 0x2000008 inode postgres
22376 2633 22376 503 3 0x2000008 inode postgres
4827 2633 4827 503 3 0x2000088 semwait postgres
14588 2633 14588 503 3 0x2000008 inode postgres
21746 2633 21746 503 3 0x2000008 inode postgres
12831 2633 12831 503 3 0x2000008 inode postgres
14564 2633 14564 503 3 0x2000088 semwait postgres
26899 2633 26899 503 3 0x2000008 inode postgres
9706 2633 9706 503 3 0x2000008 inode postgres
28025 2633 28025 503 3 0x2000008 inode postgres
6252 2633 6252 503 3 0x2000088 semwait postgres
32344 2633 32344 503 3 0x2000008 inode postgres
25052 2633 25052 503 3 0x2000008 inode postgres
3338 2633 3338 503 3 0x2000008 inode postgres
5486 2633 5486 503 3 0x2000008 inode postgres
26480 2633 26480 503 3 0x2000088 semwait postgres
22036 2633 22036 503 3 0x2000008 inode postgres
877 2633 877 503 3 0x2000088 semwait postgres
25640 2633 25640 503 3 0x2000008 inode postgres
5162 2633 5162 503 3 0x2000008 inode postgres
26203 2633 26203 503 3 0x2000088 semwait postgres
20676 2633 20676 503 3 0x2000008 inode postgres
6649 2633 6649 503 3 0x2000008 inode postgres
5780 2633 5780 503 3 0x2000008 inode postgres
21129 2633 21129 503 3 0x2000008 inode postgres
2451 2633 2451 503 3 0x2000008 inode postgres
1658 2633 1658 503 3 0x2000008 inode postgres
27202 2633 27202 503 3 0x2000008 inode postgres
7376 2633 7376 503 3 0x2000008 inode postgres
32509 2633 32509 503 3 0x2000008 inode postgres
5628 2633 5628 503 3 0x2000008 inode postgres
12851 2633 12851 503 3 0x2000008 inode postgres
15196 2633 15196 503 3 0x2000008 inode postgres
8065 2633 8065 503 3 0x2000008 inode postgres
30072 2633 30072 503 3 0x2000008 inode postgres
30481 2633 30481 503 3 0x2000008 inode postgres
7450 2633 7450 503 3 0x2000088 semwait postgres
9371 2633 9371 503 3 0x2000008 inode postgres
18542 2633 18542 503 3 0x2000008 inode postgres
12847 2633 12847 503 3 0x2000008 inode postgres
7859 2633 7859 503 3 0x2000008 inode postgres
31428 2633 31428 503 3 0x2000008 inode postgres
24342 2633 24342 503 3 0x2000008 inode postgres
4514 2633 4514 503 3 0x2000008 inode postgres
13890 2633 13890 503 3 0x2000008 inode postgres
22214 2633 22214 503 3 0x2000008 inode postgres
985 2633 985 503 3 0x2000008 inode postgres
24332 2633 24332 503 3 0x2000008 inode postgres
18974 2633 18974 503 3 0x2000008 inode postgres
30595 2633 30595 503 3 0x2000008 inode postgres
32568 2633 32568 503 3 0x2000008 inode postgres
5889 2633 5889 503 3 0x2000008 inode postgres
24344 2633 24344 503 3 0x2000008 inode postgres
18644 2633 18644 503 3 0x2000008 inode postgres
9143 2633 9143 503 3 0x2000008 inode postgres
4153 2633 4153 503 3 0x2000008 inode postgres
15065 2633 15065 503 3 0x2000008 inode postgres
11241 2633 11241 503 3 0x2000008 inode postgres
4880 2633 4880 503 3 0x2000088 semwait postgres
17851 2633 17851 503 3 0x2000008 inode postgres
2527 2633 2527 503 3 0x2000088 semwait postgres
24855 2633 24855 503 3 0x2000008 inode postgres
26391 2633 26391 503 3 0x2000008 inode postgres
27018 2633 27018 503 3 0x2000008 inode postgres
22452 2633 22452 503 3 0x2000008 inode postgres
28670 2633 28670 503 3 0x2000008 inode postgres
32200 2633 32200 503 3 0x2000008 inode postgres
3223 2633 3223 503 3 0x2000008 inode postgres
25554 2633 25554 503 3 0x2000008 inode postgres
14027 2633 14027 503 3 0x2000008 inode postgres
6455 2633 6455 503 3 0x2000008 inode postgres
10325 2633 10325 503 3 0x2000008 inode postgres
21686 2633 21686 503 3 0x2000008 inode postgres
16196 2633 16196 503 3 0x2000088 semwait postgres
23216 2633 23216 503 3 0x2000008 inode postgres
19423 2633 19423 503 3 0x2000008 inode postgres
5508 2633 5508 503 3 0x2000008 inode postgres
11803 2633 11803 503 3 0x2000088 semwait postgres
9749 2633 9749 503 3 0x2000008 inode postgres
22317 2633 22317 503 3 0x2000008 inode postgres
26746 2633 26746 503 3 0x2000008 inode postgres
5111 2633 5111 503 3 0x2000008 inode postgres
28075 2633 28075 503 3 0x2000008 inode postgres
8567 2633 8567 503 3 0x2000008 inode postgres
10096 2633 10096 503 3 0x2000008 inode postgres
2228 2633 2228 503 3 0x2000008 inode postgres
15469 2633 15469 503 3 0x2000088 semwait postgres
7442 2633 7442 503 3 0x2000008 inode postgres
11540 2633 11540 503 3 0x2000008 inode postgres
1533 2633 1533 503 3 0x2000008 inode postgres
17762 2633 17762 503 3 0x2000008 inode postgres
652 2633 652 503 3 0x2000008 inode postgres
27334 2633 27334 503 3 0x2000008 inode postgres
23095 2633 23095 503 3 0x2000008 inode postgres
25424 2633 25424 503 3 0x2000008 inode postgres
2374 2633 2374 503 3 0x2000088 semwait postgres
8175 2633 8175 503 3 0x2000008 inode postgres
4883 2633 4883 503 3 0x2000008 inode postgres
29053 2633 29053 503 3 0x2000008 inode postgres
24291 2633 24291 503 3 0x2000008 inode postgres
802 2633 802 503 3 0x2000008 inode postgres
24145 2633 24145 503 3 0x2000008 inode postgres
21035 2633 21035 503 3 0x2000008 inode postgres
11537 2633 11537 503 3 0x2000008 inode postgres
23219 2633 23219 503 3 0x2000008 inode postgres
32015 2633 32015 503 3 0x2000008 inode postgres
29792 2633 29792 503 3 0x2000088 semwait postgres
30912 2633 30912 503 3 0x2000008 inode postgres
26191 2633 26191 503 3 0x2000008 inode postgres
11164 2633 11164 503 3 0x2000008 inode postgres
27116 2633 27116 503 3 0x2000088 semwait postgres
1784 2633 1784 503 3 0x2000008 inode postgres
12142 2633 12142 503 3 0x2000088 semwait postgres
14229 2633 14229 503 3 0x2000008 inode postgres
18136 2633 18136 503 3 0x2000008 inode postgres
198 2633 198 503 3 0x2000008 inode postgres
18599 2633 18599 503 3 0x2000088 semwait postgres
26599 2633 26599 503 3 0x2000008 inode postgres
15334 2633 15334 503 3 0x2000008 inode postgres
692 2633 692 503 3 0x2000008 inode postgres
17364 2633 17364 503 3 0x2000008 inode postgres
29255 2633 29255 503 3 0x2000008 inode postgres
7229 2633 7229 503 3 0x2000008 inode postgres
6414 2633 6414 503 3 0x2000008 inode postgres
11099 2633 11099 503 3 0x2000008 inode postgres
6262 2633 6262 503 3 0x2000008 inode postgres
21542 2633 21542 503 3 0x2000008 inode postgres
11139 2633 11139 503 3 0x2000008 inode postgres
3753 2633 3753 503 3 0x2000008 inode postgres
4974 2633 4974 503 3 0x2000008 inode postgres
27572 2633 27572 503 3 0x2000008 inode postgres
20285 2633 20285 503 3 0x2000008 inode postgres
14841 2633 14841 503 3 0x2000088 semwait postgres
27719 2633 27719 503 3 0x2000088 semwait postgres
14646 2633 14646 503 3 0x2000008 inode postgres
20916 2633 20916 503 3 0x2000008 inode postgres
23538 2633 23538 503 3 0x2000008 inode postgres
32744 2633 32744 503 3 0x2000008 inode postgres
3797 2633 3797 503 3 0x2000008 inode postgres
19424 2633 19424 503 3 0x2000088 semwait postgres
8577 2633 8577 503 3 0x2000008 biowait postgres
19525 2633 19525 503 3 0x2000088 semwait postgres
9980 2633 9980 503 3 0x2000008 inode postgres
29635 2633 29635 503 3 0x2000008 inode postgres
10580 2633 10580 503 3 0x2000008 inode postgres
19694 2633 19694 503 3 0x2000008 inode postgres
5416 2633 5416 503 3 0x2000008 inode postgres
23635 2633 23635 503 3 0x2000008 inode postgres
17416 2633 17416 503 3 0x2000088 semwait postgres
12568 2633 12568 503 3 0x2000008 inode postgres
11207 2633 11207 503 3 0x2000008 inode postgres
21232 2633 21232 503 3 0x2000008 inode postgres
22758 2633 22758 503 3 0x2000008 inode postgres
29383 2633 29383 503 3 0x2000088 semwait postgres
20477 2633 20477 503 3 0x2000008 inode postgres
17669 2633 17669 503 3 0x2000008 inode postgres
11856 2633 11856 503 3 0x2000008 inode postgres
15907 2633 15907 503 3 0x2000008 inode postgres
6686 2633 6686 503 3 0x2000008 inode postgres
8031 2633 8031 503 3 0x2000008 inode postgres
17726 2633 17726 503 3 0x2000008 inode postgres
23222 2633 23222 503 3 0x2000008 biowait postgres
20437 2633 20437 503 3 0x2000008 inode postgres
26214 2633 26214 503 3 0x2000088 semwait postgres
17605 2633 17605 503 3 0x2000008 inode postgres
31562 2633 31562 503 3 0x2000008 inode postgres
13044 2633 13044 503 3 0x2000008 inode postgres
31447 2633 31447 503 3 0x2000008 inode postgres
25525 2633 25525 503 3 0x2000088 semwait postgres
29247 2633 29247 503 3 0x2000088 semwait postgres
13096 2633 13096 503 3 0x2000008 inode postgres
26742 2633 26742 503 3 0x2000008 inode postgres
20197 2633 20197 503 3 0x2000008 inode postgres
24560 2633 24560 503 3 0x2000008 inode postgres
24966 2633 24966 503 3 0x2000008 inode postgres
7744 2633 7744 503 3 0x2000088 semwait postgres
17492 2633 17492 503 3 0x2000008 inode postgres
18189 2633 18189 503 3 0x2000008 inode postgres
27982 2633 27982 503 3 0x2000008 inode postgres
15204 2633 15204 503 3 0x2000008 inode postgres
22968 2633 22968 503 3 0x2000008 inode postgres
11268 2633 11268 503 3 0x2000008 inode postgres
31917 2633 31917 503 3 0x2000008 inode postgres
3295 2633 3295 503 3 0x2000008 inode postgres
14457 2633 14457 503 3 0x2000088 semwait postgres
3002 2633 3002 503 3 0x2000008 inode postgres
23382 2633 23382 503 3 0x2000008 inode postgres
6443 2633 6443 503 3 0x2000008 inode postgres
17723 2633 17723 503 3 0x2000008 inode postgres
32529 2633 32529 503 3 0x2000008 inode postgres
25490 2633 25490 503 3 0x2000088 poll postgres
16643 2633 16643 503 3 0x2000088 select postgres
19234 2633 19234 503 3 0x2000088 select postgres
24802 2633 24802 503 3 0x2000008 inode postgres
2633 20963 23969 503 3 0x2004088 select postgres
13100 1 13100 1000 3 0x2004082 ttyin ksh
3445 1 3445 0 3 0x2004082 ttyin getty
143 1 143 0 3 0x2004082 ttyin getty
16032 1 16032 0 3 0x2004082 ttyin getty
20910 1 20910 0 3 0x2004082 ttyin getty
20638 1 20638 1000 3 0x2004082 ttyin ksh
6921 1 6921 0 3 0x2000080 select cron
2473 1 2473 0 3 0x2000180 select inetd
13117 1 13117 0 3 0x2000080 select sshd
25009 32705 13788 83 3 0x2000180 poll ntpd
32705 13788 13788 83 3 0x2000180 poll ntpd
13788 1 13788 0 3 0x2000080 poll ntpd
24112 4970 24112 503 3 0x2000088 poll postgres
12547 4970 12547 503 3 0x2000088 select postgres
3845 4970 3845 503 3 0x2000088 select postgres
23239 4970 23239 503 3 0x2000088 select postgres
7280 30530 23969 7794 3 0x2004082 piperd qmail-clean
15238 30530 23969 7795 3 0x2004082 select qmail-rspawn
11157 30530 23969 0 3 0x2004082 select qmail-lspawn
13451 13505 23969 1002 3 0x2004082 piperd multilog
26688 24509 23969 73 3 0x2004082 piperd multilog
2564 31872 23969 73 3 0x2004182 netio socklog
7212 31533 23969 73 3 0x2004082 piperd multilog
4970 28923 23969 503 3 0x200408a select postgres
10271 1389 23969 73 3 0x2004082 piperd multilog
32177 3015 23969 1001 3 0x2004182 poll dnscache
10727 30032 23969 7792 3 0x2004082 piperd multilog
30530 30846 23969 7796 3 0x2004082 select qmail-send
24509 18971 23969 0 3 0x2004082 poll supervise
28923 18971 23969 0 3 0x2004082 poll supervise
31533 18971 23969 0 3 0x2004082 poll supervise
20963 18971 23969 0 3 0x2004082 poll supervise
1389 18971 23969 0 3 0x2004082 poll supervise
31872 18971 23969 0 3 0x2004082 poll supervise
30032 18971 23969 0 3 0x2004082 poll supervise
30846 18971 23969 0 3 0x2004082 poll supervise
13505 18971 23969 0 3 0x2004082 poll supervise
3015 18971 23969 0 3 0x2004082 poll supervise
21754 23969 23969 0 3 0x2004082 piperd readproctitle
18971 23969 23969 0 3 0x2004082 nanosleep svscan
23969 1 23969 0 3 0x2004082 pause sh
19 0 0 0 3 0x2100200 bored crypto
18 0 0 0 3 0x2100200 aiodoned aiodoned
17 0 0 0 3 0x2100200 syncer update
16 0 0 0 3 0x2100200 cleaner cleaner
15 0 0 0 3 0x100200 reaper reaper
14 0 0 0 3 0x2100200 pgdaemon pagedaemon
13 0 0 0 3 0x2100200 pftm pfpurge
12 0 0 0 3 0x2100200 usbevt usb2
11 0 0 0 3 0x2100200 usbevt usb1
10 0 0 0 3 0x2100200 usbtsk usbtask
9 0 0 0 3 0x2100200 usbevt usb0
8 0 0 0 3 0x2100200 acpi_idle acpi0
7 0 0 0 7 0x40100200 idle3
6 0 0 0 3 0x40100200 idle2
5 0 0 0 7 0x40100200 idle1
4 0 0 0 3 0x2100200 bored syswq
3 0 0 0 7 0x40100200 idle0
2 0 0 0 3 0x2100200 kmalloc kmthread
1 0 1 0 3 0x2004080 wait init
0 -1 0 0 3 0x2080200 scheduler swapper
dmesg
OpenBSD 4.6-current (GENERIC.MP) #325: Sat Nov 28 18:58:05 MST 2009
dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP
cpu0: Intel(R) Xeon(TM) CPU 2.40GHz ("GenuineIntel" 686-class) 2.41 GHz
cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CF
LUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,CNXT-ID,xTPR
real mem = 4160253952 (3967MB)
avail mem = 4053835776 (3866MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 09/18/03, BIOS32 rev. 0 @ 0xf0010, SMBIOS
rev. 2.3 @ 0xf84b0 (39 entries)
bios0: vendor American Megatrends Inc. version "080009" date 09/18/2003
bios0: Supermicro X5DPA
acpi0 at bios0: rev 2
acpi0: tables DSDT FACP APIC OEMB
acpi0: wakeup devices PS2K(S1) PS2M(S1) SMBS(S1) AUDI(S1) MODM(S1) USB0(S1) USB1
(S1) USB2(S1) P0P1(S1) GLN1(S1) GLN2(S1) BT64(S1) PWRB(S1) SLPB(S1)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: apic clock running at 133MHz
cpu1 at mainbus0: apid 6 (application processor)
cpu1: Intel(R) Xeon(TM) CPU 2.40GHz ("GenuineIntel" 686-class) 2.41 GHz
cpu1: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CF
LUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,CNXT-ID,xTPR
cpu2 at mainbus0: apid 1 (application processor)
cpu2: Intel(R) Xeon(TM) CPU 2.40GHz ("GenuineIntel" 686-class) 2.41 GHz
cpu2: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CF
LUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,CNXT-ID,xTPR
cpu3 at mainbus0: apid 7 (application processor)
cpu3: Intel(R) Xeon(TM) CPU 2.40GHz ("GenuineIntel" 686-class) 2.41 GHz
cpu3: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CF
LUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,CNXT-ID,xTPR
ioapic0 at mainbus0: apid 8 pa 0xfec00000, version 20, 24 pins
ioapic1 at mainbus0: apid 9 pa 0xfec80000, version 20, 24 pins
ioapic2 at mainbus0: apid 10 pa 0xfec80400, version 20, 24 pins
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (P0P1)
acpiprt2 at acpi0: bus 3 (P2P3)
acpiprt3 at acpi0: bus 4 (BT64)
acpicpu0 at acpi0
acpicpu1 at acpi0
acpicpu2 at acpi0
acpicpu3 at acpi0
acpibtn0 at acpi0: PWRB
acpibtn1 at acpi0: SLPB
bios0: ROM list: 0xc0000/0x8000 0xc8000/0x2600 0xca800pci0 at mainbus0 bus 0:
configuration mode 1 (bios)
pchb0 at pci0 dev 0 function 0 "Intel E7501 Host" rev 0x01
ppb0 at pci0 dev 2 function 0 "Intel E7500 PCI" rev 0x01
pci1 at ppb0 bus 2
"Intel 82870P2 IOxAPIC" rev 0x04 at pci1 dev 28 function 0 not configured
ppb1 at pci1 dev 29 function 0 "Intel 82870P2 PCIX-PCIX" rev 0x04
pci2 at ppb1 bus 4
ami0 at pci2 dev 2 function 0 "Symbios Logic MegaRAID" rev 0x01: apic 10 int 4 (
irq 10)
ami0: LSI 520, 64b/lhc, FW 1L47, BIOS vG121, 64MB RAM
ami0: 1 channels, 0 FC loops, 3 logical drives
scsibus0 at ami0: 40 targets
sd0 at scsibus0 targ 0 lun 0: <AMI, Host drive #00, > SCSI2 0/direct fixed
sd0: 70135MB, 512 bytes/sec, 143636480 sec total
sd1 at scsibus0 targ 1 lun 0: <AMI, Host drive #01, > SCSI2 0/direct fixed
sd1: 70135MB, 512 bytes/sec, 143636480 sec total
sd2 at scsibus0 targ 2 lun 0: <AMI, Host drive #02, > SCSI2 0/direct fixed
sd2: 70135MB, 512 bytes/sec, 143636480 sec total
scsibus1 at ami0: 16 targets
"Intel 82870P2 IOxAPIC" rev 0x04 at pci1 dev 30 function 0 not configured
ppb2 at pci1 dev 31 function 0 "Intel 82870P2 PCIX-PCIX" rev 0x04
pci3 at ppb2 bus 3
em0 at pci3 dev 1 function 0 "Intel PRO/1000MT (82541GI)" rev 0x00: apic 9 int
4/0x1000 0xcb800/0x1000
(irq 10), address 00:30:48:76:07:dc
em1 at pci3 dev 2 function 0 "Intel PRO/1000MT (82541GI)" rev 0x00: apic 9 int 5
(irq 10), address 00:30:48:76:07:dd
uhci0 at pci0 dev 29 function 0 "Intel 82801CA/CAM USB" rev 0x02: apic 8 int 16
(irq 10)
uhci1 at pci0 dev 29 function 1 "Intel 82801CA/CAM USB" rev 0x02: apic 8 int 19
(irq 5)
uhci2 at pci0 dev 29 function 2 "Intel 82801CA/CAM USB" rev 0x02: apic 8 int 18
(irq 9)
ppb3 at pci0 dev 30 function 0 "Intel 82801BA Hub-to-PCI" rev 0x42
pci4 at ppb3 bus 1
vga1 at pci4 dev 4 function 0 "ATI Rage XL" rev 0x27
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
ichpcib0 at pci0 dev 31 function 0 "Intel 82801CA LPC" rev 0x02
pciide0 at pci0 dev 31 function 1 "Intel 82801CA IDE" rev 0x02: DMA, channel 0 c
onfigured to compatibility, channel 1 configured to compatibility
atapiscsi0 at pciide0 channel 0 drive 1
scsibus2 at atapiscsi0: 2 targets
cd0 at scsibus2 targ 0 lun 0: <MATSHITA, DVD-ROM SR-8178, PZ16> ATAPI 5/cdrom re
movable
cd0(pciide0:0:1): using PIO mode 4, Ultra-DMA mode 2
pciide0: channel 1 disabled (no drives)
ichiic0 at pci0 dev 31 function 3 "Intel 82801CA/CAM SMBus" rev 0x02: apic 8 int
17 (irq 0)
iic0 at ichiic0
admtemp0 at iic0 addr 0x18: Xeon
admtemp1 at iic0 addr 0x1a: Xeon
lm1 at iic0 addr 0x2d: W83627HF
spdmem0 at iic0 addr 0x51: 1GB DDR SDRAM registered ECC PC2300CL2.5
spdmem1 at iic0 addr 0x52: 1GB DDR SDRAM registered ECC PC2300CL2.5
spdmem2 at iic0 addr 0x55: 1GB DDR SDRAM registered ECC PC2300CL2.5
spdmem3 at iic0 addr 0x56: 1GB DDR SDRAM registered ECC PC2300CL2.5
usb0 at uhci0: USB revision 1.0
uhub0 at usb0 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb1 at uhci1: USB revision 1.0
uhub1 at usb1 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb2 at uhci2: USB revision 1.0
uhub2 at usb2 "Intel UHCI root hub" rev 1.00/1.00 addr 1
isa0 at ichpcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
com0: console
com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5
pcppi0 at isa0 port 0x61
midi0 at pcppi0: <PC speaker>
spkr0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
wbsio0 at isa0 port 0x2e/2: W83627HF rev 0x17
lm2 at wbsio0 port 0x290/8: W83627HF
lm1 detached
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec
mtrr: Pentium Pro MTRR support
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
root on sd0a swap on sd0b dump on sd0b