[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Broken kernel at AMD64/EM64T



Hi.
A have problem with kernel 2.6.16 and 2.6.17 from backports.
Few weeks ago I install linux-image-2.6.16 smp em64t on _remote_ HP DL server with dual Xeon 2.8 HT 2Mb cache.
Yesterday I try to install linux-image-2.6.17-2-amd64
After reboot, all serveices works well, but ssh which fails during connect:

OpenSSH_4.3p2 Debian-4, OpenSSL 0.9.8c 05 Sep 2006
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to xxx.ru [1.2.3.4] port 22.
debug1: Connection established.
debug1: identity file /home/bogdan/.ssh/identity type -1
debug1: identity file /home/bogdan/.ssh/id_rsa type -1
debug1: identity file /home/bogdan/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_3.8.1p1 Debian-8.sarge.4
debug1: match: OpenSSH_3.8.1p1 Debian-8.sarge.4 pat OpenSSH_3.*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.3p2 Debian-4
debug1: SSH2_MSG_KEXINIT sent
Connection closed by 1.2.3.4


Then I hack my server - one man on it's own sid-64bit box buidld for me static sshd from sarge sources with options:
--prefix=/home/hostoru нормально будет?
                      User binaries: /home/host/bin
                    System binaries: /home/host/sbin
                Configuration files: /home/host/etc
                    Askpass program: /home/host/libexec/ssh-askpass
                       Manual pages: /home/host/man/manX
                           PID file: /var/run
   Privilege separation chroot path: /var/empty
             sshd default user PATH: /usr/bin:/bin:/usr/sbin:/sbin:/home/hosto/bin
                     Manpage format: doc
                        PAM support: no
                  KerberosV support: no
                    SELinux support: no
                  Smartcard support: no
                      S/KEY support: no
               TCP Wrappers support: no
               MD5 password support: no
                    libedit support: no
        IP address in $DISPLAY hack: no
            Translate v4 in v6 hack: yes
                   BSD Auth support: no
               Random number source: OpenSSL internal ONLY
               Host: x86_64-unknown-linux-gnu
           Compiler: gcc
Compiler flags: -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99
 Preprocessor flags:
       Linker flags:  -static
          Libraries:   -lcrypto -lutil -lz -lnsl  -lcrypt -lresolv -lresolv

I upload sshd binary file to server, made host key and put there my public key, I made special config and start static sshd from script. Then I login as www-data, do "su - root" and get access to server. I try to determine why "normal" sshd fails. I try to install openssh-server from backpost - and in also fails same way as sarge's sshd.
I run openssh-server's sshd with debug under strace and watch dmesg same time.
sshd fails. Pice of trace, kernel messages, lspci and dmidecode output follows.

When I get access to server, I do "apt-get install linux-image-2.6.16-2-em64t-p4-smp" - apt-get download and install version 2.6.16-18~bpo.1. I reboot my system and it does not boot normally - system respond to ping, but when I try to "telnet 1.2.3.4 some-tcp-service" I get "Connection refuse" message from telnet. I ask remote support to reboot system into 2.6.17, for my sorrow, suport stuff was to dumb to desribe me what are tye see on console wile system runs with 2.6.16-18~bpo.1. So now I have host that runs all services except ssh (both sarge and bacports) and run static build of sarge's sshd. Latest 2.6.16 from backports does not woks for me at all.


strace of openssh-server "sshd -d"
~skipped~

select(4, [3], NULL, NULL, NULL)        = 1 (in [3])
accept(3, {sa_family=AF_INET6, sin6_port=htons(43454), inet_pton(AF_INET6, "::ffff:194.158.198.113", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, [4294967324]) = 4
fcntl(4, F_GETFL)                       = 0x2 (flags O_RDWR|O_LARGEFILE)
pipe([5, 6])                            = 0
socketpair(PF_FILE, SOCK_STREAM, 0 <unfinished ...>
+++ killed by SIGKILL +++

Messages to root sesstion:

Message from syslogd@server at Wed Oct 18 19:50:00 2006 ...
server kernel: Oops: 0000 [5] SMP
Message from syslogd@server at Wed Oct 18 19:50:00 2006 ...
server kernel: CR2: 0000000000000007

Messages in dmesg:

server kernel: CR2: 0000000000000007
Oct 18 19:50:00 server kernel: <1>Unable to handle kernel NULL pointer dereference at 0000000000000007 RIP:
Oct 18 19:50:00 server kernel: PGD 4a03e067 PUD 74fc9067 PMD 0
Oct 18 19:50:00 server kernel: CPU 0
Oct 18 19:50:00 server kernel: Modules linked in: iptable_filter ipt_REDIRECT xt_tcpudp iptable_nat ip_nat ip_conntrack nfnetlink ip_tables x_tables ipv6 sg sr_mod pcspkr shpchp pci_hotplug e752x_edac edac_mc ehci_hcd uhci_hcd tg3 eeprom i2c_isa i2c_i801 i2c_core psmouse ide_generic ide_disk ide_cd cdrom reiserfs sd_mod generic ide_core ata_piix libata scsi_mod evdev
Oct 18 19:50:00 server kernel: Pid: 9212, comm: sshd Not tainted 2.6.17-2-amd64 #1
Oct 18 19:50:00 server kernel: RIP: 0010:[sys_socketpair+107/223] <ffffffff80241bf9>{sys_socketpair+107}
Oct 18 19:50:00 server kernel: RSP: 0018:ffff81004a87bf48  EFLAGS: 00010202
Oct 18 19:50:00 server kernel: RAX: 0000000000000007 RBX: 0000000000000007 RCX: 0000000000000007 Oct 18 19:50:00 server kernel: RDX: ffff810057ca10d0 RSI: ffff81007c178ac0 RDI: ffff810057ca1140 Oct 18 19:50:00 server kernel: RBP: 0000000000000000 R08: 00000000fffffff7 R09: ffff81007c178ac0 Oct 18 19:50:00 server kernel: R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000001 Oct 18 19:50:00 server kernel: R13: 0000000000000001 R14: 00007fff59e6f128 R15: 0000000000000004 Oct 18 19:50:00 server kernel: FS: 00002b5352017b00(0000) GS:ffffffff80531000(0000) knlGS:0000000000000000
Oct 18 19:50:00 server kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
Oct 18 19:50:00 server kernel: CR2: 0000000000000007 CR3: 000000004fe01000 CR4: 00000000000006e0 Oct 18 19:50:00 server kernel: Process sshd (pid: 9212, threadinfo ffff81004a87a000, task ffff8100701c7560) Oct 18 19:50:00 server kernel: Stack: ffff81004bb31c80 ffff810067e8f080 0000000000000009 0000000000000000 Oct 18 19:50:00 server kernel: 0000000000566cd0 0000000000000003 0000000000000001 ffffffff80247f85
Oct 18 19:50:00 server kernel:        0000000000000202 00007fff59e6f128
Oct 18 19:50:00 server kernel: Call Trace: <ffffffff80247f85>{tracesys+209}
Oct 18 19:50:00 server kernel:
Oct 18 19:50:00 server kernel: Code: 48 8b 3c 23 89 c5 e8 c2 97 ff ff 85 c0 89 c3 78 2e 89 c6 4c

lsmod:
Module                  Size  Used by
iptable_filter          7936  1
ipt_REDIRECT            6784  1
xt_tcpudp               8320  1
iptable_nat            13316  1
ip_nat                 27308  2 ipt_REDIRECT,iptable_nat
ip_conntrack           70820  2 iptable_nat,ip_nat
nfnetlink              12744  2 ip_nat,ip_conntrack
ip_tables              27736  2 iptable_filter,iptable_nat
x_tables               23816  4 ipt_REDIRECT,xt_tcpudp,iptable_nat,ip_tables
ipv6                  319456  276
sg                     45488  0
sr_mod                 24740  0
pcspkr                  8064  0
shpchp                 49836  0
pci_hotplug            21124  1 shpchp
e752x_edac             17924  0
edac_mc                21188  1 e752x_edac
ehci_hcd               41224  0
uhci_hcd               31128  0
tg3                   118148  0
eeprom                 12560  0
i2c_isa                10496  0
i2c_i801               14612  0
i2c_core               30080  3 eeprom,i2c_isa,i2c_i801
psmouse                50448  0
ide_generic             5888  0 [permanent]
ide_disk               23552  0
ide_cd                 51976  0
cdrom                  51624  2 sr_mod,ide_cd
reiserfs              269808  4
sd_mod                 27136  5
generic                10116  0 [permanent]
ide_core              166432  4 ide_generic,ide_disk,ide_cd,generic
ata_piix               18820  4
libata                 88472  1 ata_piix
scsi_mod              176688  4 sg,sr_mod,sd_mod,libata
evdev                  16384  0

lspci -vvv
server:~# lspci -vvv
0000:00:00.0 Host bridge: Intel Corp. Server Memory Controller Hub (rev 0c)
        Subsystem: Intel Corp. Server Memory Controller Hub
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 0
        Capabilities: [40] #09 [4105]

0000:00:00.1 ff00: Intel Corp. Memory Controller Hub Error Reporting Register (rev 0c)
        Subsystem: Hewlett-Packard Company: Unknown device 3208
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-

0000:00:02.0 PCI bridge: Intel Corp. Memory Controller Hub PCI Express Port A0 (rev 0c) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 0, Cache Line Size: 0x08 (32 bytes)
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: 0000f000-00000fff
        Memory behind bridge: fff00000-000fffff
        Prefetchable memory behind bridge: 00000000fff00000-0000000000000000
        BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
        Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [58] Message Signalled Interrupts: 64bit- Queue=0/1 Enable-
                Address: fee00000  Data: 0000
        Capabilities: [64] #10 [0041]

0000:00:04.0 PCI bridge: Intel Corp. Memory Controller Hub PCI Express Port B0 (rev 0c) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 0, Cache Line Size: 0x08 (32 bytes)
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 0000f000-00000fff
        Memory behind bridge: dd100000-dd1fffff
        Prefetchable memory behind bridge: 00000000fff00000-0000000000000000
        BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
        Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [58] Message Signalled Interrupts: 64bit- Queue=0/1 Enable-
                Address: fee00000  Data: 0000
        Capabilities: [64] #10 [0041]

0000:00:05.0 PCI bridge: Intel Corp. Memory Controller Hub PCI Express Port B1 (rev 0c) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 0, Cache Line Size: 0x08 (32 bytes)
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 0000f000-00000fff
        Memory behind bridge: dd200000-dd2fffff
        Prefetchable memory behind bridge: 00000000fff00000-0000000000000000
        BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
        Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [58] Message Signalled Interrupts: 64bit- Queue=0/1 Enable-
                Address: fee00000  Data: 0000
        Capabilities: [64] #10 [0041]

0000:00:06.0 PCI bridge: Intel Corp. Memory Controller Hub PCI Express Port C0 (rev 0c) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 0, Cache Line Size: 0x08 (32 bytes)
        Bus: primary=00, secondary=04, subordinate=06, sec-latency=0
        I/O behind bridge: 0000f000-00000fff
        Memory behind bridge: dd300000-dd3fffff
        Prefetchable memory behind bridge: 00000000fff00000-0000000000000000
        BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
        Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [58] Message Signalled Interrupts: 64bit- Queue=0/1 Enable-
                Address: fee00000  Data: 0000
        Capabilities: [64] #10 [0041]

0000:00:1d.0 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #1 (rev 02) (prog-if 00 [UHCI])
        Subsystem: Hewlett-Packard Company: Unknown device 3208
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 0
        Interrupt: pin A routed to IRQ 169
        Region 4: I/O ports at 1400 [size=32]

0000:00:1d.1 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #2 (rev 02) (prog-if 00 [UHCI])
        Subsystem: Hewlett-Packard Company: Unknown device 3208
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 0
        Interrupt: pin B routed to IRQ 185
        Region 4: I/O ports at 1420 [size=32]

0000:00:1d.7 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02) (prog-if 20 [EHCI])
        Subsystem: Hewlett-Packard Company: Unknown device 3208
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 0
        Interrupt: pin D routed to IRQ 193
        Region 0: Memory at dd001000 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [58] #0a [20a0]

0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev c2) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 0
        Bus: primary=00, secondary=07, subordinate=07, sec-latency=32
        I/O behind bridge: 00002000-00002fff
        Memory behind bridge: dd400000-deffffff
        Prefetchable memory behind bridge: 88000000-880fffff
        BridgeCtl: Parity- SERR- NoISA+ VGA+ MAbort- >Reset- FastB2B-

0000:00:1f.0 ISA bridge: Intel Corp. 82801EB/ER (ICH5/ICH5R) LPC Bridge (rev 02)
Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 0

0000:00:1f.2 IDE interface: Intel Corp. 82801EB (ICH5) Serial ATA 150 Storage Controller (rev 02) (prog-if 8a [Master SecP PriP])
        Subsystem: Hewlett-Packard Company: Unknown device 3208
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 0
        Interrupt: pin A routed to IRQ 177
        Region 0: I/O ports at <unassigned>
        Region 1: I/O ports at <unassigned>
        Region 2: I/O ports at <unassigned>
        Region 3: I/O ports at <unassigned>
        Region 4: I/O ports at 1470 [size=16]

0000:00:1f.3 SMBus: Intel Corp. 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
        Subsystem: Hewlett-Packard Company: Unknown device 3208
Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Interrupt: pin B routed to IRQ 10
        Region 4: I/O ports at 1440 [size=32]

0000:02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5721 Gigabit Ethernet PCI Express (rev 11)
        Subsystem: Hewlett-Packard Company: Unknown device 1659
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 0, Cache Line Size: 0x08 (32 bytes)
        Interrupt: pin A routed to IRQ 169
        Region 0: Memory at dd100000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: [48] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
                Status: D0 PME-Enable- DSel=0 DScale=1 PME-
        Capabilities: [50] Vital Product Data
        Capabilities: [58] Message Signalled Interrupts: 64bit+ Queue=0/3 Enable-
                Address: b35fe5fd1fe32dfc  Data: ff7f
        Capabilities: [d0] #10 [0001]

0000:03:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5721 Gigabit Ethernet PCI Express (rev 11)
        Subsystem: Hewlett-Packard Company: Unknown device 1659
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 0, Cache Line Size: 0x08 (32 bytes)
        Interrupt: pin A routed to IRQ 169
        Region 0: Memory at dd200000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: [48] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
                Status: D0 PME-Enable- DSel=0 DScale=1 PME-
        Capabilities: [50] Vital Product Data
        Capabilities: [58] Message Signalled Interrupts: 64bit+ Queue=0/3 Enable-
                Address: bb09ee728a9ba9e4  Data: 2b81
        Capabilities: [d0] #10 [0001]

0000:04:00.0 PCI bridge: Intel Corp. PCI Bridge Hub A (rev 09) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 0, Cache Line Size: 0x10 (64 bytes)
        Bus: primary=04, secondary=05, subordinate=05, sec-latency=64
        I/O behind bridge: 0000f000-00000fff
        Memory behind bridge: fff00000-000fffff
        Prefetchable memory behind bridge: 00000000fff00000-0000000000000000
        BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
        Capabilities: [44] #10 [0071]
        Capabilities: [5c] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
                Address: 0000000000000000  Data: 0000
        Capabilities: [6c] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [d8]
0000:04:00.1 PIC: Intel Corp. PCI Bridge Hub I/OxAPIC Interrupt Controller A (rev 09) (prog-if 20 [IO(X)-APIC])
        Subsystem: Hewlett-Packard Company: Unknown device 3208
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 0
        Region 0: Memory at dd300000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] #10 [0001]
        Capabilities: [6c] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

0000:04:00.2 PCI bridge: Intel Corp. PCI Bridge Hub B (rev 09) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 0, Cache Line Size: 0x10 (64 bytes)
        Bus: primary=04, secondary=06, subordinate=06, sec-latency=64
        I/O behind bridge: 0000f000-00000fff
        Memory behind bridge: fff00000-000fffff
        Prefetchable memory behind bridge: 00000000fff00000-0000000000000000
        BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
        Capabilities: [44] #10 [0071]
        Capabilities: [5c] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
                Address: 0000000000000000  Data: 0000
        Capabilities: [6c] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [d8]
0000:04:00.3 PIC: Intel Corp. PCI Bridge Hub I/OxAPIC Interrupt Controller B (rev 09) (prog-if 20 [IO(X)-APIC])
        Subsystem: Hewlett-Packard Company: Unknown device 3208
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 0
        Region 0: Memory at dd301000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] #10 [0001]
        Capabilities: [6c] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

0000:07:01.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27) (prog-if 00 [VGA])
        Subsystem: Hewlett-Packard Company: Unknown device 3208
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping+ SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 66 (2000ns min), Cache Line Size: 0x08 (32 bytes)
        Interrupt: pin A routed to IRQ 5
        Region 0: Memory at de000000 (32-bit, non-prefetchable) [size=16M]
        Region 1: I/O ports at 2000 [size=256]
        Region 2: Memory at dd400000 (32-bit, non-prefetchable) [size=4K]
        Expansion ROM at 88000000 [disabled] [size=128K]
        Capabilities: [5c] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-




dmidecode:

# dmidecode 2.6
SMBIOS 2.33 present.
58 structures occupying 1846 bytes.
Table at 0x000DC010.
Handle 0x0000
        DMI type 0, 20 bytes.
        BIOS Information
                Vendor: HP
                Version: 1.15
                Release Date: 10/27/2005
                Address: 0xE33B0
                Runtime Size: 117840 bytes
                ROM Size: 1024 kB
                Characteristics:
                        ISA is supported
                        PCI is supported
                        PC Card (PCMCIA) is supported
                        PNP is supported
                        APM is supported
                        BIOS is upgradeable
                        BIOS shadowing is allowed
                        ESCD support is available
                        USB legacy is supported
                        Smart battery is supported
                        BIOS boot specification is supported
Handle 0x0001
        DMI type 1, 25 bytes.
        System Information
                Manufacturer: HP
                Product Name: ProLiant DL140 G2
                Version: 378534-001
                Serial Number: GB8607YJ2D
                UUID: 9CDC8213-9CFD-D10B-9CFD-D10BA1F52214
                Wake-up Type: Power Switch
Handle 0x0002
        DMI type 2, 8 bytes.
        Base Board Information
                Manufacturer: Wistron Corporation
                Product Name: M75ILA
                Version: Revision A1
                Serial Number: 400
Handle 0x0003
        DMI type 3, 17 bytes.
        Chassis Information
                Manufacturer: HP
                Type: Rack Mount Chassis
                Lock: Not Present
                Version: N/A
                Serial Number: CN65490ATV
                Asset Tag:
                Boot-up State: Safe
                Power Supply State: Safe
                Thermal State: Safe
                Security Status: None
                OEM Information: 0x00001234
Handle 0x0004
        DMI type 4, 35 bytes.
        Processor Information
                Socket Designation: Proc 1
                Type: Central Processor
                Family: Xeon
                Manufacturer: Intel
                ID: 43 0F 00 00 FF FB EB BF
                Signature: Type 0, Family 15, Model 4, Stepping 3
                Flags:
                        FPU (Floating-point unit on-chip)
                        VME (Virtual mode extension)
                        DE (Debugging extension)
                        PSE (Page size extension)
                        TSC (Time stamp counter)
                        MSR (Model specific registers)
                        PAE (Physical address extension)
                        MCE (Machine check exception)
                        CX8 (CMPXCHG8 instruction supported)
                        APIC (On-chip APIC hardware supported)
                        SEP (Fast system call)
                        MTRR (Memory type range registers)
                        PGE (Page global enable)
                        MCA (Machine check architecture)
                        CMOV (Conditional move instruction supported)
                        PAT (Page attribute table)
                        PSE-36 (36-bit page size extension)
                        CLFSH (CLFLUSH instruction supported)
                        DS (Debug store)
                        ACPI (ACPI supported)
                        MMX (MMX technology supported)
                        FXSR (Fast floating-point save and restore)
                        SSE (Streaming SIMD extensions)
                        SSE2 (Streaming SIMD extensions 2)
                        SS (Self-snoop)
                        HTT (Hyper-threading technology)
                        TM (Thermal monitor supported)
                        PBE (Pending break enabled)
                Version: Intel(R) Xeon(TM) CPU
                Voltage: 1.4 V
                External Clock: Unknown
                Max Speed: 3600 MHz
                Current Speed: 2800 MHz
                Status: Populated, Enabled
                Upgrade: Unknown
                L1 Cache Handle: 0x0006
                L2 Cache Handle: 0x0007
                L3 Cache Handle: Not Provided
                Serial Number: Not Specified
                Asset Tag: Not Specified
                Part Number: Not Specified
Handle 0x0005
        DMI type 4, 35 bytes.
        Processor Information
                Socket Designation: Proc 2
                Type: Central Processor
                Family: Xeon
                Manufacturer: Intel
                ID: 43 0F 00 00 FF FB EB BF
                Signature: Type 0, Family 15, Model 4, Stepping 3
                Flags:
                        FPU (Floating-point unit on-chip)
                        VME (Virtual mode extension)
                        DE (Debugging extension)
                        PSE (Page size extension)
                        TSC (Time stamp counter)
                        MSR (Model specific registers)
                        PAE (Physical address extension)
                        MCE (Machine check exception)
                        CX8 (CMPXCHG8 instruction supported)
                        APIC (On-chip APIC hardware supported)
                        SEP (Fast system call)
                        MTRR (Memory type range registers)
                        PGE (Page global enable)
                        MCA (Machine check architecture)
                        CMOV (Conditional move instruction supported)
                        PAT (Page attribute table)
                        PSE-36 (36-bit page size extension)
                        CLFSH (CLFLUSH instruction supported)
                        DS (Debug store)
                        ACPI (ACPI supported)
                        MMX (MMX technology supported)
                        FXSR (Fast floating-point save and restore)
                        SSE (Streaming SIMD extensions)
                        SSE2 (Streaming SIMD extensions 2)
                        SS (Self-snoop)
                        HTT (Hyper-threading technology)
                        TM (Thermal monitor supported)
                        PBE (Pending break enabled)
                Version: Intel(R) Xeon(TM) CPU
                Voltage: 1.4 V
                External Clock: Unknown
                Max Speed: 3600 MHz
                Current Speed: 2800 MHz
                Status: Populated, Enabled
                Upgrade: Unknown
                L1 Cache Handle: 0x0008
                L2 Cache Handle: 0x0009
                L3 Cache Handle: Not Provided
                Serial Number: Not Specified
                Asset Tag: Not Specified
                Part Number: Not Specified
Handle 0x0006
        DMI type 7, 19 bytes.
        Cache Information
                Socket Designation: Processor 1 Internal L1 Cache
                Configuration: Enabled, Socketed, Level 1
                Operational Mode: Write Back
                Location: Internal
                Installed Size: 16 KB
                Maximum Size: 16 KB
                Supported SRAM Types:
                        Burst
                        Pipeline Burst
                        Asynchronous
                Installed SRAM Type: Asynchronous
                Speed: Unknown
                Error Correction Type: Unknown
                System Type: Unknown
                Associativity: Unknown
Handle 0x0007
        DMI type 7, 19 bytes.
        Cache Information
                Socket Designation: Processor 1 Internal L2 Cache
                Configuration: Enabled, Socketed, Level 2
                Operational Mode: Write Back
                Location: Internal
                Installed Size: 2048 KB
                Maximum Size: 2048 KB
                Supported SRAM Types:
                        Burst
                        Pipeline Burst
                        Asynchronous
                Installed SRAM Type: Burst
                Speed: Unknown
                Error Correction Type: Unknown
                System Type: Unknown
                Associativity: Unknown
Handle 0x0008
        DMI type 7, 19 bytes.
        Cache Information
                Socket Designation: Processor 2 Internal L1 Cache
                Configuration: Enabled, Socketed, Level 1
                Operational Mode: Write Back
                Location: Internal
                Installed Size: 16 KB
                Maximum Size: 16 KB
                Supported SRAM Types:
                        Burst
                        Pipeline Burst
                        Asynchronous
                Installed SRAM Type: Asynchronous
                Speed: Unknown
                Error Correction Type: Unknown
                System Type: Unknown
                Associativity: Unknown
Handle 0x0009
        DMI type 7, 19 bytes.
        Cache Information
                Socket Designation: Processor 2 Internal L2 Cache
                Configuration: Enabled, Socketed, Level 2
                Operational Mode: Write Back
                Location: Internal
                Installed Size: 2048 KB
                Maximum Size: 2048 KB
                Supported SRAM Types:
                        Burst
                        Pipeline Burst
                        Asynchronous
                Installed SRAM Type: Burst
                Speed: Unknown
                Error Correction Type: Unknown
                System Type: Unknown
                Associativity: Unknown
Handle 0x000A
        DMI type 8, 9 bytes.
        Port Connector Information
                Internal Reference Designator: CN11
                Internal Connector Type: 9 Pin Dual Inline (pin 10 cut)
                External Reference Designator: COM 1
                External Connector Type: DB-9 male
                Port Type: Serial Port 16550A Compatible
Handle 0x000B
        DMI type 8, 9 bytes.
        Port Connector Information
                Internal Reference Designator: JK1
                Internal Connector Type: None
                External Reference Designator: Keyboard
                External Connector Type: Circular DIN-8 male
                Port Type: Keyboard Port
Handle 0x000C
        DMI type 8, 9 bytes.
        Port Connector Information
                Internal Reference Designator: JK2
                Internal Connector Type: None
                External Reference Designator: PS/2 Mouse
                External Connector Type: Circular DIN-8 male
                Port Type: Mouse Port
Handle 0x000D
        DMI type 8, 9 bytes.
        Port Connector Information
                Internal Reference Designator: CN16
                Internal Connector Type: None
                External Reference Designator: Primary IDE
                External Connector Type: On Board IDE
                Port Type: Other
Handle 0x000E
        DMI type 8, 9 bytes.
        Port Connector Information
                Internal Reference Designator: SATA1
                Internal Connector Type: None
                External Reference Designator: Serial ATA 1
                External Connector Type: On Board IDE
                Port Type: Other
Handle 0x000F
        DMI type 8, 9 bytes.
        Port Connector Information
                Internal Reference Designator: SATA2
                Internal Connector Type: None
                External Reference Designator: Serial ATA 2
                External Connector Type: On Board IDE
                Port Type: Other
Handle 0x0010
        DMI type 8, 9 bytes.
        Port Connector Information
                Internal Reference Designator: CN5
                Internal Connector Type: None
                External Reference Designator: USB PORT1
                External Connector Type: Access Bus (USB)
                Port Type: USB
Handle 0x0011
        DMI type 8, 9 bytes.
        Port Connector Information
                Internal Reference Designator: CN8
                Internal Connector Type: None
                External Reference Designator: USB PORT2
                External Connector Type: Access Bus (USB)
                Port Type: USB
Handle 0x0012
        DMI type 8, 9 bytes.
        Port Connector Information
                Internal Reference Designator: USB1
                Internal Connector Type: None
                External Reference Designator: USB PORT3
                External Connector Type: Access Bus (USB)
                Port Type: USB
Handle 0x0013
        DMI type 8, 9 bytes.
        Port Connector Information
                Internal Reference Designator: USB2
                Internal Connector Type: None
                External Reference Designator: USB PORT4
                External Connector Type: Access Bus (USB)
                Port Type: USB
Handle 0x0014
        DMI type 8, 9 bytes.
        Port Connector Information
                Internal Reference Designator: LANCN1
                Internal Connector Type: None
                External Reference Designator: Broadcom 5721 GB
                External Connector Type: RJ-45
                Port Type: Network Port
Handle 0x0015
        DMI type 8, 9 bytes.
        Port Connector Information
                Internal Reference Designator: LANCN2
                Internal Connector Type: None
                External Reference Designator: Broadcom 5721 GB
                External Connector Type: RJ-45
                Port Type: Network Port
Handle 0x0016
        DMI type 8, 9 bytes.
        Port Connector Information
                Internal Reference Designator: CN8
                Internal Connector Type: None
                External Reference Designator: ATI RAGE XL
                External Connector Type: DB-15 female
                Port Type: Video Port
Handle 0x0017
        DMI type 9, 13 bytes.
        System Slot Information
                Designation: PCI-X 133 Slot #1
                Type: 64-bit PCI-66
                Current Usage: Available
                Length: Long
                ID: 1
                Characteristics:
                        5.0 V is provided
                        3.3 V is provided
Handle 0x0018
        DMI type 9, 13 bytes.
        System Slot Information
                Designation: PCI-X 133 Slot #2
                Type: 64-bit PCI-66
                Current Usage: Available
                Length: Long
                ID: 2
                Characteristics:
                        5.0 V is provided
                        3.3 V is provided
Handle 0x0019
        DMI type 10, 10 bytes.
        On Board Device 1 Information
                Type: Video
                Status: Enabled
                Description: ATI RAGE XL
        On Board Device 2 Information
                Type: Ethernet
                Status: Enabled
                Description: Broadcom 5721 GB
        On Board Device 3 Information
                Type: Ethernet
                Status: Enabled
                Description: Broadcom 5721 GB
Handle 0x001A
        DMI type 12, 5 bytes.
        System Configuration Options
                Option 1: SW1: Boot Block, JP1 OFF:Disable, ON Enable
                Option 2: SW1: Clear CMOS, JP2 OFF:Normal, ON:Clear
Handle 0x001B
        DMI type 13, 22 bytes.
        BIOS Language Information
                Installable Languages: 1
                        enUS
                Currently Installed Language: Not Specified
Handle 0x001C
        DMI type 15, 29 bytes.
        System Event Log
                Area Length: 0 bytes
                Header Start Offset: 0x0000
                Header Length: 16 bytes
                Data Start Offset: 0x0010
                Access Method: General-purpose non-volatile data functions
                Access Address: 0x0000
                Status: Valid, Not Full
                Change Token: 0x00000000
                Header Format: Type 1
                Supported Log Type Descriptors: 3
                Descriptor 1: POST error
                Data Format 1: POST results bitmap
                Descriptor 2: Single-bit ECC memory error
                Data Format 2: Multiple-event
                Descriptor 3: Multi-bit ECC memory error
                Data Format 3: Multiple-event
Handle 0x001D
        DMI type 16, 15 bytes.
        Physical Memory Array
                Location: System Board Or Motherboard
                Use: System Memory
                Error Correction Type: Multi-bit ECC
                Maximum Capacity: 4 GB
                Error Information Handle: Not Provided
                Number Of Devices: 8
Handle 0x001E
        DMI type 17, 27 bytes.
        Memory Device
                Array Handle: 0x001D
                Error Information Handle: No Error
                Total Width: 72 bits
                Data Width: 64 bits
                Size: 1024 MB
                Form Factor: DIMM
                Set: 1
                Locator: DIMM A1
                Bank Locator: BANK 1
                Type: DDR
                Type Detail: Synchronous
                Speed: 400 MHz (2.5 ns)
                Manufacturer: Not Specified
                Serial Number: Not Specified
                Asset Tag: Not Specified
                Part Number: Not Specified
Handle 0x001F
        DMI type 17, 27 bytes.
        Memory Device
                Array Handle: 0x001D
                Error Information Handle: No Error
                Total Width: Unknown
                Data Width: Unknown
                Size: No Module Installed
                Form Factor: DIMM
                Set: 2
                Locator: DIMM A2
                Bank Locator: BANK 2
                Type: DDR
                Type Detail: Synchronous
                Speed: 400 MHz (2.5 ns)
                Manufacturer: Not Specified
                Serial Number: Not Specified
                Asset Tag: Not Specified
                Part Number: Not Specified
Handle 0x0020
        DMI type 17, 27 bytes.
        Memory Device
                Array Handle: 0x001D
                Error Information Handle: No Error
                Total Width: Unknown
                Data Width: Unknown
                Size: No Module Installed
                Form Factor: DIMM
                Set: 3
                Locator: DIMM A3
                Bank Locator: BANK 3
                Type: DDR
                Type Detail: Synchronous
                Speed: 400 MHz (2.5 ns)
                Manufacturer: Not Specified
                Serial Number: Not Specified
                Asset Tag: Not Specified
                Part Number: Not Specified
Handle 0x0021
        DMI type 17, 27 bytes.
        Memory Device
                Array Handle: 0x001D
                Error Information Handle: No Error
                Total Width: Unknown
                Data Width: Unknown
                Size: No Module Installed
                Form Factor: DIMM
                Set: 4
                Locator: DIMM A4
                Bank Locator: BANK 4
                Type: DDR
                Type Detail: Synchronous
                Speed: 400 MHz (2.5 ns)
                Manufacturer: Not Specified
                Serial Number: Not Specified
                Asset Tag: Not Specified
                Part Number: Not Specified
Handle 0x0022
        DMI type 17, 27 bytes.
        Memory Device
                Array Handle: 0x001D
                Error Information Handle: No Error
                Total Width: 72 bits
                Data Width: 64 bits
                Size: 1024 MB
                Form Factor: DIMM
                Set: 1
                Locator: DIMM B1
                Bank Locator: BANK 1
                Type: DDR
                Type Detail: Synchronous
                Speed: 400 MHz (2.5 ns)
                Manufacturer: Not Specified
                Serial Number: Not Specified
                Asset Tag: Not Specified
                Part Number: Not Specified
Handle 0x0023
        DMI type 17, 27 bytes.
        Memory Device
                Array Handle: 0x001D
                Error Information Handle: No Error
                Total Width: Unknown
                Data Width: Unknown
                Size: No Module Installed
                Form Factor: DIMM
                Set: 2
                Locator: DIMM B2
                Bank Locator: BANK 2
                Type: DDR
                Type Detail: Synchronous
                Speed: 400 MHz (2.5 ns)
                Manufacturer: Not Specified
                Serial Number: Not Specified
                Asset Tag: Not Specified
                Part Number: Not Specified
Handle 0x0024
        DMI type 17, 27 bytes.
        Memory Device
                Array Handle: 0x001D
                Error Information Handle: No Error
                Total Width: Unknown
                Data Width: Unknown
                Size: No Module Installed
                Form Factor: DIMM
                Set: 3
                Locator: DIMM B3
                Bank Locator: BANK 3
                Type: DDR
                Type Detail: Synchronous
                Speed: 400 MHz (2.5 ns)
                Manufacturer: Not Specified
                Serial Number: Not Specified
                Asset Tag: Not Specified
                Part Number: Not Specified
Handle 0x0025
        DMI type 17, 27 bytes.
        Memory Device
                Array Handle: 0x001D
                Error Information Handle: No Error
                Total Width: Unknown
                Data Width: Unknown
                Size: No Module Installed
                Form Factor: DIMM
                Set: 4
                Locator: DIMM B4
                Bank Locator: BANK 4
                Type: DDR
                Type Detail: Synchronous
                Speed: 400 MHz (2.5 ns)
                Manufacturer: Not Specified
                Serial Number: Not Specified
                Asset Tag: Not Specified
                Part Number: Not Specified
Handle 0x0026
        DMI type 19, 15 bytes.
        Memory Array Mapped Address
                Starting Address: 0x00000000000
                Ending Address: 0x3FFFFFFFFFF
                Range Size: Invalid
                Physical Array Handle: 0x001D
                Partition Width: 0
Handle 0x0027
        DMI type 20, 19 bytes.
        Memory Device Mapped Address
                Starting Address: 0x00000000000
                Ending Address: 0x0007FFFFFFF
                Range Size: 2 GB
                Physical Device Handle: 0x001E
                Memory Array Mapped Address Handle: 0x0026
                Partition Row Position: Unknown
                Interleave Position: Unknown
                Interleaved Data Depth: Unknown
Handle 0x0028
        DMI type 20, 19 bytes.
        Memory Device Mapped Address
                Starting Address: 0x0007FFFFC00
                Ending Address: 0x0007FFFFFFF
                Range Size: 1 kB
                Physical Device Handle: 0x001F
                Memory Array Mapped Address Handle: 0x0026
                Partition Row Position: Unknown
                Interleave Position: Unknown
                Interleaved Data Depth: Unknown
Handle 0x0029
        DMI type 20, 19 bytes.
        Memory Device Mapped Address
                Starting Address: 0x0007FFFFC00
                Ending Address: 0x0007FFFFFFF
                Range Size: 1 kB
                Physical Device Handle: 0x0020
                Memory Array Mapped Address Handle: 0x0026
                Partition Row Position: Unknown
                Interleave Position: Unknown
                Interleaved Data Depth: Unknown
Handle 0x002A
        DMI type 20, 19 bytes.
        Memory Device Mapped Address
                Starting Address: 0x0007FFFFC00
                Ending Address: 0x0007FFFFFFF
                Range Size: 1 kB
                Physical Device Handle: 0x0021
                Memory Array Mapped Address Handle: 0x0026
                Partition Row Position: Unknown
                Interleave Position: Unknown
                Interleaved Data Depth: Unknown
Handle 0x002B
        DMI type 20, 19 bytes.
        Memory Device Mapped Address
                Starting Address: 0x00000000000
                Ending Address: 0x0007FFFFFFF
                Range Size: 2 GB
                Physical Device Handle: 0x0022
                Memory Array Mapped Address Handle: 0x0026
                Partition Row Position: Unknown
                Interleave Position: Unknown
                Interleaved Data Depth: Unknown
Handle 0x002C
        DMI type 20, 19 bytes.
        Memory Device Mapped Address
                Starting Address: 0x0007FFFFC00
                Ending Address: 0x0007FFFFFFF
                Range Size: 1 kB
                Physical Device Handle: 0x0023
                Memory Array Mapped Address Handle: 0x0026
                Partition Row Position: Unknown
                Interleave Position: Unknown
                Interleaved Data Depth: Unknown
Handle 0x002D
        DMI type 20, 19 bytes.
        Memory Device Mapped Address
                Starting Address: 0x0007FFFFC00
                Ending Address: 0x0007FFFFFFF
                Range Size: 1 kB
                Physical Device Handle: 0x0024
                Memory Array Mapped Address Handle: 0x0026
                Partition Row Position: Unknown
                Interleave Position: Unknown
                Interleaved Data Depth: Unknown
Handle 0x002E
        DMI type 20, 19 bytes.
        Memory Device Mapped Address
                Starting Address: 0x0007FFFFC00
                Ending Address: 0x0007FFFFFFF
                Range Size: 1 kB
                Physical Device Handle: 0x0025
                Memory Array Mapped Address Handle: 0x0026
                Partition Row Position: Unknown
                Interleave Position: Unknown
                Interleaved Data Depth: Unknown
Handle 0x002F
        DMI type 21, 7 bytes.
        Built-in Pointing Device
                Type: Mouse
                Interface: PS/2
                Buttons: 2
Handle 0x0030
        DMI type 23, 13 bytes.
        System Reset
                Status: Enabled
                Watchdog Timer: Present
                Boot Option: Do Not Reboot
                Boot Option On Limit: Do Not Reboot
                Reset Count: Unknown
                Reset Limit: Unknown
                Timer Interval: Unknown
                Timeout: Unknown
Handle 0x0031
        DMI type 24, 5 bytes.
        Hardware Security
                Power-On Password Status: Disabled
                Keyboard Password Status: Unknown
                Administrator Password Status: Enabled
                Front Panel Reset Status: Unknown
Handle 0x0032
        DMI type 25, 9 bytes.
        System Power Controls
                Next Scheduled Power-on: 12-31 23:59:59
Handle 0x0033
        DMI type 30, 6 bytes.
        Out-of-band Remote Access
                Manufacturer Name: Intel
                Inbound Connection: Enabled
                Outbound Connection: Disabled
Handle 0x0034
        DMI type 32, 20 bytes.
        System Boot Information
                Status: <OUT OF SPEC>
Handle 0x0035
        DMI type 38, 18 bytes.
        IPMI Device Information
                Interface Type: KCS (Keyboard Control Style)
                Specification Version: 1.5
                I2C Slave Address: 0x10
                NV Storage Device: Not Present
                Base Address: 0x0000000000000CA2 (I/O)
                Register Spacing: Successive Byte Boundaries
Handle 0x0036
        DMI type 126, 4 bytes.
        Inactive
Handle 0x0037
        DMI type 136, 6 bytes.
        OEM-specific Type
                Header and Data:
                        88 06 37 00 5A 5A
Handle 0x0038
        DMI type 127, 4 bytes.
        End Of Table
Handle 0x0039
        DMI type 127, 4 bytes.
        End Of Table

Reply to: