Package: linux-image-2.6.22-3-amd64
Version: 2.6.22-6
Severity: important

I had a USB2 DVD drive attached, with a DVD mounted (automatically),
and I had mencoder running.  I ran df -h, and got the following oops:

Unable to handle kernel paging request at ffff8101a276c178 RIP: 
 [<ffffffff8837a701>] :udf:udf_statfs+0x129/0x158
PGD 8063 PUD 0 
Oops: 0000 [1] SMP 
CPU 0 
Modules linked in: udf sg sr_mod cdrom usb_storage fuse snd_hda_intel i2c_dev 
i915 drm ppdev parport_pc lp parport button ac battery ipv6 acpi_cpufreq 
cpufreq_ondemand cpufreq_userspace cpufreq_powersave cpufreq_stats freq_table 
cpufreq_conservative kvm_intel kvm coretemp firewire_sbp2 loop snd_pcm_oss 
snd_mixer_oss snd_pcm snd_timer snd soundcore i2c_i801 iTCO_wdt intel_agp 
snd_page_alloc serio_raw i2c_core tsdev psmouse evdev ext3 jbd mbcache 
dm_mirror dm_snapshot dm_mod pata_marvell sd_mod ata_generic usbhid hid ahci 
firewire_ohci generic firewire_core crc_itu_t libata ide_core ehci_hcd scsi_mod 
uhci_hcd e1000 thermal processor fan
Pid: 17994, comm: df Not tainted 2.6.22-3-amd64 #1
RIP: 0010:[<ffffffff8837a701>]  [<ffffffff8837a701>] :udf:udf_statfs+0x129/0x158
RSP: 0018:ffff81003515bd68  EFLAGS: 00010206
RAX: ffff81001a267000 RBX: 000000006163696c RCX: ffff81002661cac0
RDX: 0000000062141442 RSI: ffff81001a267000 RDI: ffff8100795b5cb0
RBP: ffff81003bad2400 R08: 0000000000000000 R09: ffff81003515bda8
R10: 00007fffb9cec1c0 R11: ffffffff802d2a56 R12: ffff81003515bda8
R13: 000000000060c790 R14: 0000000000000000 R15: 0000000000000002
FS:  00002aeef13316e0(0000) GS:ffffffff804e3000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
CR2: ffff8101a276c178 CR3: 000000000b2f3000 CR4: 00000000000026e0
Process df (pid: 17994, threadinfo ffff81003515a000, task ffff81007d53c480)
Stack:  ffff8100795b5cb0 ffff81003515bda8 00007fffb9cec980 ffffffff80282799
 0000000000000086 0000000000000000 ffff81003515bed8 ffffffff802828f8
 0000000015013346 0000000000000800 00000000003d5304 000000006163696c
Call Trace:
 [<ffffffff80282799>] vfs_statfs+0x63/0x7f
 [<ffffffff802828f8>] vfs_statfs_native+0x13/0x34
 [<ffffffff802829c0>] sys_statfs+0x3f/0x79
 [<ffffffff80229c74>] __wake_up+0x38/0x4f
 [<ffffffff803f1c97>] thread_return+0x0/0xea
 [<ffffffff80283d87>] sys_write+0x45/0x6e
 [<ffffffff80209d8e>] system_call+0x7e/0x83


Code: 8b 4c 90 70 03 4c 90 74 48 89 c8 49 03 44 24 18 49 c7 44 24 
RIP  [<ffffffff8837a701>] :udf:udf_statfs+0x129/0x158
 RSP <ffff81003515bd68>
CR2: ffff8101a276c178


The device as recognized by the kernel:

scsi 9:0:0:0: CD-ROM            PLEXTOR  DVDR   PX-750A   1.01 PQ: 0 ANSI: 0
sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray

The device as recognized by lsusb -v:

Bus 006 Device 004: ID 093b:0047 Plextor Corp. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x093b Plextor Corp.
  idProduct          0x0047 
  bcdDevice            4.18
  iManufacturer           1 PLEXTOR         
  iProduct                2 DVDR   PX-750A  
  iSerial                 3 00D0A905301168235
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xc0
      Self Powered
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      2 SFF-8020i, MMC-2 (ATAPI)
      bInterfaceProtocol     80 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0001
  Self Powered

- Josh Triplett

-- Package-specific info:
** Version:
Linux version 2.6.22-3-amd64 (Debian 2.6.22-5) ([EMAIL PROTECTED]) (gcc version 
4.1.3 20070831 (prerelease) (Debian 4.1.2-16)) #1 SMP Thu Oct 11 15:23:23 UTC 
2007

** Not tainted

** Kernel log:
end_request: I/O error, dev sr0, sector 44
end_request: I/O error, dev sr0, sector 92
end_request: I/O error, dev sr0, sector 148
end_request: I/O error, dev sr0, sector 156
end_request: I/O error, dev sr0, sector 164
end_request: I/O error, dev sr0, sector 208
end_request: I/O error, dev sr0, sector 268
end_request: I/O error, dev sr0, sector 284
end_request: I/O error, dev sr0, sector 324
end_request: I/O error, dev sr0, sector 332
end_request: I/O error, dev sr0, sector 388
end_request: I/O error, dev sr0, sector 412
end_request: I/O error, dev sr0, sector 444
end_request: I/O error, dev sr0, sector 452
end_request: I/O error, dev sr0, sector 504
end_request: I/O error, dev sr0, sector 540
end_request: I/O error, dev sr0, sector 556
end_request: I/O error, dev sr0, sector 612
end_request: I/O error, dev sr0, sector 620
end_request: I/O error, dev sr0, sector 664
end_request: I/O error, dev sr0, sector 0
printk: 26 messages suppressed.
Buffer I/O error on device sr0, logical block 0
lost page write due to I/O error on sr0
Buffer I/O error on device sr0, logical block 1
lost page write due to I/O error on sr0
Buffer I/O error on device sr0, logical block 2
lost page write due to I/O error on sr0
Buffer I/O error on device sr0, logical block 3
lost page write due to I/O error on sr0
Buffer I/O error on device sr0, logical block 4
lost page write due to I/O error on sr0
Buffer I/O error on device sr0, logical block 5
lost page write due to I/O error on sr0
end_request: I/O error, dev sr0, sector 0
Buffer I/O error on device sr0, logical block 0
lost page write due to I/O error on sr0
end_request: I/O error, dev sr0, sector 0
Buffer I/O error on device sr0, logical block 0
lost page write due to I/O error on sr0
end_request: I/O error, dev sr0, sector 0
Buffer I/O error on device sr0, logical block 0
lost page write due to I/O error on sr0
end_request: I/O error, dev sr0, sector 0
Buffer I/O error on device sr0, logical block 0
lost page write due to I/O error on sr0
end_request: I/O error, dev sr0, sector 0
Buffer I/O error on device sr0, logical block 0
lost page write due to I/O error on sr0
end_request: I/O error, dev sr0, sector 0
Buffer I/O error on device sr0, logical block 0
lost page write due to I/O error on sr0
end_request: I/O error, dev sr0, sector 0
Buffer I/O error on device sr0, logical block 0
lost page write due to I/O error on sr0
Buffer I/O error on device sr0, logical block 1
lost page write due to I/O error on sr0
end_request: I/O error, dev sr0, sector 4
Buffer I/O error on device sr0, logical block 1
lost page write due to I/O error on sr0
end_request: I/O error, dev sr0, sector 8
Buffer I/O error on device sr0, logical block 2
lost page write due to I/O error on sr0
end_request: I/O error, dev sr0, sector 0
Buffer I/O error on device sr0, logical block 0
lost page write due to I/O error on sr0
Buffer I/O error on device sr0, logical block 1
lost page write due to I/O error on sr0
end_request: I/O error, dev sr0, sector 0
Buffer I/O error on device sr0, logical block 0
lost page write due to I/O error on sr0
end_request: I/O error, dev sr0, sector 0
Buffer I/O error on device sr0, logical block 0
lost page write due to I/O error on sr0
end_request: I/O error, dev sr0, sector 0
Buffer I/O error on device sr0, logical block 0
lost page write due to I/O error on sr0
end_request: I/O error, dev sr0, sector 0
Buffer I/O error on device sr0, logical block 0
lost page write due to I/O error on sr0
end_request: I/O error, dev sr0, sector 0
Buffer I/O error on device sr0, logical block 0
lost page write due to I/O error on sr0
end_request: I/O error, dev sr0, sector 0
Buffer I/O error on device sr0, logical block 0
lost page write due to I/O error on sr0
Buffer I/O error on device sr0, logical block 1
lost page write due to I/O error on sr0
end_request: I/O error, dev sr0, sector 4
Buffer I/O error on device sr0, logical block 1
lost page write due to I/O error on sr0
end_request: I/O error, dev sr0, sector 4
Buffer I/O error on device sr0, logical block 1
lost page write due to I/O error on sr0
end_request: I/O error, dev sr0, sector 8
Buffer I/O error on device sr0, logical block 2
lost page write due to I/O error on sr0
end_request: I/O error, dev sr0, sector 4
Buffer I/O error on device sr0, logical block 1
lost page write due to I/O error on sr0

** Loaded modules:
Module                  Size  Used by
udf                    82856  1 
sg                     41128  0 
sr_mod                 22564  1 
cdrom                  39848  1 sr_mod
usb_storage            90432  1 
fuse                   50608  1 
snd_hda_intel         311968  4 
i2c_dev                12424  0 
i915                   31488  2 
drm                   100776  3 i915
ppdev                  13704  0 
parport_pc             42664  0 
lp                     17352  0 
parport                44428  3 ppdev,parport_pc,lp
button                 13472  0 
ac                     10376  0 
battery                15496  0 
ipv6                  296840  18 
acpi_cpufreq           13704  0 
cpufreq_ondemand       13328  4 
cpufreq_userspace       9472  0 
cpufreq_powersave       6272  0 
cpufreq_stats          10400  0 
freq_table              9600  3 acpi_cpufreq,cpufreq_ondemand,cpufreq_stats
cpufreq_conservative    12424  0 
kvm_intel              25232  0 
kvm                    68688  1 kvm_intel
coretemp               12544  0 
firewire_sbp2          18180  0 
loop                   23044  2 
snd_pcm_oss            48288  0 
snd_mixer_oss          21376  1 snd_pcm_oss
snd_pcm                89992  3 snd_hda_intel,snd_pcm_oss
snd_timer              28424  2 snd_pcm
snd                    65896  11 
snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore              13088  1 snd
i2c_i801               13468  0 
iTCO_wdt               15824  0 
intel_agp              32032  1 
snd_page_alloc         15376  2 snd_hda_intel,snd_pcm
serio_raw              11780  0 
i2c_core               31488  2 i2c_dev,i2c_i801
tsdev                  13312  0 
psmouse                45468  0 
evdev                  15232  3 
ext3                  137232  3 
jbd                    68080  1 ext3
mbcache                13832  1 ext3
dm_mirror              26240  0 
dm_snapshot            21320  0 
dm_mod                 64112  5 dm_mirror,dm_snapshot
pata_marvell           12416  0 
sd_mod                 33280  4 
ata_generic            13188  0 
usbhid                 32704  0 
hid                    31360  1 usbhid
ahci                   28804  3 
firewire_ohci          22784  0 
generic                10372  0 [permanent]
firewire_core          49472  2 firewire_sbp2,firewire_ohci
crc_itu_t               6656  1 firewire_core
libata                132528  3 pata_marvell,ata_generic,ahci
ide_core              147728  2 usb_storage,generic
ehci_hcd               37900  0 
scsi_mod              164536  6 
sg,sr_mod,usb_storage,firewire_sbp2,sd_mod,libata
uhci_hcd               29856  0 
e1000                 127552  0 
thermal                19600  0 
processor              39784  2 acpi_cpufreq,thermal
fan                     9992  0 

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 82P965/G965 Memory Controller Hub 
[8086:29a0] (rev 02)
        Subsystem: Intel Corporation Unknown device [8086:514d]
        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: <access denied>

00:02.0 VGA compatible controller [0300]: Intel Corporation 82G965 Integrated 
Graphics Controller [8086:29a2] (rev 02) (prog-if 00 [VGA])
        Subsystem: Intel Corporation Unknown device [8086:514d]
        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
        Interrupt: pin A routed to IRQ 16
        Region 0: Memory at 90300000 (32-bit, non-prefetchable) [size=1M]
        Region 2: Memory at 80000000 (64-bit, prefetchable) [size=256M]
        Region 4: I/O ports at 2410 [size=8]
        Capabilities: <access denied>

00:02.1 Display controller [0380]: Intel Corporation 82G965 Integrated Graphics 
Controller [8086:29a3] (rev 02)
        Subsystem: Intel Corporation Unknown device [8086:514d]
        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 90200000 (32-bit, non-prefetchable) [size=1M]
        Capabilities: <access denied>

00:03.0 Communication controller [0780]: Intel Corporation 82P965/G965 HECI 
Controller [8086:29a4] (rev 02)
        Subsystem: Intel Corporation Unknown device [8086:514d]
        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
        Interrupt: pin A routed to IRQ 11
        Region 0: Memory at 90426100 (64-bit, non-prefetchable) [size=16]
        Capabilities: <access denied>

00:19.0 Ethernet controller [0200]: Intel Corporation 82566DC Gigabit Network 
Connection [8086:104b] (rev 02)
        Subsystem: Intel Corporation Unknown device [8086:0001]
        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
        Interrupt: pin A routed to IRQ 1273
        Region 0: Memory at 90400000 (32-bit, non-prefetchable) [size=128K]
        Region 1: Memory at 90424000 (32-bit, non-prefetchable) [size=4K]
        Region 2: I/O ports at 20e0 [size=32]
        Capabilities: <access denied>

00:1a.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI 
#4 [8086:2834] (rev 02) (prog-if 00 [UHCI])
        Subsystem: Intel Corporation Unknown device [8086:514d]
        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 16
        Region 4: I/O ports at 20c0 [size=32]

00:1a.1 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI 
#5 [8086:2835] (rev 02) (prog-if 00 [UHCI])
        Subsystem: Intel Corporation Unknown device [8086:514d]
        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 21
        Region 4: I/O ports at 20a0 [size=32]

00:1a.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
#2 [8086:283a] (rev 02) (prog-if 20 [EHCI])
        Subsystem: Intel Corporation Unknown device [8086:514d]
        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 C routed to IRQ 18
        Region 0: Memory at 90425c00 (32-bit, non-prefetchable) [size=1K]
        Capabilities: <access denied>

00:1b.0 Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller [8086:284b] (rev 02)
        Subsystem: Intel Corporation Unknown device [8086:2504]
        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: 64 bytes
        Interrupt: pin A routed to IRQ 22
        Region 0: Memory at 90420000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>

00:1c.0 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express 
Port 1 [8086:283f] (rev 02) (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: 64 bytes
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
        Capabilities: <access denied>

00:1c.1 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express 
Port 2 [8086:2841] (rev 02) (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: 64 bytes
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 00001000-00001fff
        Memory behind bridge: 90100000-901fffff
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- <SERR- <PERR-
        BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
        Capabilities: <access denied>

00:1c.2 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express 
Port 3 [8086:2843] (rev 02) (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: 64 bytes
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
        Capabilities: <access denied>

00:1c.3 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express 
Port 4 [8086:2845] (rev 02) (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: 64 bytes
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
        Capabilities: <access denied>

00:1c.4 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express 
Port 5 [8086:2847] (rev 02) (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: 64 bytes
        Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
        Capabilities: <access denied>

00:1d.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI 
#1 [8086:2830] (rev 02) (prog-if 00 [UHCI])
        Subsystem: Intel Corporation Unknown device [8086:514d]
        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 23
        Region 4: I/O ports at 2080 [size=32]

00:1d.1 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI 
#2 [8086:2831] (rev 02) (prog-if 00 [UHCI])
        Subsystem: Intel Corporation Unknown device [8086:514d]
        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 19
        Region 4: I/O ports at 2060 [size=32]

00:1d.2 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI 
#3 [8086:2832] (rev 02) (prog-if 00 [UHCI])
        Subsystem: Intel Corporation Unknown device [8086:514d]
        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 C routed to IRQ 18
        Region 4: I/O ports at 2040 [size=32]

00:1d.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
#1 [8086:2836] (rev 02) (prog-if 20 [EHCI])
        Subsystem: Intel Corporation Unknown device [8086:514d]
        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 23
        Region 0: Memory at 90425800 (32-bit, non-prefetchable) [size=1K]
        Capabilities: <access denied>

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 
f2) (prog-if 01 [Subtractive 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=06, subordinate=06, sec-latency=32
        Memory behind bridge: 90000000-900fffff
        Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
        Capabilities: <access denied>

00:1f.0 ISA bridge [0601]: Intel Corporation 82801HH (ICH8DH) LPC Interface 
Controller [8086:2812] (rev 02)
        Subsystem: Intel Corporation Unknown device [8086:514d]
        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
        Capabilities: <access denied>

00:1f.2 SATA controller [0106]: Intel Corporation 82801HB (ICH8) SATA AHCI 
Controller [8086:2821] (rev 02) (prog-if 01 [AHCI 1.0])
        Subsystem: Intel Corporation Unknown device [8086:514d]
        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 1274
        Region 0: I/O ports at 2408 [size=8]
        Region 1: I/O ports at 241c [size=4]
        Region 2: I/O ports at 2400 [size=8]
        Region 3: I/O ports at 2418 [size=4]
        Region 4: I/O ports at 2020 [size=32]
        Region 5: Memory at 90425000 (32-bit, non-prefetchable) [size=2K]
        Capabilities: <access denied>

00:1f.3 SMBus [0c05]: Intel Corporation 82801H (ICH8 Family) SMBus Controller 
[8086:283e] (rev 02)
        Subsystem: Intel Corporation Unknown device [8086:514d]
        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 21
        Region 0: Memory at 90426000 (32-bit, non-prefetchable) [size=256]
        Region 4: I/O ports at 2000 [size=32]

02:00.0 IDE interface [0101]: Marvell Technology Group Ltd. Unknown device 
[11ab:6101] (rev b1) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: Marvell Technology Group Ltd. Unknown device [11ab:6101]
        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: 64 bytes
        Interrupt: pin A routed to IRQ 17
        Region 0: I/O ports at 1018 [size=8]
        Region 1: I/O ports at 1024 [size=4]
        Region 2: I/O ports at 1010 [size=8]
        Region 3: I/O ports at 1020 [size=4]
        Region 4: I/O ports at 1000 [size=16]
        Region 5: Memory at 90100000 (32-bit, non-prefetchable) [size=512]
        Capabilities: <access denied>

06:03.0 FireWire (IEEE 1394) [0c00]: Texas Instruments TSB43AB22/A 
IEEE-1394a-2000 Controller (PHY/Link) [104c:8023] (prog-if 10 [OHCI])
        Subsystem: Intel Corporation Unknown device [8086:514d]
        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: 32 (500ns min, 1000ns max), Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 19
        Region 0: Memory at 90004000 (32-bit, non-prefetchable) [size=2K]
        Region 1: Memory at 90000000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-image-2.6.22-3-amd64 depends on:
ii  e2fsprogs                    1.40.2-1    ext2 file system utilities and lib
ii  initramfs-tools [linux-initr 0.91b       tools for generating an initramfs
ii  module-init-tools            3.3-pre11-4 tools for managing Linux kernel mo

linux-image-2.6.22-3-amd64 recommends no packages.

-- debconf information:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.22-3-amd64/postinst/create-kimage-link-2.6.22-3-amd64: true
  linux-image-2.6.22-3-amd64/prerm/would-invalidate-boot-loader-2.6.22-3-amd64: 
true
  linux-image-2.6.22-3-amd64/postinst/depmod-error-initrd-2.6.22-3-amd64: false
  linux-image-2.6.22-3-amd64/postinst/old-system-map-link-2.6.22-3-amd64: true
  linux-image-2.6.22-3-amd64/preinst/overwriting-modules-2.6.22-3-amd64: true
  linux-image-2.6.22-3-amd64/preinst/failed-to-move-modules-2.6.22-3-amd64:
  linux-image-2.6.22-3-amd64/prerm/removing-running-kernel-2.6.22-3-amd64: true
  linux-image-2.6.22-3-amd64/postinst/depmod-error-2.6.22-3-amd64: false
  linux-image-2.6.22-3-amd64/postinst/bootloader-error-2.6.22-3-amd64:
  linux-image-2.6.22-3-amd64/preinst/abort-overwrite-2.6.22-3-amd64:
* linux-image-2.6.22-3-amd64/preinst/already-running-this-2.6.22-3-amd64:
  linux-image-2.6.22-3-amd64/postinst/old-initrd-link-2.6.22-3-amd64: true
  linux-image-2.6.22-3-amd64/postinst/bootloader-test-error-2.6.22-3-amd64:
  linux-image-2.6.22-3-amd64/preinst/bootloader-initrd-2.6.22-3-amd64: true
  linux-image-2.6.22-3-amd64/preinst/lilo-initrd-2.6.22-3-amd64: true
  linux-image-2.6.22-3-amd64/preinst/lilo-has-ramdisk:
  linux-image-2.6.22-3-amd64/preinst/abort-install-2.6.22-3-amd64:
  linux-image-2.6.22-3-amd64/preinst/elilo-initrd-2.6.22-3-amd64: true
  linux-image-2.6.22-3-amd64/postinst/old-dir-initrd-link-2.6.22-3-amd64: true
  linux-image-2.6.22-3-amd64/preinst/initrd-2.6.22-3-amd64:
  linux-image-2.6.22-3-amd64/postinst/kimage-is-a-directory:



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to