[flashrom] Flashrom write on a Gigabyte GA-MA770-UD3 motherboard

Davíð Þór Þórarinsson david.thor at gmail.com
Wed Sep 2 21:05:09 CEST 2009


Hello Carl-Daniel!

Sorry for not getting to this sooner. I never got your e-mail
yesterday because of the Gmail crash and I just got back home from
work. See my answers below.

On Tue, Sep 1, 2009 at 9:43 PM, Carl-Daniel
Hailfinger<c-d.hailfinger.devel.2006 at gmx.net> wrote:
> Hi Davíð,
>
> On 01.09.2009 20:39, Davíð Þór Þórarinsson wrote:
>> Some interesting facts: The chipset in this product is not on your
>> list of supported chipsets, nor is the motherboard found on your list
>> of supported motherboards. the chipset according to the manual is
>> North Bridge: AMD770, South Bridge: AMD SB710.
>
> We list everything in the SB700 family (SB700/SB710/SB750) as SB700. I
> have sent a patch to fix this and we'll commit it soon.
>
>
>> And it worked like a charm!
>>
>
> Glad to hear. We'll add your board to the list of working boards. It
> would be nice if you could reply-all to this mail with the output from
> lspci -nnvvvxxx

The lspci output is found at the end of the mail (below)

>
>
>> During the flash update, both the motherboard and chipset were wrongly
>> identified. Here is the output from the operation:
>>
>> flashrom v0.9.0-r631
>> No coreboot table found
>> Found Chipset "AMD SB700", enabling flash write... OK
>> Found board "GIGABYTE GA-MA78GM-S2H", enabling flash write... FAILED!
>>
>
> Hmmm. The Gigabyte board mismatch problem... we can't fix the problem
> due to nonstandard PCI settings on these boards, but we can hide it.
>
> Would you mind downloading and compiling the latest flashrom version?
> You can get it either from our subversion repository at
> svn://coreboot.org/flashrom/trunk or a current snapshot from
> http://qa.coreboot.org/snapshots/
> The output of latest
> flashrom -V
> would be appreciated as well so I can check the effect of some recent
> changes on your board.

Sure thing. I downloaded the 0.9.1-r709 version from the snapshots but
I am unable to get it to compile properly. Any idea what it could be?
Here is the output:

davidt at newthor:/tmp/flashrom-0.9.1-r709$ make
Checking for a C compiler... found.
Checking for pciutils and zlib... found.
Checking for FTDI support... not found.
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o chipset_enable.o -c
chipset_enable.c
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o board_enable.o -c board_enable.c
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o udelay.o -c udelay.c
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o jedec.o -c jedec.c
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o stm50flw0x0x.o -c stm50flw0x0x.c
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o sst28sf040.o -c sst28sf040.c
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o am29f040b.o -c am29f040b.c
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o mx29f002.o -c mx29f002.c
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o m29f400bt.o -c m29f400bt.c
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o pm29f002.o -c pm29f002.c
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o w49f002u.o -c w49f002u.c
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o 82802ab.o -c 82802ab.c
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o pm49fl00x.o -c pm49fl00x.c
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o sst49lf040.o -c sst49lf040.c
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o en29f002a.o -c en29f002a.c
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o sst49lfxxxc.o -c sst49lfxxxc.c
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o sst_fwhub.o -c sst_fwhub.c
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o layout.o -c layout.c
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o cbtable.o -c cbtable.c
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o flashchips.o -c flashchips.c
cc -Os -Wall -Werror  -D'SERPROG_SUPPORT=1'
-D'FLASHROM_VERSION="0.9.1-r709"' -o physmap.o -c physmap.c
cc1: warnings being treated as errors
physmap.c: In function ‘rdmsr’:
physmap.c:146: error: dereferencing type-punned pointer will break
strict-aliasing rules
make: *** [physmap.o] Error 1

Best regards,

/David




lspci output:


00:00.0 Host bridge [0600]: ATI Technologies Inc RX780/RX790 Chipset
Host Bridge [1002:5957]
        Subsystem: ATI Technologies Inc RX780/RX790 Chipset Host
Bridge [1002:5957]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
        Latency: 32
        Region 3: Memory at <ignored> (64-bit, non-prefetchable)
        Capabilities: <access denied>
00: 02 10 57 59 06 00 30 22 00 00 00 06 00 20 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 04 00 00 e0
20: 00 00 00 00 00 00 00 00 00 00 00 00 02 10 57 59
30: 00 00 00 00 c4 00 00 00 00 00 00 00 00 00 00 00

00:02.0 PCI bridge [0604]: ATI Technologies Inc RD790 PCI to PCI
bridge (external gfx0 port A) [1002:5978]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 4 bytes
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: 0000e000-0000efff
        Memory behind bridge: fa000000-fcffffff
        Prefetchable memory behind bridge:
00000000d0000000-00000000dfffffff
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- <SERR- <PERR-
        BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>
        Kernel driver in use: pcieport-driver
        Kernel modules: shpchp
00: 02 10 78 59 07 04 10 00 00 00 04 06 01 00 01 00
10: 00 00 00 00 00 00 00 00 00 01 01 00 e1 e1 00 00
20: 00 fa f0 fc 01 d0 f1 df 00 00 00 00 00 00 00 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 01 08 00

00:0a.0 PCI bridge [0604]: ATI Technologies Inc RD790 PCI to PCI
bridge (PCI express gpp port F) [1002:597f]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 4 bytes
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 0000d000-0000dfff
        Memory behind bridge: fdc00000-fdcfffff
        Prefetchable memory behind bridge:
00000000fdf00000-00000000fdffffff
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- <SERR- <PERR-
        BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>
        Kernel driver in use: pcieport-driver
        Kernel modules: shpchp
00: 02 10 7f 59 07 04 10 00 00 00 04 06 01 00 01 00
10: 00 00 00 00 00 00 00 00 00 02 02 00 d1 d1 00 00
20: c0 fd c0 fd f1 fd f1 fd 00 00 00 00 00 00 00 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 01 00 00

00:11.0 SATA controller [0106]: ATI Technologies Inc SB700/SB800 SATA
Controller [AHCI mode] [1002:4391] (prog-if 01)
        Subsystem: Giga-byte Technology Device [1458:b002]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 32
        Interrupt: pin A routed to IRQ 22
        Region 0: I/O ports at ff00 [size=8]
        Region 1: I/O ports at fe00 [size=4]
        Region 2: I/O ports at fd00 [size=8]
        Region 3: I/O ports at fc00 [size=4]
        Region 4: I/O ports at fb00 [size=16]
        Region 5: Memory at fe02f000 (32-bit, non-prefetchable)
[size=1K]
        Capabilities: <access denied>
        Kernel driver in use: ahci
00: 02 10 91 43 07 00 30 02 00 01 06 01 00 20 00 00
10: 01 ff 00 00 01 fe 00 00 01 fd 00 00 01 fc 00 00
20: 01 fb 00 00 00 f0 02 fe 00 00 00 00 58 14 02 b0
30: 00 00 00 00 60 00 00 00 00 00 00 00 0b 01 00 00

00:12.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB
OHCI0 Controller [1002:4397] (prog-if 10)
        Subsystem: Giga-byte Technology Device [1458:5004]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 32, Cache Line Size: 4 bytes
        Interrupt: pin A routed to IRQ 16
        Region 0: Memory at fe02e000 (32-bit, non-prefetchable)
[size=4K]
        Kernel driver in use: ohci_hcd
00: 02 10 97 43 06 00 a0 02 00 10 03 0c 01 20 80 00
10: 00 e0 02 fe 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 04 50
30: 00 00 00 00 00 00 00 00 00 00 00 00 07 01 00 00

00:12.1 USB Controller [0c03]: ATI Technologies Inc SB700 USB OHCI1
Controller [1002:4398] (prog-if 10)
        Subsystem: Giga-byte Technology Device [1458:5004]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 32, Cache Line Size: 4 bytes
        Interrupt: pin A routed to IRQ 16
        Region 0: Memory at fe02d000 (32-bit, non-prefetchable)
[size=4K]
        Kernel driver in use: ohci_hcd
00: 02 10 98 43 07 00 a0 02 00 10 03 0c 01 20 00 00
10: 00 d0 02 fe 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 04 50
30: 00 00 00 00 00 00 00 00 00 00 00 00 07 01 00 00

00:12.2 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB
EHCI Controller [1002:4396] (prog-if 20)
        Subsystem: Giga-byte Technology Device [1458:5004]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 32, Cache Line Size: 64 bytes
        Interrupt: pin B routed to IRQ 17
        Region 0: Memory at fe02c000 (32-bit, non-prefetchable)
[size=256]
        Capabilities: <access denied>
        Kernel driver in use: ehci_hcd
00: 02 10 96 43 16 00 b0 02 00 20 03 0c 10 20 00 00
10: 00 c0 02 fe 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 04 50
30: 00 00 00 00 c0 00 00 00 00 00 00 00 04 02 00 00

00:13.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB
OHCI0 Controller [1002:4397] (prog-if 10)
        Subsystem: Giga-byte Technology Device [1458:5004]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 32, Cache Line Size: 4 bytes
        Interrupt: pin A routed to IRQ 18
        Region 0: Memory at fe02b000 (32-bit, non-prefetchable)
[size=4K]
        Kernel driver in use: ohci_hcd
00: 02 10 97 43 06 00 a0 02 00 10 03 0c 01 20 80 00
10: 00 b0 02 fe 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 04 50
30: 00 00 00 00 00 00 00 00 00 00 00 00 0a 01 00 00

00:13.1 USB Controller [0c03]: ATI Technologies Inc SB700 USB OHCI1
Controller [1002:4398] (prog-if 10)
        Subsystem: Giga-byte Technology Device [1458:5004]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 32, Cache Line Size: 4 bytes
        Interrupt: pin A routed to IRQ 18
        Region 0: Memory at fe02a000 (32-bit, non-prefetchable)
[size=4K]
        Kernel driver in use: ohci_hcd
00: 02 10 98 43 07 00 a0 02 00 10 03 0c 01 20 00 00
10: 00 a0 02 fe 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 04 50
30: 00 00 00 00 00 00 00 00 00 00 00 00 0a 01 00 00

00:13.2 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB
EHCI Controller [1002:4396] (prog-if 20)
        Subsystem: Giga-byte Technology Device [1458:5004]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 32, Cache Line Size: 64 bytes
        Interrupt: pin B routed to IRQ 19
        Region 0: Memory at fe029000 (32-bit, non-prefetchable)
[size=256]
        Capabilities: <access denied>
        Kernel driver in use: ehci_hcd
00: 02 10 96 43 16 00 b0 02 00 20 03 0c 10 20 00 00
10: 00 90 02 fe 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 04 50
30: 00 00 00 00 c0 00 00 00 00 00 00 00 03 02 00 00

00:14.0 SMBus [0c05]: ATI Technologies Inc SBx00 SMBus Controller
[1002:4385] (rev 3c)
        Subsystem: Giga-byte Technology Device [1458:4385]
        Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: <access denied>
        Kernel modules: i2c-piix4
00: 02 10 85 43 03 04 30 02 3c 00 05 0c 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 85 43
30: 00 00 00 00 b0 00 00 00 00 00 00 00 00 00 00 00

00:14.1 IDE interface [0101]: ATI Technologies Inc SB700/SB800 IDE
Controller [1002:439c] (prog-if 8a [Master SecP PriP])
        Subsystem: Giga-byte Technology Device [1458:5002]
        Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 32
        Interrupt: pin A routed to IRQ 16
        Region 0: I/O ports at 01f0 [size=8]
        Region 1: I/O ports at 03f4 [size=1]
        Region 2: I/O ports at 0170 [size=8]
        Region 3: I/O ports at 0374 [size=1]
        Region 4: I/O ports at fa00 [size=16]
        Capabilities: <access denied>
        Kernel driver in use: pata_atiixp
00: 02 10 9c 43 05 00 30 02 00 8a 01 01 00 20 00 00
10: 01 00 00 00 01 00 00 00 01 00 00 00 01 00 00 00
20: 01 fa 00 00 00 00 00 00 00 00 00 00 58 14 02 50
30: 00 00 00 00 70 00 00 00 00 00 00 00 ff 01 00 00

00:14.2 Audio device [0403]: ATI Technologies Inc SBx00 Azalia (Intel
HDA) [1002:4383]
        Subsystem: Giga-byte Technology Device [1458:a022]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 32, Cache Line Size: 4 bytes
        Interrupt: pin ? routed to IRQ 16
        Region 0: Memory at fe024000 (64-bit, non-prefetchable)
[size=16K]
        Capabilities: <access denied>
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel
00: 02 10 83 43 06 00 10 04 00 00 03 04 01 20 00 00
10: 04 40 02 fe 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 22 a0
30: 00 00 00 00 50 00 00 00 00 00 00 00 07 00 00 00

00:14.3 ISA bridge [0601]: ATI Technologies Inc SB700/SB800 LPC host
controller [1002:439d]
        Subsystem: ATI Technologies Inc SB700/SB800 LPC host
controller [1002:439d]
        Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
00: 02 10 9d 43 0f 00 20 02 00 00 01 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 02 10 9d 43
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

00:14.4 PCI bridge [0604]: ATI Technologies Inc SBx00 PCI to PCI
Bridge [1002:4384] (prog-if 01)
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop+
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 64
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=64
        I/O behind bridge: 0000c000-0000cfff
        Memory behind bridge: fde00000-fdefffff
        Prefetchable memory behind bridge: fdd00000-fddfffff
        Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
00: 02 10 84 43 27 00 a0 02 00 01 04 06 00 40 81 00
10: 00 00 00 00 00 00 00 00 00 03 03 40 c0 c0 80 22
20: e0 fd e0 fd d0 fd d0 fd 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

00:14.5 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB
OHCI2 Controller [1002:4399] (prog-if 10)
        Subsystem: Giga-byte Technology Device [1458:5004]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 32, Cache Line Size: 4 bytes
        Interrupt: pin C routed to IRQ 18
        Region 0: Memory at fe028000 (32-bit, non-prefetchable)
[size=4K]
        Kernel driver in use: ohci_hcd
00: 02 10 99 43 06 00 a0 02 00 10 03 0c 01 20 00 00
10: 00 80 02 fe 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 04 50
30: 00 00 00 00 00 00 00 00 00 00 00 00 0a 03 00 00

00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron,
Athlon64, Sempron] HyperTransport Configuration [1022:1200]
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: <access denied>
00: 22 10 00 12 00 00 10 00 00 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00

00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron,
Athlon64, Sempron] Address Map [1022:1201]
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
00: 22 10 01 12 00 00 00 00 00 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron,
Athlon64, Sempron] DRAM Controller [1022:1202]
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Kernel modules: amd64_edac_mod
00: 22 10 02 12 00 00 00 00 00 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron,
Athlon64, Sempron] Miscellaneous Control [1022:1203]
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: <access denied>
00: 22 10 03 12 00 00 10 00 00 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 f0 00 00 00 00 00 00 00 00 00 00 00

00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron,
Athlon64, Sempron] Link Control [1022:1204]
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
00: 22 10 04 12 00 00 00 00 00 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

01:00.0 VGA compatible controller [0300]: nVidia Corporation G73
[GeForce 7600 GT] [10de:0391] (rev a1)
        Subsystem: Giga-byte Technology Device [1458:3417]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 18
        Region 0: Memory at fa000000 (32-bit, non-prefetchable)
[size=16M]
        Region 1: Memory at d0000000 (64-bit, prefetchable)
[size=256M]
        Region 3: Memory at fb000000 (64-bit, non-prefetchable)
[size=16M]
        Region 5: I/O ports at ef00 [size=128]
        [virtual] Expansion ROM at fc000000 [disabled] [size=128K]
        Capabilities: <access denied>
        Kernel driver in use: nvidia
        Kernel modules: nvidia, nvidiafb
00: de 10 91 03 07 00 10 00 a1 00 00 03 00 00 00 00
10: 00 00 00 fa 0c 00 00 d0 00 00 00 00 04 00 00 fb
20: 00 00 00 00 01 ef 00 00 00 00 00 00 58 14 17 34
30: 00 00 00 00 60 00 00 00 00 00 00 00 0a 01 00 00

02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd.
RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev
02)
        Subsystem: Giga-byte Technology Device [1458:e000]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 27
        Region 0: I/O ports at de00 [size=256]
        Region 2: Memory at fdfff000 (64-bit, prefetchable) [size=4K]
        Region 4: Memory at fdfe0000 (64-bit, prefetchable) [size=64K]
        [virtual] Expansion ROM at fdf00000 [disabled] [size=64K]
        Capabilities: <access denied>
        Kernel driver in use: r8169
        Kernel modules: r8169
00: ec 10 68 81 07 04 10 00 02 00 00 02 10 00 00 00
10: 01 de 00 00 00 00 00 00 0c f0 ff fd 00 00 00 00
20: 0c 00 fe fd 00 00 00 00 00 00 00 00 58 14 00 e0
30: 00 00 00 00 40 00 00 00 00 00 00 00 0a 01 00 00

03:06.0 Multimedia video controller [0400]: Brooktree Corporation
Bt878 Video Capture [109e:036e] (rev 11)
        Subsystem: Pinnacle Systems, Inc. (Wrong ID) Device [bd11:1200]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 32 (4000ns min, 10000ns max)
        Interrupt: pin A routed to IRQ 20
        Region 0: Memory at fddff000 (32-bit, prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel driver in use: bttv
        Kernel modules: bttv
00: 9e 10 6e 03 06 00 90 02 11 00 00 04 00 20 80 00
10: 08 f0 df fd 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 11 bd 00 12
30: 00 00 00 00 44 00 00 00 00 00 00 00 05 01 10 28

03:06.1 Multimedia controller [0480]: Brooktree Corporation Bt878
Audio Capture [109e:0878] (rev 11)
        Subsystem: Pinnacle Systems, Inc. (Wrong ID) Device [bd11:1200]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 32 (1000ns min, 63750ns max)
        Interrupt: pin A routed to IRQ 20
        Region 0: Memory at fddfe000 (32-bit, prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel driver in use: Bt87x
        Kernel modules: snd-bt87x
00: 9e 10 78 08 06 00 90 02 11 00 80 04 00 20 80 00
10: 08 e0 df fd 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 11 bd 00 12
30: 00 00 00 00 44 00 00 00 00 00 00 00 05 01 04 ff

03:0e.0 FireWire (IEEE 1394) [0c00]: Texas Instruments TSB43AB23
IEEE-1394a-2000 Controller (PHY/Link) [104c:8024] (prog-if 10)
        Subsystem: Giga-byte Technology Device [1458:1000]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 32 (500ns min, 1000ns max), Cache Line Size: 4 bytes
        Interrupt: pin A routed to IRQ 22
        Region 0: Memory at fdeff000 (32-bit, non-prefetchable) [size=2K]
        Region 1: Memory at fdef8000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: ohci1394
        Kernel modules: firewire-ohci, ohci1394
00: 4c 10 24 80 06 00 10 02 00 10 00 0c 01 20 00 00
10: 00 f0 ef fd 00 80 ef fd 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 00 10
30: 00 00 00 00 44 00 00 00 00 00 00 00 0b 01 02 04




More information about the flashrom mailing list