* tmscsim broken on amd64 with 2.6.5?
@ 2004-04-10 13:58 Christian Roessner
2004-04-10 16:42 ` Guennadi Liakhovetski
0 siblings, 1 reply; 22+ messages in thread
From: Christian Roessner @ 2004-04-10 13:58 UTC (permalink / raw)
To: linux-scsi
Hello,
I noticed that the tmscsim module seems to have problems with my DawiControl
(2974??) and the TEAC CD writer. I told some people at
linux-kernel@vger.kernel.org that the AM53C974 was the only driver that ever
worked for me (2.4.x kernels). They said it was discussed here if to keep the
driver in 2.6.x or not. They said the tmscsim would be preffered, so I send
you some output with the hope you are able to fix it. A friend gave me an
Adaptec 2940/UW, so I normally would not need to have this fixed, but I will
wait and help you finding the error if you want to (Replacing the adapter
later).
cat /proc/scsi/scsi:
Host: scsi1 Channel: 00 Id: 04 Lun: 00
Vendor: Model: } @ C Rev:
Type: Direct-Access ANSI SCSI revision: ffffffff
cat /proc/scsi/tmscsim/1
Tekram DC390/AM53C974 PCI SCSI Host Adapter, Driver Version 2.0f 2000-12-20
SCSI Host Nr 1, AM53C974 Adapter Nr 0
IOPortBase 0x9400, IRQ 11
MaxID 7, MaxLUN 1, AdapterID 7, SelTimeout 250 ms, DelayReset 1 s
TagMaxNum 16, Status 0x00, ACBFlag 0x00, GlitchEater 24 ns
Statistics: Cmnds 15, Cmnds not sent directly 2, Out of SRB conds 0
Lost arbitrations 0, Sel. connected 0, Connected: No
Nr of attached devices: 1, Nr of DCBs: 1
Map of attached LUNs: 00 00 00 00 01 00 00 00
Idx ID LUN Prty Sync DsCn SndS TagQ NegoPeriod SyncSpeed SyncOffs MaxCmd
00 04 00 Yes No Yes Yes No (124 ns) 01
Commands in Queues: Query: 0:
My system:
lspci:
0000:00:00.0 Host bridge: nVidia Corporation nForce3 Host Bridge (rev a4)
0000:00:01.0 ISA bridge: nVidia Corporation nForce3 LPC Bridge (rev a6)
0000:00:01.1 SMBus: nVidia Corporation nForce3 SMBus (rev a4)
0000:00:02.0 USB Controller: nVidia Corporation nForce3 USB 1.1 (rev a5)
0000:00:02.1 USB Controller: nVidia Corporation nForce3 USB 1.1 (rev a5)
0000:00:02.2 USB Controller: nVidia Corporation nForce3 USB 2.0 (rev a2)
0000:00:06.0 Multimedia audio controller: nVidia Corporation nForce3 Audio
(rev a2)
0000:00:08.0 IDE interface: nVidia Corporation nForce3 IDE (rev a5)
0000:00:0a.0 PCI bridge: nVidia Corporation nForce3 PCI Bridge (rev a2)
0000:00:0b.0 PCI bridge: nVidia Corporation nForce3 AGP Bridge (rev a4)
0000:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:01:06.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ (rev 10)
0000:01:07.0 SCSI storage controller: Advanced Micro Devices [AMD] 53c974
[PCscsi] (rev 10)
0000:01:09.0 Multimedia video controller: Brooktree Corporation Bt848 Video
Capture (rev 12)
0000:01:0a.0 Network controller: AVM Audiovisuelles MKTG & Computer System
GmbH B1 ISDN
0000:01:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169
(rev 10)
0000:01:0c.0 RAID bus controller: Integrated Technology Express, Inc.: Unknown
device 8212 (rev 11)
0000:01:0d.0 RAID bus controller: CMD Technology Inc: Unknown device 3512 (rev
01)
0000:01:0e.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000
Controller (PHY/Link)
0000:02:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX
440 AGP 8x] (rev a2)
uname -a:
Linux amd64 2.6.5-gentoo #2 Fri Apr 9 01:34:26 CEST 2004 x86_64 4 GNU/Linux
gcc:
gcc (GCC) 3.3.3 20040217 (Gentoo Linux 3.3.3, propolice-3.3-7)
glibc:
2.3.3_pre20040207
Thanks in advance
Christian
^ permalink raw reply [flat|nested] 22+ messages in thread* Re: tmscsim broken on amd64 with 2.6.5? 2004-04-10 13:58 tmscsim broken on amd64 with 2.6.5? Christian Roessner @ 2004-04-10 16:42 ` Guennadi Liakhovetski 2004-04-10 19:14 ` Guennadi Liakhovetski 0 siblings, 1 reply; 22+ messages in thread From: Guennadi Liakhovetski @ 2004-04-10 16:42 UTC (permalink / raw) To: Christian Roessner; +Cc: linux-scsi Hi On Sat, 10 Apr 2004, Christian Roessner wrote: > I noticed that the tmscsim module seems to have problems with my DawiControl > (2974??) and the TEAC CD writer. I told some people at > linux-kernel@vger.kernel.org that the AM53C974 was the only driver that ever > worked for me (2.4.x kernels). They said it was discussed here if to keep the Ok, to try to fix the problem we'll have to enable very verbose debugging in scsi. The good thing about your problem is that you don't boot from tmscsim. So, you can compile it as a module, load it, unload, etc. Are you getting any errors in /var/log/messages? First, please, enable scsi-logging in your kernel configuration. Are you regularly using scsi for anything else (other scsi controllers, usb storage, ieee1394)? Can you refrain from using them, while testing with tmscsim? If so, set the scsi-logging level to 0x1ff. If you have scsi compiled in kernel, specify scsi_logging=0x1ff as a boot-parameter, if as a module, load it with modprobe scsi_mod scsi_logging_level=0x1ff Then uncomment defines for DC390_DEBUG0, DC390_DEBUG1, DC390_DCBDEBUG in drivers/scsi/tmscsim.c. Configure tmscsim as a module, recompile it and load it. Then please, send an extract from your /var/log/messages corresponding to the driver-initialisation, device detection. If it is too big, you can send just the principle information here, and just a link to the location of the log, or, if the former is impossible, just send the complete log to me offlist, then I would upload it somewhere. Of course, it would be best if everybody had access to the log. > cat /proc/scsi/scsi: > > Host: scsi1 Channel: 00 Id: 04 Lun: 00 > Vendor: Model: } @ C Rev: > Type: Direct-Access ANSI SCSI revision: ffffffff Ok, that doesn't look right:-) > cat /proc/scsi/tmscsim/1 > > Tekram DC390/AM53C974 PCI SCSI Host Adapter, Driver Version 2.0f 2000-12-20 > SCSI Host Nr 1, AM53C974 Adapter Nr 0 > IOPortBase 0x9400, IRQ 11 > MaxID 7, MaxLUN 1, AdapterID 7, SelTimeout 250 ms, DelayReset 1 s > TagMaxNum 16, Status 0x00, ACBFlag 0x00, GlitchEater 24 ns > Statistics: Cmnds 15, Cmnds not sent directly 2, Out of SRB conds 0 > Lost arbitrations 0, Sel. connected 0, Connected: No > Nr of attached devices: 1, Nr of DCBs: 1 > Map of attached LUNs: 00 00 00 00 01 00 00 00 > Idx ID LUN Prty Sync DsCn SndS TagQ NegoPeriod SyncSpeed SyncOffs MaxCmd > 00 04 00 Yes No Yes Yes No (124 ns) 01 > Commands in Queues: Query: 0: > > > My system: > > lspci: > 0000:00:00.0 Host bridge: nVidia Corporation nForce3 Host Bridge (rev a4) ... > 0000:00:08.0 IDE interface: nVidia Corporation nForce3 IDE (rev a5) > 0000:00:0a.0 PCI bridge: nVidia Corporation nForce3 PCI Bridge (rev a2) > 0000:00:0b.0 PCI bridge: nVidia Corporation nForce3 AGP Bridge (rev a4) > 0000:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge > 0000:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge > 0000:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge > 0000:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge ... > 0000:01:07.0 SCSI storage controller: Advanced Micro Devices [AMD] 53c974 > [PCscsi] (rev 10) ... > 0000:01:0c.0 RAID bus controller: Integrated Technology Express, Inc.: Unknown > device 8212 (rev 11) > 0000:01:0d.0 RAID bus controller: CMD Technology Inc: Unknown device 3512 (rev > 01) > 0000:01:0e.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 > Controller (PHY/Link) ... > uname -a: > > Linux amd64 2.6.5-gentoo #2 Fri Apr 9 01:34:26 CEST 2004 x86_64 4 GNU/Linux Ooh... 64bit... Ok, all the more interesting:-) I can forsee a lot of fun:-) Thanks Guennadi --- Guennadi Liakhovetski ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: tmscsim broken on amd64 with 2.6.5? 2004-04-10 16:42 ` Guennadi Liakhovetski @ 2004-04-10 19:14 ` Guennadi Liakhovetski 2004-04-10 20:39 ` Christian Roessner 2004-04-10 21:14 ` Guennadi Liakhovetski 0 siblings, 2 replies; 22+ messages in thread From: Guennadi Liakhovetski @ 2004-04-10 19:14 UTC (permalink / raw) To: Christian Roessner; +Cc: linux-scsi Ok, sorry, forget (at least for now) about all that debugging I asked you about. Just tell me how much RAM you have. And, please, send me your complete dmesg from the start-up, and, maybe, related to your scsi-card. Thanks Guennadi --- Guennadi Liakhovetski ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: tmscsim broken on amd64 with 2.6.5? 2004-04-10 19:14 ` Guennadi Liakhovetski @ 2004-04-10 20:39 ` Christian Roessner 2004-04-10 21:42 ` Guennadi Liakhovetski 2004-04-10 21:14 ` Guennadi Liakhovetski 1 sibling, 1 reply; 22+ messages in thread From: Christian Roessner @ 2004-04-10 20:39 UTC (permalink / raw) To: linux-scsi, Guennadi Liakhovetski Hi, this is all I can send you from dmesg: _NMI (acpi_id[0x00] dfl dfl lint[0x1]) ACPI: Skipping IOAPIC probe due to 'noapic' option. Using ACPI for processor (LAPIC) configuration information Intel MultiProcessor Specification v1.4 Virtual Wire compatibility mode. OEM ID: OEM00000 <6>Product ID: PROD00000000 <6>APIC at: 0xFEE00000 I/O APIC #2 Version 17 at 0xFEC00000. Processors: 1 Checking aperture... CPU 0: aperture @ e0000000 size 128 MB Built 1 zonelists Kernel command line: hdc=ide-scsi vga=0x317 video=mtrr,vesa=1024x768 root=/dev/hdb3 acpi=force lapic splash=silent console=tty0 ide_setup: hdc=ide-scsi bootsplash: silent mode. Initializing CPU#0 PID hash table entries: 16 (order 4: 256 bytes) time.c: Using 1.193182 MHz PIT timer. time.c: Detected 2009.150 MHz processor. Console: colour dummy device 80x25 Memory: 509880k/524224k available (2505k kernel code, 13564k reserved, 1146k data, 148k init) Calibrating delay loop... 3981.31 BogoMIPS Security Scaffold v1.0.0 initialized Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) Mount-cache hash table entries: 256 (order: 0, 4096 bytes) checking if image is initramfs...it isn't (ungzip failed); looks like an initrd CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) CPU: L2 Cache: 1024K (64 bytes/line) CPU: AMD Athlon(tm) 64 Processor 3200+ stepping 08 POSIX conformance testing by UNIFIX Using local APIC NMI watchdog using perfctr0 Using local APIC timer interrupts. Detected 12.557 MHz APIC timer. NET: Registered protocol family 16 PCI: Using configuration type 1 mtrr: v2.0 (20020519) ACPI: Subsystem revision 20040326 ACPI: IRQ9 SCI: Level Trigger. ACPI: Interpreter enabled ACPI: Using PIC for interrupt routing ACPI: PCI Root Bridge [PCI0] (00:00) PCI: Probing PCI hardware (bus 00) ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT] ACPI: Power Resource [ISAV] (on) ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 *7 9 10 11 12 14 15) ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 6 7 *9 10 11 12 14 15) ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 *7 9 10 11 12 14 15) ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 9 10 11 12 14 15) ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 7 9 10 11 12 14 15) ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 6 7 *9 10 11 12 14 15) ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 9 10 11 12 14 15) ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 6 *7 9 10 11 12 14 15) ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 9 10 11 12 14 15) ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 9 10 11 12 14 15) ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) ACPI: PCI Interrupt Link [LSID] (IRQs 3 4 5 6 7 9 10 11 12 14 15) ACPI: PCI Interrupt Link [APC1] (IRQs *16) ACPI: PCI Interrupt Link [APC2] (IRQs *17) ACPI: PCI Interrupt Link [APC3] (IRQs *18) ACPI: PCI Interrupt Link [APC4] (IRQs *19) ACPI: PCI Interrupt Link [APC5] (IRQs *16) ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) ACPI: PCI Interrupt Link [APCS] (IRQs *23) ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22) SCSI subsystem initialized drivers/usb/core/usb.c: registered new driver usbfs drivers/usb/core/usb.c: registered new driver hub ACPI: PCI Interrupt Link [LSMB] enabled at IRQ 7 ACPI: PCI Interrupt Link [LUBA] enabled at IRQ 11 ACPI: PCI Interrupt Link [LUBB] enabled at IRQ 11 ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 11 ACPI: PCI Interrupt Link [LACI] enabled at IRQ 9 ACPI: PCI Interrupt Link [LNK3] enabled at IRQ 11 ACPI: PCI Interrupt Link [LNK4] enabled at IRQ 11 ACPI: PCI Interrupt Link [LNK2] enabled at IRQ 9 ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 7 ACPI: PCI Interrupt Link [LNK5] enabled at IRQ 7 PCI: Using ACPI for IRQ routing PCI: if you experience problems, try using option 'pci=noacpi' or even 'acpi=off' agpgart: Detected AGP bridge 0 agpgart: Setting up Nforce3 AGP. agpgart: Maximum main memory to use for agp memory: 439M agpgart: AGP aperture is 128M @ 0xe0000000 PCI-DMA: Disabling IOMMU. vesafb: framebuffer at 0xe8000000, mapped to 0xffffff000004e000, size 16384k vesafb: mode is 1024x768x16, linelength=2048, pages=1 vesafb: scrolling: redraw vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0 fb0: VESA VGA frame buffer device IA32 emulation $Id: sys_ia32.c,v 1.32 2002/03/24 13:02:28 ak Exp $ ikconfig 0.7 with /proc/config* devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au) devfs: boot_options: 0x1 Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Initializing Cryptographic API ACPI: Power Button (FF) [PWRF] ACPI: Processor [CPU0] (supports C1) mice: PS/2 mouse device common for all mice input: PC Speaker serio: i8042 AUX port at 0x60,0x64 irq 12 input: PS/2 Generic Mouse on isa0060/serio1 serio: i8042 KBD port at 0x60,0x64 irq 1 input: AT Translated Set 2 keyboard on isa0060/serio0 bootsplash 3.1.4-2004/02/19: looking for picture.... silentjpeg size 21830 bytes, found (1024x768, 16923 bytes, v3). Console: switching to colour frame buffer device 122x40 Real Time Clock Driver v1.12 Linux agpgart interface v0.100 (c) Dave Jones Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A Using anticipatory io scheduler Floppy drive(s): fd0 is 1.44M FDC 0 is a post-1991 82077 RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize loop: loaded (max 8 devices) Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx NFORCE3: IDE controller at PCI slot 0000:00:08.0 NFORCE3: chipset revision 165 NFORCE3: not 100% native mode: will probe irqs later NFORCE3: BIOS didn't set cable bits correctly. Enabling workaround. NFORCE3: BIOS didn't set cable bits correctly. Enabling workaround. NFORCE3: 0000:00:08.0 (rev a5) UDMA133 controller ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA hda: Maxtor 6E040L0, ATA DISK drive hdb: MAXTOR 6L040J2, ATA DISK drive ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 hdc: JLMS XJ-HD165H, ATAPI CD/DVD-ROM drive hdd: IOMEGA ZIP 250 ATAPI Floppy, ATAPI FLOPPY drive hdd: set_drive_speed_status: status=0x51 { DriveReady SeekComplete Error } hdd: set_drive_speed_status: error=0x04 ide1: Drive 1 didn't accept speed setting. Oh, well. ide1 at 0x170-0x177,0x376 on irq 15 hda: max request size: 128KiB hda: 80293248 sectors (41110 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(133) /dev/ide/host0/bus0/target0/lun0: p1 hdb: max request size: 128KiB hdb: 78177792 sectors (40027 MB) w/1819KiB Cache, CHS=65535/16/63, UDMA(133) /dev/ide/host0/bus0/target1/lun0: p1 p2 p3 ide-floppy driver 0.99.newide hdd: No disk in drive hdd: 244736kB, 239/64/32 CHS, 4096 kBps, 512 sector size, 2941 rpm oprofile: using NMI interrupt. NET: Registered protocol family 2 IP: routing cache hash table of 4096 buckets, 32Kbytes TCP: Hash tables configured (established 32768 bind 32768) NET: Registered protocol family 1 NET: Registered protocol family 10 IPv6 over IPv4 tunneling driver NET: Registered protocol family 17 ACPI: (supports S0 S1 S4 S5) RAMDISK: Couldn't find valid RAM disk image starting at 0. kjournald starting. Commit interval 5 seconds EXT3-fs: mounted filesystem with ordered data mode. VFS: Mounted root (ext3 filesystem) readonly. Mounted devfs on /dev Freeing unused kernel memory: 148k freed Adding 1028152k swap on /dev/hdb2. Priority:-1 extents:1 EXT3 FS on hdb3, internal journal 8139too Fast Ethernet driver 0.9.27 eth0: RealTek RTL8139 at 0xffffff0001051000, 00:e0:4c:39:30:fb, IRQ 11 eth0: Identified 8139 chip type 'RTL-8139C' r8169 Gigabit Ethernet driver 1.2 loaded r8169: PCI device 0000:01:0b.0: unknown chip version, assuming RTL-8169 r8169: PCI device 0000:01:0b.0: TxConfig = 0x4000000 eth1: Identified chip type is 'RTL-8169'. eth1: RealTek RTL8169 Gigabit Ethernet at 0xffffff0001053000, 00:0d:61:51:4a:fe, IRQ 11 eth1: Auto-negotiation Enabled. eth1: 100Mbps Full-duplex operation. nvidia: module license 'NVIDIA' taints kernel. 0: nvidia: loading NVIDIA Linux x86_64 NVIDIA Kernel Module 1.0-5332 Fri Jan 9 12:42:32 PST 2004 CSLIP: code copyright 1989 Regents of the University of California PPP generic driver version 2.4.2 ide-scsi is deprecated for cd burning! Use ide-cd and give dev=/dev/hdX as device scsi0 : SCSI host adapter emulation for IDE ATAPI devices Vendor: JLMS Model: XJ-HD165H Rev: CH0Z Type: CD-ROM ANSI SCSI revision: 02 sr0: scsi3-mmc drive: 48x/48x cd/rw xa/form2 cdda tray Uniform CD-ROM driver Revision: 3.20 Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0 Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 5 PCI: Setting latency timer of device 0000:00:06.0 to 64 intel8x0_measure_ac97_clock: measured 49525 usecs intel8x0: clocking to 47386 Linux video capture interface: v1.00 bttv: driver version 0.9.12 loaded bttv: using 8 buffers with 2080k (520 pages) each for capture bttv: Bt8xx card found (0). bttv0: Bt848 (rev 18) at 0000:01:09.0, irq: 9, latency: 32, mmio: 0xf0000000 bttv0: using: MIRO PCTV [card=1,insmod option] bttv0: gpio: en=00000000, out=00000000 in=00ff07ff [init] bttv0: i2c: checking for MSP34xx @ 0x80... not found bttv0: miro: id=1 tuner=0 radio=no stereo=no bttv0: using tuner=0 bttv0: i2c: checking for MSP34xx @ 0x80... not found bttv0: i2c: checking for TDA9875 @ 0xb0... not found bttv0: i2c: checking for TDA7432 @ 0x8a... not found tvaudio: TV audio decoder + audio/video mux driver tvaudio: known chips: tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6420,tda8425,pic16c54 (PV951),ta8874z tuner: chip found at addr 0xc0 i2c-bus bt848 #0 [sw] tuner: type set to 0 (Temic PAL (4002 FH5)) by bt848 #0 [sw] bttv0: registered device video0 bttv0: registered device vbi0 kjournald starting. Commit interval 5 seconds EXT3 FS on hdb1, internal journal EXT3-fs: mounted filesystem with ordered data mode. eth0: link up, 100Mbps, full-duplex, lpa 0x41E1 EXT3 FS on hdb3, internal journal ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI) ohci_hcd: block sizes: ed 80 td 96 ohci_hcd 0000:00:02.0: nVidia Corporation nForce3 USB 1.1 PCI: Setting latency timer of device 0000:00:02.0 to 64 ohci_hcd 0000:00:02.0: irq 11, pci mem ffffff00010ee000 ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1 hub 1-0:1.0: USB hub found hub 1-0:1.0: 3 ports detected ohci_hcd 0000:00:02.1: nVidia Corporation nForce3 USB 1.1 (#2) PCI: Setting latency timer of device 0000:00:02.1 to 64 ohci_hcd 0000:00:02.1: irq 11, pci mem ffffff00010f0000 ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2 hub 2-0:1.0: USB hub found hub 2-0:1.0: 3 ports detected ehci_hcd 0000:00:02.2: nVidia Corporation nForce3 USB 2.0 PCI: Setting latency timer of device 0000:00:02.2 to 64 ehci_hcd 0000:00:02.2: irq 11, pci mem ffffff00010f2000 ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 3 PCI: cache line size of 64 is not supported by device 0000:00:02.2 ehci_hcd 0000:00:02.2: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29 hub 3-0:1.0: USB hub found hub 3-0:1.0: 6 ports detected DC390_init: No EEPROM found! Trying default settings ... DC390: Used defaults: AdaptID=7, SpeedIdx=1 (8.0 MHz), DevMode=0x1f, AdaptMode=0x0f, TaggedCmnds=3 (16), DelayReset=1s DC390: 1 adapters found scsi1 : Tekram DC390/AM53C974 V2.0f 2000-12-20 usb 2-1: new low speed USB device using address 2 input: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:02.1-1 drivers/usb/core/usb.c: registered new driver hid drivers/usb/input/hid-core.c: v2.0:USB HID core driver Disabled Privacy Extensions on device ffffffff8043f940(lo) usb 2-2: new full speed USB device using address 3 drivers/usb/core/usb.c: registered new driver usblp drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 3 if 0 alt 0 proto 2 vid 0x03F0 pid 0x3004 DC390: DMA Blast aborted unfinished! Vendor: Model: Rev: Type: Direct-Access ANSI SCSI revision: 00 Attached scsi generic sg1 at scsi1, channel 0, id 4, lun 0, type 0 DC390: DMA Blast aborted unfinished! CAPI Subsystem Rev 1.1.2.7 b1: revision 1.1.2.2 b1dma: revision 1.1.2.3 b1pci: PCI BIOS reports AVM-B1 at i/o 0x9c00, irq 11 DC390: DMA Blast aborted unfinished! DC390: RESET ... done scsi: Device offlined - not ready after error recovery: host 1 channel 0 id 4 lun 0 kcapi: Controller 1: b1pci-9c00 attached b1pci: AVM B1 PCI at i/o 0x9c00, irq 11, revision 2 b1pci: revision 1.1.2.2 libata version 1.02 loaded. sata_sil version 0.54 ata1: SATA max UDMA/100 cmd 0xFFFFFF00010F6080 ctl 0xFFFFFF00010F608A bmdma 0xFFFFFF00010F6000 irq 9 ata2: SATA max UDMA/100 cmd 0xFFFFFF00010F60C0 ctl 0xFFFFFF00010F60CA bmdma 0xFFFFFF00010F6008 irq 9 parport0: PC-style at 0x278 (0x678) [PCSPP,TRISTATE] parport0: irq 5 detected ata1: no device found (phy stat 00000000) scsi2 : sata_sil ata1: thread exiting ata2: no device found (phy stat 00000000) scsi3 : sata_sil ata2: thread exiting lp0: using parport0 (polling). USB Universal Host Controller Interface driver v2.2 DC390: DMA Blast aborted unfinished! DC390: DMA Blast aborted unfinished! sda: Unit Not Ready, sense: : sense = 0 0 Non-extended sense class 0 code 0x0 Raw sense data:0x00 0x00 0x00 0x00 DC390: DMA Blast aborted unfinished! DC390: DMA Blast aborted unfinished! ip_tables: (C) 2000-2002 Netfilter core team DC390: DMA Blast aborted unfinished! ip_conntrack version 2.1 (2047 buckets, 16376 max) - 432 bytes per conntrack DC390: DMA Blast aborted unfinished! DC390: DMA Blast aborted unfinished! DC390: DMA Blast aborted unfinished! sda : READ CAPACITY failed. sda : status=1, message=00, host=0, driver=08 sd: sense = 0 0 Non-extended sense class 0 code 0x0 Raw sense data:0x00 0x00 0x00 0x00 DC390: DMA Blast aborted unfinished! sda: asking for cache data failed sda: assuming drive cache: write through Attached scsi disk sda at scsi1, channel 0, id 4, lun 0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1 eth1: no IPv6 routers present bootsplash 3.1.4-2004/02/19: looking for picture.... found (1024x768, 16923 bytes, v3). bootsplash: status on console 0 changed to on agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0. agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode agpgart: Putting AGP V3 device at 0000:02:00.0 into 8x mode eth0: no IPv6 routers present And: I have 500Mb RAM Regards Christian ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: tmscsim broken on amd64 with 2.6.5? 2004-04-10 20:39 ` Christian Roessner @ 2004-04-10 21:42 ` Guennadi Liakhovetski 0 siblings, 0 replies; 22+ messages in thread From: Guennadi Liakhovetski @ 2004-04-10 21:42 UTC (permalink / raw) To: Christian Roessner; +Cc: linux-scsi [-- Attachment #1: Type: TEXT/PLAIN, Size: 749 bytes --] On Sat, 10 Apr 2004, Christian Roessner wrote: > DC390_init: No EEPROM found! Trying default settings ... > DC390: Used defaults: AdaptID=7, SpeedIdx=1 (8.0 MHz), DevMode=0x1f, > AdaptMode=0x0f, TaggedCmnds=3 (16), DelayReset=1s > DC390: 1 adapters found > scsi1 : Tekram DC390/AM53C974 V2.0f 2000-12-20 ... > DC390: DMA Blast aborted unfinished! > Vendor: Model: Rev: > Type: Direct-Access ANSI SCSI revision: 00 > Attached scsi generic sg1 at scsi1, channel 0, id 4, lun 0, type 0 > DC390: DMA Blast aborted unfinished! ... Yes, indeed, there's a DMA-ing problem. Could you, please, try the attached patch, although, I am not sure it'll help... Thanks Guennadi --- Guennadi Liakhovetski [-- Attachment #2: Type: TEXT/PLAIN, Size: 689 bytes --] --- linux-2.6.3.hardlink/drivers/scsi/tmscsim.c~ Fri Mar 12 22:22:11 2004 +++ linux-2.6.3.hardlink/drivers/scsi/tmscsim.c Sat Apr 10 23:08:15 2004 @@ -2236,10 +2236,13 @@ if ( PCI_PRESENT ) while (PCI_FIND_DEVICE (PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD53C974)) { -#if LINUX_VERSION_CODE > KERNEL_VERSION(2,3,30) if (pci_enable_device (pdev)) continue; -#endif + + if (pci_set_dma_mask(pdev, 0xffffffff)) { + printk(KERN_ERR "DC390(%i): No suitable DMA available.\n", dc390_adapterCnt); + continue; + } PCI_GET_IO_AND_IRQ; DEBUG0(printk(KERN_INFO "DC390(%i): IO_PORT=%04x,IRQ=%x\n", dc390_adapterCnt, (UINT) io_port, irq)); ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: tmscsim broken on amd64 with 2.6.5? 2004-04-10 19:14 ` Guennadi Liakhovetski 2004-04-10 20:39 ` Christian Roessner @ 2004-04-10 21:14 ` Guennadi Liakhovetski 2004-04-11 9:20 ` Christian Roessner 1 sibling, 1 reply; 22+ messages in thread From: Guennadi Liakhovetski @ 2004-04-10 21:14 UTC (permalink / raw) To: Christian Roessner; +Cc: linux-scsi On Sat, 10 Apr 2004, Guennadi Liakhovetski wrote: > Ok, sorry, forget (at least for now) about all that debugging I asked you > about. Just tell me how much RAM you have. And, please, send me your > complete dmesg from the start-up, and, maybe, related to your scsi-card. I reviewed the dma-stuff in tmscsim, and so far I cannot see big problems there, except if you have more than ~4GB RAM, or, at least, if you have HIGHMEM64 set in your configuration. Looks like you are using a gentoo kernel. Could you check in their configuration, if this option is set? If you don't find the file itself, you might be lucky and find it in /proc/config.gz. In any case, could you, please, try to enable DEBUG1, i.e. in file drivers/scsi/tmscsim.c modify the line 178 (approx.) from //#define DC390_DEBUG1 to #define DC390_DEBUG1 . Recompile, and send the kernel messages. Thanks Guennadi --- Guennadi Liakhovetski ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: tmscsim broken on amd64 with 2.6.5? 2004-04-10 21:14 ` Guennadi Liakhovetski @ 2004-04-11 9:20 ` Christian Roessner 2004-04-12 11:11 ` Guennadi Liakhovetski 0 siblings, 1 reply; 22+ messages in thread From: Christian Roessner @ 2004-04-11 9:20 UTC (permalink / raw) To: linux-scsi, Guennadi Liakhovetski [-- Attachment #1: Type: text/plain, Size: 1619 bytes --] Hi, first problem I have is, I can not compile the 2.6.5 kernel without IOMMU support, ecause ioapic failes while compiling and the process aborts. I am using make menuconfig and under Processor-Type and Features, IO-APIC is not listed, so I only could disable it in .config, but I think turning off APIC is not a good idea. I patched tmscsi.c and turned on DEBUG1. Both results are attached to this mail. Regards Christian Am Samstag, 10. April 2004 23:14 schrieben Sie: > On Sat, 10 Apr 2004, Guennadi Liakhovetski wrote: > > Ok, sorry, forget (at least for now) about all that debugging I asked you > > about. Just tell me how much RAM you have. And, please, send me your > > complete dmesg from the start-up, and, maybe, related to your scsi-card. > > I reviewed the dma-stuff in tmscsim, and so far I cannot see big problems > there, except if you have more than ~4GB RAM, or, at least, if you have > HIGHMEM64 set in your configuration. Looks like you are using a gentoo > kernel. Could you check in their configuration, if this option is set? If > you don't find the file itself, you might be lucky and find it in > /proc/config.gz. In any case, could you, please, try to enable DEBUG1, > i.e. in file drivers/scsi/tmscsim.c modify the line 178 (approx.) from > //#define DC390_DEBUG1 > to > #define DC390_DEBUG1 > . Recompile, and send the kernel messages. > > Thanks > Guennadi > --- > Guennadi Liakhovetski -- Roessner Network Solutions (R.N.S.) Tel.: 0641-2097252, Fax: 0641-2097253, Mobil: 0171-3611230 URL: http://www.roessner-net.com/ PGP: http://www.roessner-nat.com/kontakt/0x6A549505.asc [-- Attachment #2: current.gz --] [-- Type: application/x-gzip, Size: 4012 bytes --] [-- Attachment #3: dmesg.log --] [-- Type: text/x-log, Size: 15483 bytes --] 23 (SRB 0000010018e76468), No TagQ DC390: AutoReqSense ! .. IRQ returned DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) DC390: [1]dc390_DataInPhase(1) (81) DC390: Next SG segment.<7> DC390: Start transfer: 0 bytes (address 1e7bc898) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) DC390: DMA Blast aborted unfinished! Blast: Read 40960 times DMA_Status 00<7>Xfered: -16777198, Total: -16777198, Remaining: 16777198 DC390: [3]dc390_StatusPhase(1) (83) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) DC390: [4]dc390_Nop_0(1) (04) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped sense buffer at 1e7bc898 .. IRQ returned dc390_pci_map(): Mapped request buffer 0000010000b52e00 at b52e00 DC390: Start SCSI command: 25 (Sync:01) DC390: Select w/DisCn for Cmd 124 (SRB 0000010018e76468), No TagQ ... command (pid 124) queued successfully. DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83) DC390: [3]dc390_StatusPhase(1) (83) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) DC390: [4]dc390_Nop_0(1) (04) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at b52e00 dc390_pci_map(): Mapped sense buffer 000001001e7bc898 at 1e7bc898 DC390: Start SCSI command: 25 (Sync:01) DC390: Select wo/DisCn for Cmd 124 (SRB 0000010018e76468), No TagQ DC390: AutoReqSense ! .. IRQ returned DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) DC390: [1]dc390_DataInPhase(1) (81) DC390: Next SG segment.<7> DC390: Start transfer: 0 bytes (address 1e7bc898) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) DC390: DMA Blast aborted unfinished! Blast: Read 40960 times DMA_Status 00<7>Xfered: -16777198, Total: -16777198, Remaining: 16777198 DC390: [3]dc390_StatusPhase(1) (83) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) DC390: [4]dc390_Nop_0(1) (04) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped sense buffer at 1e7bc898 dc390_pci_map(): Mapped request buffer 0000010000b52e00 at b52e00 DC390: Start SCSI command: 25 (Sync:01) DC390: Select w/DisCn for Cmd 124 (SRB 0000010018e76468), No TagQ .. IRQ returned DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83) DC390: [3]dc390_StatusPhase(1) (83) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) DC390: [4]dc390_Nop_0(1) (04) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at b52e00 dc390_pci_map(): Mapped sense buffer 000001001e7bc898 at 1e7bc898 DC390: Start SCSI command: 25 (Sync:01) DC390: Select wo/DisCn for Cmd 124 (SRB 0000010018e76468), No TagQ DC390: AutoReqSense ! .. IRQ returned DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) DC390: [1]dc390_DataInPhase(1) (81) DC390: Next SG segment.<7> DC390: Start transfer: 0 bytes (address 1e7bc898) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) DC390: DMA Blast aborted unfinished! Blast: Read 40960 times DMA_Status 00<7>Xfered: -16777198, Total: -16777198, Remaining: 16777198 DC390: [3]dc390_StatusPhase(1) (83) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) DC390: [4]dc390_Nop_0(1) (04) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped sense buffer at 1e7bc898 .. IRQ returned dc390_pci_map(): Mapped request buffer 0000010000b52e00 at b52e00 DC390: Start SCSI command: 25 (Sync:01) DC390: Select w/DisCn for Cmd 125 (SRB 0000010018e76468), No TagQ ... command (pid 125) queued successfully. DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83) DC390: [3]dc390_StatusPhase(1) (83) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) DC390: [4]dc390_Nop_0(1) (04) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at b52e00 dc390_pci_map(): Mapped sense buffer 000001001e7bc898 at 1e7bc898 DC390: Start SCSI command: 25 (Sync:01) DC390: Select wo/DisCn for Cmd 125 (SRB 0000010018e76468), No TagQ DC390: AutoReqSense ! .. IRQ returned DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) DC390: [1]dc390_DataInPhase(1) (81) DC390: Next SG segment.<7> DC390: Start transfer: 0 bytes (address 1e7bc898) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) DC390: DMA Blast aborted unfinished! Blast: Read 40960 times DMA_Status 00<7>Xfered: -16777198, Total: -16777198, Remaining: 16777198 DC390: [3]dc390_StatusPhase(1) (83) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) DC390: [4]dc390_Nop_0(1) (04) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped sense buffer at 1e7bc898 dc390_pci_map(): Mapped request buffer 0000010000b52e00 at b52e00 DC390: Start SCSI command: 25 (Sync:01) DC390: Select w/DisCn for Cmd 125 (SRB 0000010018e76468), No TagQ .. IRQ returned DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83) DC390: [3]dc390_StatusPhase(1) (83) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) DC390: [4]dc390_Nop_0(1) (04) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at b52e00 dc390_pci_map(): Mapped sense buffer 000001001e7bc898 at 1e7bc898 DC390: Start SCSI command: 25 (Sync:01) DC390: Select wo/DisCn for Cmd 125 (SRB 0000010018e76468), No TagQ DC390: AutoReqSense ! .. IRQ returned DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) DC390: [1]dc390_DataInPhase(1) (81) DC390: Next SG segment.<7> DC390: Start transfer: 0 bytes (address 1e7bc898) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) DC390: DMA Blast aborted unfinished! Blast: Read 40960 times DMA_Status 00<7>Xfered: -16777198, Total: -16777198, Remaining: 16777198 DC390: [3]dc390_StatusPhase(1) (83) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) DC390: [4]dc390_Nop_0(1) (04) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped sense buffer at 1e7bc898 .. IRQ returned sda : READ CAPACITY failed. sda : status=1, message=00, host=0, driver=08 sd: sense = 0 0 Non-extended sense class 0 code 0x0 Raw sense data:0x00 0x00 0x00 0x00 dc390_pci_map(): Mapped request buffer 0000010000b52e00 at b52e00 DC390: Start SCSI command: 1a (Sync:01) DC390: Select w/DisCn for Cmd 126 (SRB 0000010018e76468), No TagQ ... command (pid 126) queued successfully. DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) DC390: [1]dc390_DataInPhase(1) (81) DC390: Next SG segment.<7> DC390: Start transfer: 0 bytes (address 00b52e00) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) DC390: DMA Blast aborted unfinished! Blast: Read 40960 times DMA_Status 00<7>Xfered: -16777212, Total: -16777212, Remaining: 16777212 DC390: [3]dc390_StatusPhase(1) (83) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) DC390: [4]dc390_Nop_0(1) (04) .. IRQ returned DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at b52e00 .. IRQ returned sda: asking for cache data failed sda: assuming drive cache: write through Attached scsi disk sda at scsi5, channel 0, id 4, lun 0 Attached scsi generic sg1 at scsi5, channel 0, id 4, lun 0, type 0 dc390_pci_map(): Mapped request buffer 0000010000b53e80 at b53e80 DC390: Start SCSI command: 12 (Sync:01) DC390: Select w/DisCn for Cmd 127 (SRB 0000010018e76468), No TagQ ... command (pid 127) queued successfully. DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at b53e80 .. IRQ returned dc390_pci_map(): Mapped request buffer 0000010000b53e80 at b53e80 DC390: Start SCSI command: 12 (Sync:01) DC390: Select w/DisCn for Cmd 128 (SRB 0000010018e76468), No TagQ ... command (pid 128) queued successfully. DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at b53e80 .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned DC390: Irq (11) caught: .. IRQ returned ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: tmscsim broken on amd64 with 2.6.5? 2004-04-11 9:20 ` Christian Roessner @ 2004-04-12 11:11 ` Guennadi Liakhovetski 2004-04-12 11:38 ` Jeff Garzik 0 siblings, 1 reply; 22+ messages in thread From: Guennadi Liakhovetski @ 2004-04-12 11:11 UTC (permalink / raw) To: Christian Roessner; +Cc: linux-scsi [-- Attachment #1: Type: TEXT/PLAIN, Size: 393 bytes --] Hi Can you try the attached patch, please. If it still doesn't work, could you add something like kern.* -/var/log/tmscsim.log to your /etc/syslog.conf, do killall -HUP syslogd, and send me the log starting from insertion of the module. Also a lspci -vvxxx -s 0000:01:07.0 (I hope the syntax is correct for your platform). Thanks Guennadi --- Guennadi Liakhovetski [-- Attachment #2: Type: TEXT/PLAIN, Size: 325 bytes --] --- linux-2.6.3.hardlink/drivers/scsi/tmscsim.c~ Sat Apr 10 23:08:15 2004 +++ linux-2.6.3.hardlink/drivers/scsi/tmscsim.c Mon Apr 12 13:00:08 2004 @@ -2228,7 +2228,7 @@ { PDEVDECL0; UCHAR irq; - UINT io_port; + ULONG io_port; //dc390_pSHT_start = psht; dc390_pACB_start = NULL; ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: tmscsim broken on amd64 with 2.6.5? 2004-04-12 11:11 ` Guennadi Liakhovetski @ 2004-04-12 11:38 ` Jeff Garzik 2004-04-13 21:26 ` Guennadi Liakhovetski 0 siblings, 1 reply; 22+ messages in thread From: Jeff Garzik @ 2004-04-12 11:38 UTC (permalink / raw) To: Guennadi Liakhovetski; +Cc: Christian Roessner, linux-scsi Guennadi Liakhovetski wrote: > Hi > > Can you try the attached patch, please. If it still doesn't work, could > you add something like > kern.* -/var/log/tmscsim.log > to your /etc/syslog.conf, do killall -HUP syslogd, and send me the log > starting from insertion of the module. Also a > lspci -vvxxx -s 0000:01:07.0 > (I hope the syntax is correct for your platform). Good catch, definitely a bug. Would be nice if we could kill the non-standard types (ULONG, etc.) from the driver. Jeff ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: tmscsim broken on amd64 with 2.6.5? 2004-04-12 11:38 ` Jeff Garzik @ 2004-04-13 21:26 ` Guennadi Liakhovetski 2004-04-13 21:52 ` Jeff Garzik 0 siblings, 1 reply; 22+ messages in thread From: Guennadi Liakhovetski @ 2004-04-13 21:26 UTC (permalink / raw) To: Jeff Garzik; +Cc: Christian Roessner, linux-scsi On Mon, 12 Apr 2004, Jeff Garzik wrote: > Would be nice if we could kill the non-standard types (ULONG, etc.) from > the driver. Sure, the diff it would be quite big though, so, it would deserve a separate patch, IMHO. Thanks Guennadi --- Guennadi Liakhovetski ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: tmscsim broken on amd64 with 2.6.5? 2004-04-13 21:26 ` Guennadi Liakhovetski @ 2004-04-13 21:52 ` Jeff Garzik 0 siblings, 0 replies; 22+ messages in thread From: Jeff Garzik @ 2004-04-13 21:52 UTC (permalink / raw) To: Guennadi Liakhovetski; +Cc: Christian Roessner, linux-scsi Guennadi Liakhovetski wrote: > On Mon, 12 Apr 2004, Jeff Garzik wrote: > > >>Would be nice if we could kill the non-standard types (ULONG, etc.) from >>the driver. > > > Sure, the diff it would be quite big though, so, it would deserve a > separate patch, IMHO. Agreed, Jeff ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: tmscsim broken on amd64 with 2.6.5?
@ 2004-04-13 8:25 Christian Roessner
2004-04-13 11:05 ` Guennadi Liakhovetski
0 siblings, 1 reply; 22+ messages in thread
From: Christian Roessner @ 2004-04-13 8:25 UTC (permalink / raw)
To: linux-scsi
[-- Attachment #1: Type: text/plain, Size: 34510 bytes --]
Hi,
Some compiler messages:
drivers/scsi/tmscsim.c: In function `dc390_pci_map':
drivers/scsi/tmscsim.c:1028: warning: unsigned int format, different type arg
(arg 4)
drivers/scsi/tmscsim.c:1049: warning: unsigned int format, different type arg
(arg 4)
drivers/scsi/tmscsim.c: In function `dc390_pci_unmap':
drivers/scsi/tmscsim.c:1066: warning: unsigned int format, different type arg
(arg 3)
drivers/scsi/tmscsim.c:1076: warning: unsigned int format, different type arg
(arg 3)
> kern.* -/var/log/tmscsim.log
I use metalong and I have not spent time looking for the configuration. I
thin /var/log/everthing/current should also contain kern.*
cat /proc/scsi/scsi:
Host: scsi4 Channel: 00 Id: 04 Lun: 00
Vendor: d-linux- Model: x86-64.so.2 Rev: prea
Type: Direct-Access ANSI SCSI revision: ffffffff
lspci -vvxxx:
0000:00:00.0 Host bridge: nVidia Corporation nForce3 Host Bridge (rev a4)
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 e0000000 (32-bit, prefetchable)
Capabilities: [44] #08 [0180]
Capabilities: [c0] AGP version 3.0
Status: RQ=32 Iso- ArqSz=2 Cal=0 SBA+ ITACoh- GART64- HTrans-
64bit- FW+ AGP3+ Rate=x4,x8
Command: RQ=1 ArqSz=0 Cal=0 SBA+ AGP+ GART64- 64bit- FW+
Rate=x8
00: de 10 d1 00 06 01 b0 00 a4 00 00 06 00 00 00 00
10: 08 00 00 e0 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 44 00 00 00 00 00 00 00 ff 00 00 00
40: 00 00 00 00 08 c0 80 01 22 00 01 01 d0 00 00 00
50: 23 04 1f 00 03 00 00 00 00 00 00 00 00 00 00 00
60: 32 31 03 00 66 45 04 00 66 06 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 30 30 00 00 13 66 66 00
80: 13 66 66 00 c8 00 00 00 70 00 00 00 1f 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 02 00 30 00 1b 42 00 1f 12 03 00 00 ff ff ff ff
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0000:00:01.0 ISA bridge: nVidia Corporation nForce3 LPC Bridge (rev a6)
Subsystem: Giga-byte Technology: Unknown device 0c11
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
00: de 10 d0 00 0f 00 a0 00 a6 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 58 14 11 0c
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 58 14 11 0c 00 f0 ff fe fa 3e ff 00 fa 3e ff 00
50: fa 3e ff 00 7f b1 29 04 00 00 00 01 00 00 ff ff
60: 01 10 00 00 01 14 00 00 01 18 00 00 00 00 f9 ff
70: 10 00 ff ff 03 00 00 00 00 00 40 00 97 bb 07 00
80: 09 b7 00 00 bb 00 09 00 3f 00 00 00 00 00 00 00
90: 00 00 33 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 10 00 00 00 00 00 00 80 24 40 20 71 33 14 00
f0: 00 ff 5f bf 00 00 00 00 10 ff ff ff 00 00 30 07
0000:00:01.1 SMBus: nVidia Corporation nForce3 SMBus (rev a4)
Subsystem: Giga-byte Technology: Unknown device 0c11
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-
Interrupt: pin A routed to IRQ 7
Region 4: I/O ports at 1c00 [size=64]
Region 5: I/O ports at 2000 [size=64]
Capabilities: [44] 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-
00: de 10 d4 00 01 00 b0 00 a4 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: 01 1c 00 00 01 20 00 00 00 00 00 00 58 14 11 0c
30: 00 00 00 00 44 00 00 00 00 00 00 00 07 01 03 01
40: 58 14 11 0c 01 00 02 c0 00 00 00 00 00 00 00 00
50: 01 1c 00 00 01 20 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0000:00:02.0 USB Controller: nVidia Corporation nForce3 USB 1.1 (rev a5)
(prog-if 10 [OHCI])
Subsystem: Giga-byte Technology: Unknown device 5004
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 (750ns min, 250ns max)
Interrupt: pin A routed to IRQ 11
Region 0: Memory at f5002000 (32-bit, non-prefetchable)
Capabilities: [44] 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-
00: de 10 d7 00 07 00 b0 00 a5 10 03 0c 00 00 80 00
10: 00 20 00 f5 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 44 00 00 00 00 00 00 00 0b 01 03 01
40: 58 14 04 50 01 00 02 fe 00 00 00 00 02 00 00 00
50: 00 00 00 00 1d 47 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 10 ff ff ff 04 09 30 07
0000:00:02.1 USB Controller: nVidia Corporation nForce3 USB 1.1 (rev a5)
(prog-if 10 [OHCI])
Subsystem: Giga-byte Technology: Unknown device 5004
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 (750ns min, 250ns max)
Interrupt: pin B routed to IRQ 11
Region 0: Memory at f5003000 (32-bit, non-prefetchable)
Capabilities: [44] 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-
00: de 10 d7 00 07 00 b0 00 a5 10 03 0c 00 00 80 00
10: 00 30 00 f5 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 44 00 00 00 00 00 00 00 0b 02 03 01
40: 58 14 04 50 01 00 02 fe 00 00 00 00 03 00 00 00
50: 0c 00 00 00 1d 47 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 10 ff ff ff 04 0c 30 07
0000:00:02.2 USB Controller: nVidia Corporation nForce3 USB 2.0 (rev a2)
(prog-if 20 [EHCI])
Subsystem: Giga-byte Technology: Unknown device 5004
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 (750ns min, 250ns max)
Interrupt: pin C routed to IRQ 11
Region 0: Memory at f5004000 (32-bit, non-prefetchable)
Capabilities: [44] #0a [2080]
Capabilities: [80] 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-
00: de 10 d8 00 06 00 b0 00 a2 20 03 0c 00 00 80 00
10: 00 40 00 f5 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 44 00 00 00 00 00 00 00 0b 03 03 01
40: 58 14 04 50 0a 80 80 20 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 20 20 01 00 00 60 98 81 c3 13 00 00 00 00 00 00
70: 00 00 00 05 00 10 30 80 89 3d 84 22 77 25 04 80
80: 01 00 02 fe 00 00 00 00 00 00 00 00 15 16 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 01 00 00 00 00 00 0c e0 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 10 ff ff ff 00 00 30 07
0000:00:06.0 Multimedia audio controller: nVidia Corporation nForce3 Audio
(rev a2)
Subsystem: Giga-byte Technology: Unknown device a002
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 (500ns min, 1250ns max)
Interrupt: pin A routed to IRQ 9
Region 0: I/O ports at d800
Region 1: I/O ports at dc00 [size=128]
Region 2: Memory at f5000000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [44] 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-
00: de 10 da 00 07 00 b0 00 a2 00 01 04 00 00 00 00
10: 01 d8 00 00 01 dc 00 00 00 00 00 f5 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 02 a0
30: 00 00 00 00 44 00 00 00 00 00 00 00 09 01 02 05
40: 58 14 02 a0 01 00 02 06 00 00 00 00 06 01 00 01
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 10 ff ff ff 04 06 30 07
0000:00:08.0 IDE interface: nVidia Corporation nForce3 IDE (rev a5) (prog-if
8a [Master SecP PriP])
Subsystem: Giga-byte Technology: Unknown device 5002
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 (750ns min, 250ns max)
Region 4: I/O ports at f000 [size=16]
Capabilities: [44] 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-
00: de 10 d5 00 05 00 b0 00 a5 8a 01 01 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 01 f0 00 00 00 00 00 00 00 00 00 00 58 14 02 50
30: 00 00 00 00 44 00 00 00 00 00 00 00 00 00 03 01
40: 58 14 02 50 01 00 02 00 00 00 00 00 00 09 00 00
50: 03 f0 00 00 00 00 00 00 77 20 20 20 01 00 22 20
60: 03 c4 c7 c7 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 bd 11 00 00 1a 08 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 12 ff ff ff 05 11 30 07
0000:00:0a.0 PCI bridge: nVidia Corporation nForce3 PCI Bridge (rev a2)
(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=01, subordinate=01, sec-latency=128
I/O behind bridge: 00009000-0000cfff
Memory behind bridge: f3000000-f4ffffff
Prefetchable memory behind bridge: f0000000-f0ffffff
Expansion ROM at 00009000 [disabled] [size=16K]
BridgeCtl: Parity- SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
00: de 10 dd 00 07 01 a0 00 a2 00 04 06 00 00 01 00
10: 00 00 00 00 00 00 00 00 00 01 01 80 90 c0 80 a2
20: 00 f3 f0 f4 00 f0 f0 f0 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 06 00
40: 00 00 03 00 01 00 02 00 01 00 00 00 00 00 44 00
50: 00 00 fe 1f 00 00 00 00 ef 1f 00 00 03 00 80 00
60: 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0000:00:0b.0 PCI bridge: nVidia Corporation nForce3 AGP Bridge (rev a4)
(prog-if 00 [Normal decode])
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: 16
Bus: primary=00, secondary=02, subordinate=02, sec-latency=10
Memory behind bridge: f1000000-f2ffffff
Prefetchable memory behind bridge: e8000000-efffffff
BridgeCtl: Parity+ SERR+ NoISA+ VGA+ MAbort- >Reset- FastB2B-
00: de 10 d2 00 07 01 20 02 a4 00 04 06 00 10 01 00
10: 00 00 00 00 00 00 00 00 00 02 02 0a f0 00 20 22
20: 00 f1 f0 f2 00 e8 f0 ef 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0f 00
40: 01 00 00 00 00 00 f0 1f 20 00 00 00 00 00 00 00
50: 00 00 00 e0 00 f0 ff e7 ff ff ff ff ff ff ff ff
60: ff 40 ff 40 00 00 00 20 00 00 00 20 ff ff ff ff
70: ff ff ff ff 00 00 00 00 00 00 00 00 ff ff ff ff
80: ff ff ff ff 00 80 00 00 cd 01 00 00 ff ff ff ff
90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
a0: 1b 42 00 1f 00 00 00 00 0c 00 00 00 00 00 00 00
b0: 04 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 20 00 00 80 82 ff 32 07 00 05 30 07
d0: 00 00 00 00 00 00 00 00 08 00 00 e0 ff ff ff e7
e0: b0 b5 f7 ef b0 7f bf bf 70 d5 7e df f0 fe ef fb
f0: b0 de 57 ff f0 f7 ef af d0 3a ed ff 70 f5 f7 ef
0000:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
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-
Capabilities: [80] #08 [2101]
00: 22 10 00 11 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
40: 01 01 01 00 01 01 01 00 01 01 01 00 01 01 01 00
50: 01 01 01 00 01 01 01 00 01 01 01 00 01 01 01 00
60: 00 00 00 00 e4 00 00 00 0f cc 00 0f 0c 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 08 00 01 21 20 00 11 10 22 04 75 80 02 00 00 00
90: 56 04 51 02 00 00 ff 00 07 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0000:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
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-
00: 22 10 01 11 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
40: 03 00 00 00 00 00 1f 00 00 00 20 00 01 00 00 00
50: 00 00 20 00 02 00 00 00 00 00 20 00 03 00 00 00
60: 00 00 20 00 04 00 00 00 00 00 20 00 05 00 00 00
70: 00 00 20 00 06 00 00 00 00 00 20 00 07 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 03 0a 00 00 00 0b 00 00 03 00 20 00 00 70 ff 00
c0: 00 00 00 00 00 00 00 00 13 10 00 00 00 f0 0f 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 03 00 00 ff 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0000:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
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-
00: 22 10 02 11 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
40: 01 00 00 00 01 00 00 01 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 fe e0 00 00 fe e0 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 03 00 00 00 00 00 00 00 45 34 83 13 31 0b 00 00
90: 00 8c 0c 08 07 07 7b 06 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 92 18 7c b2 9a 00 00 00 7b f5 01 21 2c 3f c6 d1
c0: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 04 bc c1 a7 6c 20 dd f8 c9 30 49 ec 2f 98 b9 a5
e0: 2f bf f9 2f 29 68 d5 b6 5a bd 60 16 31 66 49 78
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0000:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
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-
00: 22 10 03 11 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
40: ff 3b 00 00 40 00 00 00 00 00 00 00 00 00 00 00
50: 60 20 e2 bc f1 00 00 00 00 00 00 00 00 09 00 08
60: 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 11 01 02 51 11 80 00 50 00 38 00 08 1b 22 00 00
80: 00 00 07 23 13 21 13 21 00 00 00 00 00 00 00 00
90: 05 00 00 00 70 00 00 00 00 c0 1f 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 3f 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 07 07 e2 04 00 00 00 00 00 00 00 00
e0: 00 00 00 00 20 0e 57 00 08 01 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0000:01:06.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ (rev 10)
Subsystem: Realtek Semiconductor Co., Ltd. RT8139
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 (8000ns min, 16000ns max)
Interrupt: pin A routed to IRQ 11
Region 0: I/O ports at 9000
Region 1: Memory at f4004000 (32-bit, non-prefetchable) [size=256]
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-
00: ec 10 39 81 07 00 90 02 10 00 00 02 00 20 00 00
10: 01 90 00 00 00 40 00 f4 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 ec 10 39 81
30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 01 20 40
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 01 00 c2 f7 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0000:01:07.0 SCSI storage controller: Advanced Micro Devices [AMD] 53c974
[PCscsi] (rev 10)
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 (1000ns min, 10000ns max)
Interrupt: pin A routed to IRQ 11
Region 0: I/O ports at 9400
00: 22 10 20 20 c5 01 00 02 10 00 00 01 00 20 00 00
10: 01 94 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 0b 01 04 28
40: 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0000:01:09.0 Multimedia video controller: Brooktree Corporation Bt848 Video
Capture (rev 12)
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 (4000ns min, 10000ns max)
Interrupt: pin A routed to IRQ 9
Region 0: Memory at f0000000 (32-bit, prefetchable)
00: 9e 10 50 03 06 00 80 02 12 00 00 04 00 20 00 00
10: 08 00 00 f0 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 09 01 10 28
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0000:01:0a.0 Network controller: AVM Audiovisuelles MKTG & Computer System
GmbH B1 ISDN
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: 32
Interrupt: pin A routed to IRQ 11
Region 0: I/O ports at 9800
Region 1: I/O ports at 9c00 [size=32]
00: 44 12 00 07 07 00 00 00 00 00 80 02 00 20 00 00
10: 01 98 00 00 01 9c 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 0b 01 00 00
40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
0000:01:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169
(rev 10)
Subsystem: Giga-byte Technology: Unknown device e000
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 (8000ns min, 16000ns max), cache line size 08
Interrupt: pin A routed to IRQ 11
Region 0: I/O ports at a000
Region 1: Memory at f4007000 (32-bit, non-prefetchable) [size=256]
Capabilities: [dc] 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-
00: ec 10 69 81 07 00 b0 02 10 00 00 02 08 20 00 00
10: 01 a0 00 00 00 70 00 f4 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 58 14 00 e0
30: 00 00 00 00 dc 00 00 00 00 00 00 00 0b 01 20 40
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 01 00 c2 f7
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0000:01:0c.0 RAID bus controller: Integrated Technology Express, Inc.:
Unknown device 8212 (rev 11)
Subsystem: Integrated Technology Express, Inc.: Unknown device 0001
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 (2000ns min, 2000ns max)
Interrupt: pin A routed to IRQ 7
Region 0: I/O ports at a410
Region 1: I/O ports at a800 [size=4]
Region 2: I/O ports at ac10 [size=8]
Region 3: I/O ports at b000 [size=4]
Region 4: I/O ports at b400 [size=16]
Capabilities: [80] 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-
00: 83 12 12 82 07 00 30 02 11 00 04 01 00 00 00 00
10: 11 a4 00 00 01 a8 00 00 11 ac 00 00 01 b0 00 00
20: 01 b4 00 00 00 00 00 00 00 00 00 00 83 12 01 00
30: 00 00 00 00 80 00 00 00 00 00 00 00 07 01 08 08
40: 00 a0 36 00 08 00 08 00 02 02 00 00 04 02 04 02
50: 01 20 00 00 a3 00 31 31 a3 00 31 31 00 1a 02 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 01 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0000:01:0d.0 RAID bus controller: CMD Technology Inc: Unknown device 3512
(rev 01)
Subsystem: CMD Technology Inc: Unknown device 6512
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, cache line size 08
Interrupt: pin A routed to IRQ 9
Region 0: I/O ports at b800
Region 1: I/O ports at bc00 [size=4]
Region 2: I/O ports at c000 [size=8]
Region 3: I/O ports at c400 [size=4]
Region 4: I/O ports at c800 [size=16]
Region 5: Memory at f4005000 (32-bit, non-prefetchable) [size=512]
Capabilities: [60] Power Management version 2
Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=2 PME-
00: 95 10 12 35 07 00 b0 02 01 00 04 01 08 20 00 00
10: 01 b8 00 00 01 bc 00 00 01 c0 00 00 01 c4 00 00
20: 01 c8 00 00 00 50 00 f4 00 00 00 00 95 10 12 65
30: 00 00 00 00 60 00 00 00 00 00 00 00 09 01 00 00
40: 02 00 00 00 02 a0 22 80 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 01 00 22 06 00 40 00 64 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 22 00 00 00 22 00 00 00 00 00 00 00 ff ff ef a4
90: 00 00 00 08 ff ff 00 00 00 00 00 18 00 00 00 00
a0: 01 21 15 65 dd 62 dd 62 92 43 92 43 09 40 09 40
b0: 01 21 15 65 dd 62 dd 62 92 43 92 43 09 40 09 40
c0: 84 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0000:01:0e.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23
IEEE-1394a-2000 Controller (PHY/Link) (prog-if 10 [OHCI])
Subsystem: Giga-byte Technology: Unknown device 1000
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 08
Interrupt: pin A routed to IRQ 11
Region 0: Memory at f4006000 (32-bit, non-prefetchable)
Region 1: Memory at f4000000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [44] 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-
00: 4c 10 24 80 06 00 10 02 00 10 00 0c 08 20 00 00
10: 00 60 00 f4 00 00 00 f4 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
40: 00 00 00 00 01 00 02 7e 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 88 00 00 00
f0: 10 00 00 00 82 10 00 00 58 14 00 10 00 00 00 00
0000:02:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX
440 AGP 8x] (rev a2) (prog-if 00 [VGA])
Subsystem: Asustek Computer, Inc.: Unknown device 8063
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: 248 (1250ns min, 250ns max)
Interrupt: pin A routed to IRQ 7
Region 0: Memory at f1000000 (32-bit, non-prefetchable)
Region 1: Memory at e8000000 (32-bit, prefetchable) [size=128M]
Capabilities: [60] 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: [44] AGP version 3.0
Status: RQ=32 Iso- ArqSz=0 Cal=3 SBA+ ITACoh- GART64- HTrans-
64bit- FW+ AGP3+ Rate=x4,x8
Command: RQ=32 ArqSz=2 Cal=0 SBA+ AGP+ GART64- 64bit- FW+
Rate=x8
00: de 10 81 01 07 00 b0 02 a2 00 00 03 00 f8 00 00
10: 00 00 00 f1 08 00 00 e8 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 43 10 63 80
30: 00 00 00 00 60 00 00 00 00 00 00 00 07 01 05 01
40: 43 10 63 80 02 00 30 00 1b 0e 00 1f 12 43 00 1f
50: 01 00 00 00 01 00 00 00 ce d6 23 00 0f 00 00 00
60: 01 44 02 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Regards
Christian
-------------------------------------------------------
--
Roessner Network Solutions (R.N.S.)
Tel.: 0641-2097252, Fax: 0641-2097253, Mobil: 0171-3611230
URL: http://www.roessner-net.com/
PGP: http://www.roessner-nat.com/kontakt/0x6A549505.asc
[-- Attachment #2: current_debug --]
[-- Type: text/plain, Size: 12272 bytes --]
Apr 13 10:16:32 [kernel] DC390_init: No EEPROM found! Trying default settings ...
Apr 13 10:16:32 [kernel] DC390: Used defaults: AdaptID=7, SpeedIdx=1 (8.0 MHz), DevMode=0x1f, AdaptMode=0x0f, TaggedCmnds=3 (16), DelayReset=1s
Apr 13 10:16:32 [kernel] DC390: 1 adapters found
Apr 13 10:16:32 [kernel] scsi4 : Tekram DC390/AM53C974 V2.0f 2000-12-20
Apr 13 10:16:33 [kernel] dc390_pci_map(): Mapped request buffer 0000010000523ec0 at 523ec0
Apr 13 10:16:33 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at 523ec0
Apr 13 10:16:33 [kernel] dc390_pci_map(): Mapped request buffer 0000010000523ec0 at 523ec0
Apr 13 10:16:34 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at 523ec0
Apr 13 10:16:34 [kernel] dc390_pci_map(): Mapped request buffer 0000010000523ec0 at 523ec0
Apr 13 10:16:34 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at 523ec0
Apr 13 10:16:34 [kernel] dc390_pci_map(): Mapped request buffer 0000010000523ec0 at 523ec0
Apr 13 10:16:34 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at 523ec0
Apr 13 10:16:34 [kernel] dc390_pci_map(): Mapped request buffer 0000010000523ec0 at 523ec0
Apr 13 10:16:34 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81)
Apr 13 10:16:34 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83)
Apr 13 10:16:34 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at 523ec0
Apr 13 10:16:34 [kernel] DC390: Start SCSI command: 00 (Sync:01)
Apr 13 10:16:34 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83)
Apr 13 10:16:34 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_map(): Mapped sense buffer 000001001e6ab6d8 at 1e6ab6d8
Apr 13 10:16:34 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81)
Apr 13 10:16:34 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83)
Apr 13 10:16:34 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped sense buffer at 1e6ab6d8
Apr 13 10:16:34 [kernel] dc390_pci_map(): Mapped request buffer 0000010000523dc0 at 523dc0
Apr 13 10:16:34 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81)
Apr 13 10:16:34 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83)
Apr 13 10:16:34 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at 523dc0
Apr 13 10:16:34 [kernel] DC390: RESET ... done
Apr 13 10:16:37 [kernel] DC390: Start SCSI command: 00 (Sync:01)
Apr 13 10:16:37 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83)
Apr 13 10:16:37 [kernel] DC390: [3]dc390_StatusPhase(1) (83)
Apr 13 10:16:37 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_map(): Mapped sense buffer 000001001e6ab6d8 at 1e6ab6d8
Apr 13 10:16:37 [kernel] DC390: Start SCSI command: 00 (Sync:01)
Apr 13 10:16:37 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81)
Apr 13 10:16:37 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83)
Apr 13 10:16:37 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped sense buffer at 1e6ab6d8
Apr 13 10:16:37 [kernel] DC390: Start SCSI command: 00 (Sync:01)
Apr 13 10:16:37 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83)
Apr 13 10:16:37 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_map(): Mapped sense buffer 000001001e6ab6d8 at 1e6ab6d8
Apr 13 10:16:37 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81)
Apr 13 10:16:37 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83)
Apr 13 10:16:37 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped sense buffer at 1e6ab6d8
Apr 13 10:16:37 [kernel] sda: Unit Not Ready, sense:
Apr 13 10:16:37 [kernel] : sense = 0 0
Apr 13 10:16:37 [kernel] Non-extended sense class 0 code 0x0
Apr 13 10:16:37 [kernel] dc390_pci_map(): Mapped request buffer 0000010000522e00 at 522e00
Apr 13 10:16:37 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83)
Apr 13 10:16:37 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at 522e00
Apr 13 10:16:37 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81)
Apr 13 10:16:37 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83)
Apr 13 10:16:37 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped sense buffer at 1e6ab6d8
Apr 13 10:16:37 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83)
Apr 13 10:16:37 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at 522e00
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81)
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83)
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped sense buffer at 1e6ab6d8
Apr 13 10:16:38 [kernel] dc390_pci_map(): Mapped request buffer 0000010000522e00 at 522e00
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83)
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at 522e00
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81)
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83)
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped sense buffer at 1e6ab6d8
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83)
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at 522e00
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81)
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83)
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped sense buffer at 1e6ab6d8
Apr 13 10:16:38 [kernel] dc390_pci_map(): Mapped request buffer 0000010000522e00 at 522e00
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83)
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at 522e00
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81)
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83)
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped sense buffer at 1e6ab6d8
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83)
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at 522e00
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81)
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83)
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped sense buffer at 1e6ab6d8
Apr 13 10:16:38 [kernel] sda : READ CAPACITY failed.
Apr 13 10:16:38 [kernel] sd: sense = 0 0
Apr 13 10:16:38 [kernel] Non-extended sense class 0 code 0x0
Apr 13 10:16:38 [kernel] dc390_pci_map(): Mapped request buffer 0000010000522e00 at 522e00
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81)
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83)
Apr 13 10:16:38 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at 522e00
Apr 13 10:16:38 [kernel] sda: asking for cache data failed
Apr 13 10:16:38 [kernel] sda: assuming drive cache: write through
Apr 13 10:16:38 [kernel] Attached scsi disk sda at scsi4, channel 0, id 4, lun 0
Apr 13 10:16:38 [kernel] Attached scsi generic sg1 at scsi4, channel 0, id 4, lun 0, type 0
Apr 13 10:16:38 [kernel] dc390_pci_map(): Mapped request buffer 0000010000523ec0 at 523ec0
Apr 13 10:16:39 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at 523ec0
Apr 13 10:16:39 [kernel] dc390_pci_map(): Mapped request buffer 0000010000523ec0 at 523ec0
Apr 13 10:16:39 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,dc390_pci_unmap(): Unmapped request buffer at 523ec0
Apr 13 10:16:39 [kernel] DC390: Irq (11) caught: .. IRQ returned
- Last output repeated twice -
Apr 13 10:16:39 [scsi.agent] disk at /devices/pci0000:00/0000:00:0a.0/0000:01:07.0/host4/4:0:4:0
Apr 13 10:16:40 [kernel] DC390: Irq (11) caught: .. IRQ returned
- Last output repeated 154 times -
Apr 13 10:17:00 [CRON] (root) CMD (test -x /usr/sbin/run-crons && /usr/sbin/run-crons )_
Apr 13 10:17:00 [kernel] DC390: Irq (11) caught: .. IRQ returned
^ permalink raw reply [flat|nested] 22+ messages in thread* Re: tmscsim broken on amd64 with 2.6.5? 2004-04-13 8:25 Christian Roessner @ 2004-04-13 11:05 ` Guennadi Liakhovetski 2004-04-13 12:16 ` Christian Roessner 0 siblings, 1 reply; 22+ messages in thread From: Guennadi Liakhovetski @ 2004-04-13 11:05 UTC (permalink / raw) To: Christian Roessner; +Cc: linux-scsi Hi > drivers/scsi/tmscsim.c: In function `dc390_pci_map': > drivers/scsi/tmscsim.c:1028: warning: unsigned int format, different type > arg > (arg 4) > drivers/scsi/tmscsim.c:1049: warning: unsigned int format, different type > arg > (arg 4) > drivers/scsi/tmscsim.c: In function `dc390_pci_unmap': > drivers/scsi/tmscsim.c:1066: warning: unsigned int format, different type > arg > (arg 3) > drivers/scsi/tmscsim.c:1076: warning: unsigned int format, different type > arg > (arg 3) Ok, just some printk's formats. Will fix that, thanks. > > kern.* -/var/log/tmscsim.log > > I use metalong and I have not spent time looking for the configuration. I > thin /var/log/everthing/current should also contain kern.* Doesn't look like that. I think, at least, KERN_DEBUG messages are missing. So, now you have both patches applied, right? Could you then uncomment additionally DC390_DEBUG0 and DC390_DCBDEBUG, and also specify scsi_logging_level=0x1ff, when loading the scsi_mod module (which also means you need scsi-logging enabled in scsi configuration), or scsi_logging=0x1ff as a kernel boot-parameter. Of course, this is only feasible, if you can refrain from using SCSI for anything else during these tests. Thanks Guennadi ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: tmscsim broken on amd64 with 2.6.5? 2004-04-13 11:05 ` Guennadi Liakhovetski @ 2004-04-13 12:16 ` Christian Roessner 2004-04-13 12:32 ` Guennadi Liakhovetski 0 siblings, 1 reply; 22+ messages in thread From: Christian Roessner @ 2004-04-13 12:16 UTC (permalink / raw) To: linux-scsi, Guennadi Liakhovetski Hi, Am Dienstag, 13. April 2004 13:05 schrieben Sie: > Hi > > > drivers/scsi/tmscsim.c: In function `dc390_pci_map': > > drivers/scsi/tmscsim.c:1028: warning: unsigned int format, different type > > arg > > (arg 4) > > drivers/scsi/tmscsim.c:1049: warning: unsigned int format, different type > > arg > > (arg 4) > > drivers/scsi/tmscsim.c: In function `dc390_pci_unmap': > > drivers/scsi/tmscsim.c:1066: warning: unsigned int format, different type > > arg > > (arg 3) > > drivers/scsi/tmscsim.c:1076: warning: unsigned int format, different type > > arg > > (arg 3) > > Ok, just some printk's formats. Will fix that, thanks. > > > > kern.* -/var/log/tmscsim.log > > > > I use metalong and I have not spent time looking for the configuration. I > > thin /var/log/everthing/current should also contain kern.* > > Doesn't look like that. I think, at least, KERN_DEBUG messages are missing. Well, my mistake. KERN.* is written to /var/log/kernel/current. > So, now you have both patches applied, right? Yes > Could you then uncomment > additionally DC390_DEBUG0 and DC390_DCBDEBUG, and also specify > scsi_logging_level=0x1ff, when loading the scsi_mod module (which also > means you need scsi-logging enabled in scsi configuration), or > scsi_logging=0x1ff as a kernel boot-parameter. Of course, this is only > feasible, if you can refrain from using SCSI for anything else during these > tests. I have enabled all these things. When trying to compile, the process stops: drivers/scsi/tmscsim.c: In function `dc390_pci_map': drivers/scsi/tmscsim.c:1028: warning: unsigned int format, different type arg (arg 4) drivers/scsi/tmscsim.c:1049: warning: unsigned int format, different type arg (arg 4) drivers/scsi/tmscsim.c: In function `dc390_pci_unmap': drivers/scsi/tmscsim.c:1066: warning: unsigned int format, different type arg (arg 3) drivers/scsi/tmscsim.c:1076: warning: unsigned int format, different type arg (arg 3) In file included from drivers/scsi/tmscsim.c:1752: drivers/scsi/scsiiom.c: In function `dc390_remove_dev': drivers/scsi/scsiiom.c:1285: warning: cast from pointer to integer of different size drivers/scsi/tmscsim.c: In function `dc390_initDCB': drivers/scsi/tmscsim.c:1770: error: syntax error before "id" drivers/scsi/tmscsim.c: In function `DC390_init': drivers/scsi/tmscsim.c:2145: warning: cast from pointer to integer of different size drivers/scsi/tmscsim.c:2153: warning: cast from pointer to integer of different size drivers/scsi/tmscsim.c:2153: warning: cast from pointer to integer of different size drivers/scsi/tmscsim.c:2153: warning: cast from pointer to integer of different size drivers/scsi/tmscsim.c:2155: warning: unsigned int format, different type arg (arg 2) drivers/scsi/tmscsim.c:2155: warning: unsigned int format, different type arg (arg 3) drivers/scsi/tmscsim.c:2155: warning: unsigned int format, different type arg (arg 4) make[2]: *** [drivers/scsi/tmscsim.o] Error 1 make[1]: *** [drivers/scsi] Error 2 make: *** [drivers] Error 2 When I applied the second patch, I first did not do make clean. But now I did make clean && make && make modules_install and I got the errors above. So I think, some casts are missing? Regards Christian ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: tmscsim broken on amd64 with 2.6.5? 2004-04-13 12:16 ` Christian Roessner @ 2004-04-13 12:32 ` Guennadi Liakhovetski 2004-04-13 14:14 ` Christian Roessner 0 siblings, 1 reply; 22+ messages in thread From: Guennadi Liakhovetski @ 2004-04-13 12:32 UTC (permalink / raw) To: Christian Roessner; +Cc: linux-scsi > drivers/scsi/tmscsim.c: In function `dc390_initDCB': > drivers/scsi/tmscsim.c:1770: error: syntax error before "id" oh, sorry, forgot - there's a missing comma there. Should be: DCBDEBUG(printk (KERN_INFO "DC390: alloc mem for DCB (ID %i, LUN %i): %p\n", \ Please, fix, and try again. Thanks Guennadi ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: tmscsim broken on amd64 with 2.6.5? 2004-04-13 12:32 ` Guennadi Liakhovetski @ 2004-04-13 14:14 ` Christian Roessner 2004-04-13 17:12 ` Guennadi Liakhovetski 0 siblings, 1 reply; 22+ messages in thread From: Christian Roessner @ 2004-04-13 14:14 UTC (permalink / raw) To: linux-scsi, Guennadi Liakhovetski [-- Attachment #1: Type: text/plain, Size: 358 bytes --] Hi, > > drivers/scsi/tmscsim.c: In function `dc390_initDCB': > > drivers/scsi/tmscsim.c:1770: error: syntax error before "id" > > oh, sorry, forgot - there's a missing comma there. Should be: > > DCBDEBUG(printk (KERN_INFO "DC390: alloc mem for DCB (ID %i, LUN %i): > %p\n", \ Done. /var/log/kernel/current_debug attached. Gruß Christian [-- Attachment #2: current_debug --] [-- Type: text/plain, Size: 58567 bytes --] Apr 13 15:54:20 [kernel] bootsplash: status on console 0 changed to on Apr 13 15:55:46 [kernel] Bootdata ok (command line is hdc=ide-scsi vga=0x317 video=mtrr,vesa=1024x768 root=/dev/hdb3 acpi=force lapic splash=silent scsi_logging=0x1ff) Apr 13 15:55:46 [kernel] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 11 Apr 13 15:55:46 [kernel] ACPI: PCI Interrupt Link [LACI] enabled at IRQ 9 Apr 13 15:55:46 [kernel] ACPI: PCI Interrupt Link [LNK3] enabled at IRQ 11 Apr 13 15:55:46 [kernel] ACPI: PCI Interrupt Link [LNK4] enabled at IRQ 11 Apr 13 15:55:46 [kernel] ACPI: PCI Interrupt Link [LNK2] enabled at IRQ 9 Apr 13 15:55:46 [kernel] ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 7 Apr 13 15:55:46 [kernel] ACPI: PCI Interrupt Link [LNK5] enabled at IRQ 7 Apr 13 15:55:46 [kernel] PCI: Using ACPI for IRQ routing Apr 13 15:55:46 [kernel] PCI: if you experience problems, try using option 'pci=noacpi' or even 'acpi=off' Apr 13 15:55:46 [kernel] agpgart: Detected AGP bridge 0 Apr 13 15:55:46 [kernel] agpgart: Setting up Nforce3 AGP. Apr 13 15:55:46 [kernel] agpgart: Maximum main memory to use for agp memory: 439M Apr 13 15:55:46 [kernel] agpgart: AGP aperture is 128M @ 0xe0000000 Apr 13 15:55:46 [kernel] PCI-DMA: Disabling IOMMU. Apr 13 15:55:46 [kernel] vesafb: framebuffer at 0xe8000000, mapped to 0xffffff000004e000, size 16384k Apr 13 15:55:46 [kernel] vesafb: mode is 1024x768x16, linelength=2048, pages=1 Apr 13 15:55:46 [kernel] vesafb: scrolling: redraw Apr 13 15:55:46 [kernel] vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0 Apr 13 15:55:46 [kernel] fb0: VESA VGA frame buffer device Apr 13 15:55:46 [kernel] IA32 emulation $Id: sys_ia32.c,v 1.32 2002/03/24 13:02:28 ak Exp $ Apr 13 15:55:46 [kernel] ikconfig 0.7 with /proc/config* Apr 13 15:55:46 [kernel] devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au) Apr 13 15:55:46 [kernel] devfs: boot_options: 0x1 Apr 13 15:55:46 [kernel] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Apr 13 15:55:46 [kernel] Initializing Cryptographic API Apr 13 15:55:46 [kernel] ACPI: Power Button (FF) [PWRF] Apr 13 15:55:46 [kernel] ACPI: Processor [CPU0] (supports C1) Apr 13 15:55:46 [kernel] mice: PS/2 mouse device common for all mice Apr 13 15:55:46 [kernel] input: PC Speaker Apr 13 15:55:46 [kernel] serio: i8042 AUX port at 0x60,0x64 irq 12 Apr 13 15:55:46 [kernel] input: PS/2 Generic Mouse on isa0060/serio1 Apr 13 15:55:46 [kernel] serio: i8042 KBD port at 0x60,0x64 irq 1 Apr 13 15:55:46 [kernel] input: AT Translated Set 2 keyboard on isa0060/serio0 Apr 13 15:55:46 [kernel] bootsplash 3.1.4-2004/02/19: looking for picture.... silentjpeg size 21830 bytes, found (1024x768, 16923 bytes, v3). Apr 13 15:55:46 [kernel] Console: switching to colour frame buffer device 122x40 Apr 13 15:55:46 [kernel] Real Time Clock Driver v1.12 Apr 13 15:55:46 [kernel] Linux agpgart interface v0.100 (c) Dave Jones Apr 13 15:55:46 [kernel] Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled Apr 13 15:55:46 [kernel] ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A Apr 13 15:55:46 [kernel] Using anticipatory io scheduler Apr 13 15:55:46 [kernel] Floppy drive(s): fd0 is 1.44M Apr 13 15:55:46 [kernel] FDC 0 is a post-1991 82077 Apr 13 15:55:46 [kernel] RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize Apr 13 15:55:46 [kernel] loop: loaded (max 8 devices) Apr 13 15:55:46 [kernel] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 Apr 13 15:55:46 [kernel] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx Apr 13 15:55:46 [kernel] NFORCE3: IDE controller at PCI slot 0000:00:08.0 Apr 13 15:55:46 [kernel] NFORCE3: chipset revision 165 Apr 13 15:55:46 [kernel] NFORCE3: not 100% native mode: will probe irqs later Apr 13 15:55:46 [kernel] NFORCE3: BIOS didn't set cable bits correctly. Enabling workaround. Apr 13 15:55:46 [kernel] tuner: chip found at addr 0xc0 i2c-bus bt848 #0 [sw] Apr 13 15:55:46 [kernel] tuner: type set to 0 (Temic PAL (4002 FH5)) by bt848 #0 [sw] Apr 13 15:55:46 [kernel] bttv0: registered device video0 Apr 13 15:55:46 [kernel] bttv0: registered device vbi0 Apr 13 15:55:46 [kernel] kjournald starting. Commit interval 5 seconds Apr 13 15:55:46 [kernel] EXT3 FS on hdb1, internal journal Apr 13 15:55:46 [kernel] EXT3-fs: mounted filesystem with ordered data mode. Apr 13 15:55:46 [kernel] eth0: link up, 100Mbps, full-duplex, lpa 0x41E1 Apr 13 15:55:46 [kernel] ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI) Apr 13 15:55:46 [kernel] ohci_hcd: block sizes: ed 80 td 96 Apr 13 15:55:46 [kernel] ohci_hcd 0000:00:02.0: nVidia Corporation nForce3 USB 1.1 Apr 13 15:55:46 [kernel] PCI: Setting latency timer of device 0000:00:02.0 to 64 Apr 13 15:55:46 [kernel] ohci_hcd 0000:00:02.0: irq 11, pci mem ffffff00010ee000 Apr 13 15:55:46 [kernel] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1 Apr 13 15:55:46 [kernel] hub 1-0:1.0: USB hub found Apr 13 15:55:46 [kernel] hub 1-0:1.0: 3 ports detected Apr 13 15:55:46 [kernel] ohci_hcd 0000:00:02.1: nVidia Corporation nForce3 USB 1.1 (#2) Apr 13 15:55:46 [kernel] ******* Your BIOS seems to not contain a fix for K8 errata #93 Apr 13 15:55:46 [kernel] ******* Working around it, but it may cause SEGVs or burn power. Apr 13 15:55:46 [kernel] ******* Please consider a BIOS update. Apr 13 15:55:46 [kernel] ******* Disabling USB legacy in the BIOS may also help. Apr 13 15:55:46 [kernel] PCI: Setting latency timer of device 0000:00:02.1 to 64 Apr 13 15:55:46 [kernel] ohci_hcd 0000:00:02.1: irq 11, pci mem ffffff00010f0000 Apr 13 15:55:46 [kernel] ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2 Apr 13 15:55:46 [kernel] hub 2-0:1.0: USB hub found Apr 13 15:55:46 [kernel] ehci_hcd 0000:00:02.2: nVidia Corporation nForce3 USB 2.0 Apr 13 15:55:46 [kernel] PCI: Setting latency timer of device 0000:00:02.2 to 64 Apr 13 15:55:46 [kernel] ehci_hcd 0000:00:02.2: irq 11, pci mem ffffff00010f2000 Apr 13 15:55:46 [kernel] ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 3 Apr 13 15:55:46 [kernel] PCI: cache line size of 64 is not supported by device 0000:00:02.2 Apr 13 15:55:46 [kernel] ehci_hcd 0000:00:02.2: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29 Apr 13 15:55:46 [kernel] hub 3-0:1.0: USB hub found Apr 13 15:55:46 [kernel] hub 3-0:1.0: 6 ports detected Apr 13 15:55:46 [kernel] DC390(0): IO_PORT=9400,IRQ=b Apr 13 15:55:46 [kernel] DC390_init: No EEPROM found! Trying default settings ... Apr 13 15:55:46 [kernel] DC390: Used defaults: AdaptID=7, SpeedIdx=1 (8.0 MHz), DevMode=0x1f, AdaptMode=0x0f, TaggedCmnds=3 (16), DelayReset=1s Apr 13 15:55:46 [kernel] DC390: pSH = 1db7c000, Index 00 Apr 13 15:55:46 [kernel] DC390: Adapter index 0, ID 7, IO 0x00009400, IRQ 0x0b Apr 13 15:55:46 [kernel] DC390: pACB = 1db7c308, pDCBmap = 1db7c374, pSRB_array = 1db7c468 Apr 13 15:55:46 [kernel] DC390: ACB size= 1bf0, DCB size= 50, SRB size= 88 Apr 13 15:55:46 [kernel] DC390: 1 adapters found Apr 13 15:55:46 [kernel] scsi1 : Tekram DC390/AM53C974 V2.0f 2000-12-20 Apr 13 15:55:46 [kernel] DC390: Queue Cmd=12,Tgt=0,LUN=0 (pid=11), buffer=0000010000523e80 Apr 13 15:55:46 [kernel] DC390: alloc mem for DCB (ID 0, LUN 0): 000001001e5fa940 Apr 13 15:55:46 [kernel] DC390: Get Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: Free SRB w/o Waiting Apr 13 15:55:46 [kernel] DC390: We were just reset and don't accept commands yet! Apr 13 15:55:46 [kernel] DC390: Insert pSRB 000001001db7c468 cmd 11 to Waiting Apr 13 15:55:46 [kernel] ... command (pid 11) queued successfully. Apr 13 15:55:46 [kernel] usb 2-1: new low speed USB device using address 2 Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: .. IRQ returned - Last output repeated 29 times - Apr 13 15:55:46 [kernel] input: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:02.1-1 Apr 13 15:55:46 [kernel] drivers/usb/core/usb.c: registered new driver hid Apr 13 15:55:46 [kernel] drivers/usb/input/hid-core.c: v2.0:USB HID core driver Apr 13 15:55:46 [kernel] usb 2-2: new full speed USB device using address 3 Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: .. IRQ returned - Last output repeated 11 times - Apr 13 15:55:46 [kernel] drivers/usb/core/usb.c: registered new driver usblp Apr 13 15:55:46 [kernel] drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: .. IRQ returned - Last output repeated 2 times - Apr 13 15:55:46 [kernel] drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 3 if 0 alt 0 proto 2 vid 0x03F0 pid 0x3004 Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Debug: Waiting queue woken up by timer! Apr 13 15:55:46 [kernel] dc390_pci_map(): Mapped request buffer 0000010000523e80 at 523e80 Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 12 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Remove SRB 000001001db7c468 from head of Waiting Apr 13 15:55:46 [kernel] DC390: Append SRB 000001001db7c468 to Going Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 523e80 Apr 13 15:55:46 [kernel] SRBdone (ff,00000000), SRB 000001001db7c468, pid 11 Apr 13 15:55:46 [kernel] DC390: INQUIRY: result: 00010000 Apr 13 15:55:46 [kernel] DC390: Driver about to free DCB (ID 0, LUN 0): 000001001e5fa940 Apr 13 15:55:46 [kernel] DC390: Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: SRBdone: done pid 11 Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Queue Cmd=12,Tgt=1,LUN=0 (pid=12), buffer=0000010000523e80 Apr 13 15:55:46 [kernel] DC390: alloc mem for DCB (ID 1, LUN 0): 000001001e5fa940 Apr 13 15:55:46 [kernel] DC390: Get Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: Free SRB w/o Waiting Apr 13 15:55:46 [kernel] dc390_pci_map(): Mapped request buffer 0000010000523e80 at 523e80 Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 12 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select w/DisCn for Cmd 12 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] DC390: Append SRB 000001001db7c468 to Going Apr 13 15:55:46 [kernel] ... command (pid 12) queued successfully. Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 523e80 Apr 13 15:55:46 [kernel] SRBdone (ff,00000000), SRB 000001001db7c468, pid 12 Apr 13 15:55:46 [kernel] DC390: INQUIRY: result: 00010000 Apr 13 15:55:46 [kernel] DC390: Driver about to free DCB (ID 1, LUN 0): 000001001e5fa940 Apr 13 15:55:46 [kernel] DC390: Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: SRBdone: done pid 12 Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Queue Cmd=12,Tgt=2,LUN=0 (pid=13), buffer=0000010000523e80 Apr 13 15:55:46 [kernel] DC390: alloc mem for DCB (ID 2, LUN 0): 000001001e5fa940 Apr 13 15:55:46 [kernel] DC390: Get Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: Free SRB w/o Waiting Apr 13 15:55:46 [kernel] dc390_pci_map(): Mapped request buffer 0000010000523e80 at 523e80 Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 12 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select w/DisCn for Cmd 13 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] DC390: Append SRB 000001001db7c468 to Going Apr 13 15:55:46 [kernel] ... command (pid 13) queued successfully. Apr 13 15:55:46 [kernel] SRBdone (ff,00000000), SRB 000001001db7c468, pid 13 Apr 13 15:55:46 [kernel] DC390: INQUIRY: result: 00010000 Apr 13 15:55:46 [kernel] DC390: Driver about to free DCB (ID 2, LUN 0): 000001001e5fa940 Apr 13 15:55:46 [kernel] DC390: Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: SRBdone: done pid 13 Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Queue Cmd=12,Tgt=3,LUN=0 (pid=14), buffer=0000010000523e80 Apr 13 15:55:46 [kernel] DC390: alloc mem for DCB (ID 3, LUN 0): 000001001e5fa940 Apr 13 15:55:46 [kernel] DC390: Get Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: Free SRB w/o Waiting Apr 13 15:55:46 [kernel] dc390_pci_map(): Mapped request buffer 0000010000523e80 at 523e80 Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 12 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select w/DisCn for Cmd 14 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] DC390: Append SRB 000001001db7c468 to Going Apr 13 15:55:46 [kernel] ... command (pid 14) queued successfully. Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 523e80 Apr 13 15:55:46 [kernel] SRBdone (ff,00000000), SRB 000001001db7c468, pid 14 Apr 13 15:55:46 [kernel] DC390: INQUIRY: result: 00010000 Apr 13 15:55:46 [kernel] DC390: Driver about to free DCB (ID 3, LUN 0): 000001001e5fa940 Apr 13 15:55:46 [kernel] DC390: Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: SRBdone: done pid 14 Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Queue Cmd=12,Tgt=4,LUN=0 (pid=15), buffer=0000010000523e80 Apr 13 15:55:46 [kernel] DC390: alloc mem for DCB (ID 4, LUN 0): 000001001e5fa940 Apr 13 15:55:46 [kernel] DC390: Get Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: Free SRB w/o Waiting Apr 13 15:55:46 [kernel] dc390_pci_map(): Mapped request buffer 0000010000523e80 at 523e80 Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 12 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select w/DisCn for Cmd 15 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] DC390: Append SRB 000001001db7c468 to Going Apr 13 15:55:46 [kernel] ... command (pid 15) queued successfully. Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 15:55:46 [kernel] DC390: [1]dc390_DataInPhase(1) (81) Apr 13 15:55:46 [kernel] DC390: Next SG segment.<7> DC390: Start transfer: 0 bytes (address 00523e80) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) Apr 13 15:55:46 [kernel] DC390: DMA Blast aborted unfinished! Apr 13 15:55:46 [kernel] DC390: [3]dc390_StatusPhase(1) (83) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) Apr 13 15:55:46 [kernel] DC390: [4]dc390_Nop_0(1) (04) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 523e80 Apr 13 15:55:46 [kernel] SRBdone (00,00000000), SRB 000001001db7c468, pid 15 Apr 13 15:55:46 [kernel] DC390: INQUIRY: result: 00000000 Apr 13 15:55:46 [kernel] DC390: Remove SRB 000001001db7c468 from Going Apr 13 15:55:46 [kernel] DC390: Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: SRBdone: done pid 15 Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] Vendor: Model: Rev: Apr 13 15:55:46 [kernel] Type: Direct-Access ANSI SCSI revision: 00 Apr 13 15:55:46 [kernel] Attached scsi generic sg1 at scsi1, channel 0, id 4, lun 0, type 0 Apr 13 15:55:46 [kernel] DC390: Queue Cmd=12,Tgt=5,LUN=0 (pid=16), buffer=0000010000523e80 Apr 13 15:55:46 [kernel] DC390: alloc mem for DCB (ID 5, LUN 0): 000001001f9e32c0 Apr 13 15:55:46 [kernel] DC390: Get Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: Free SRB w/o Waiting Apr 13 15:55:46 [kernel] dc390_pci_map(): Mapped request buffer 0000010000523e80 at 523e80 Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 12 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select w/DisCn for Cmd 16 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] DC390: Append SRB 000001001db7c468 to Going Apr 13 15:55:46 [kernel] ... command (pid 16) queued successfully. Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 523e80 Apr 13 15:55:46 [kernel] SRBdone (ff,00000000), SRB 000001001db7c468, pid 16 Apr 13 15:55:46 [kernel] DC390: INQUIRY: result: 00010000 Apr 13 15:55:46 [kernel] DC390: Driver about to free DCB (ID 5, LUN 0): 000001001f9e32c0 Apr 13 15:55:46 [kernel] DC390: Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: SRBdone: done pid 16 Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Queue Cmd=12,Tgt=6,LUN=0 (pid=17), buffer=0000010000523e80 Apr 13 15:55:46 [kernel] DC390: alloc mem for DCB (ID 6, LUN 0): 000001001f9e32c0 Apr 13 15:55:46 [kernel] DC390: Get Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: Free SRB w/o Waiting Apr 13 15:55:46 [kernel] dc390_pci_map(): Mapped request buffer 0000010000523e80 at 523e80 Apr 13 15:55:46 [kernel] DC390: Select w/DisCn for Cmd 17 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] DC390: Append SRB 000001001db7c468 to Going Apr 13 15:55:46 [kernel] ... command (pid 17) queued successfully. Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 523e80 Apr 13 15:55:46 [kernel] SRBdone (ff,00000000), SRB 000001001db7c468, pid 17 Apr 13 15:55:46 [kernel] DC390: INQUIRY: result: 00010000 Apr 13 15:55:46 [kernel] DC390: Driver about to free DCB (ID 6, LUN 0): 000001001f9e32c0 Apr 13 15:55:46 [kernel] DC390: Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: SRBdone: done pid 17 Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] CAPI Subsystem Rev 1.1.2.7 Apr 13 15:55:46 [kernel] b1: revision 1.1.2.2 Apr 13 15:55:46 [kernel] b1dma: revision 1.1.2.3 Apr 13 15:55:46 [kernel] b1pci: PCI BIOS reports AVM-B1 at i/o 0x9c00, irq 11 Apr 13 15:55:46 [kernel] DC390: Queue Cmd=00,Tgt=4,LUN=0 (pid=18), buffer=0000010000522000 Apr 13 15:55:46 [kernel] DC390: Get Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: Free SRB w/o Waiting Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 00 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select w/DisCn for Cmd 18 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] DC390: Append SRB 000001001db7c468 to Going Apr 13 15:55:46 [kernel] ... command (pid 18) queued successfully. Apr 13 15:55:46 [kernel] kcapi: Controller 1: b1pci-9c00 attached Apr 13 15:55:46 [kernel] b1pci: AVM B1 PCI at i/o 0x9c00, irq 11, revision 2 Apr 13 15:55:46 [kernel] b1pci: revision 1.1.2.2 Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83) Apr 13 15:55:46 [kernel] DC390: [3]dc390_StatusPhase(1) (83) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) Apr 13 15:55:46 [kernel] DC390: [4]dc390_Nop_0(1) (04) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC, SRBdone (02,00000000), SRB 000001001db7c468, pid 18 Apr 13 15:55:46 [kernel] dc390_pci_map(): Mapped sense buffer 000001001e64f198 at 1e64f198 Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 00 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select wo/DisCn for Cmd 18 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] DC390: AutoReqSense ! Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] libata version 1.02 loaded. Apr 13 15:55:46 [kernel] sata_sil version 0.54 Apr 13 15:55:46 [kernel] ata2: SATA max UDMA/100 cmd 0xFFFFFF00010F60C0 ctl 0xFFFFFF00010F60CA bmdma 0xFFFFFF00010F6008 irq 9 Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 15:55:46 [kernel] DC390: [1]dc390_DataInPhase(1) (81) Apr 13 15:55:46 [kernel] DC390: Next SG segment.<7> DC390: Start transfer: 0 bytes (address 1e64f198) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) Apr 13 15:55:46 [kernel] DC390: DMA Blast aborted unfinished! Apr 13 15:55:46 [kernel] Blast: Read 40960 times DMA_Status 00<7>Xfered: -16777198, Total: -16777198, Remaining: 16777198 Apr 13 15:55:46 [kernel] DC390: [3]dc390_StatusPhase(1) (83) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) Apr 13 15:55:46 [kernel] DC390: [4]dc390_Nop_0(1) (04) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped sense buffer at 1e64f198 Apr 13 15:55:46 [kernel] SRBdone (00,00000000), SRB 000001001db7c468, pid 18 Apr 13 15:55:46 [kernel] DC390: Remove SRB 000001001db7c468 from Going Apr 13 15:55:46 [kernel] DC390: Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: SRBdone: done pid 18 Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Queue Cmd=03,Tgt=4,LUN=0 (pid=18), buffer=0000010000522000 Apr 13 15:55:46 [kernel] DC390: Get Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: Free SRB w/o Waiting Apr 13 15:55:46 [kernel] dc390_pci_map(): Mapped request buffer 0000010000523e80 at 523e80 Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 03 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select w/DisCn for Cmd 18 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] DC390: Append SRB 000001001db7c468 to Going Apr 13 15:55:46 [kernel] ... command (pid 18) queued successfully. Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 15:55:46 [kernel] DC390: [1]dc390_DataInPhase(1) (81) Apr 13 15:55:46 [kernel] DC390: Next SG segment.<7> DC390: Start transfer: 0 bytes (address 00523e80) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: DMA Blast aborted unfinished! Apr 13 15:55:46 [kernel] Blast: Read 40960 times DMA_Status 00<7>Xfered: -16777198, Total: -16777198, Remaining: 16777198 Apr 13 15:55:46 [kernel] DC390: [3]dc390_StatusPhase(1) (83) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) Apr 13 15:55:46 [kernel] DC390: [4]dc390_Nop_0(1) (04) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 523e80 Apr 13 15:55:46 [kernel] SRBdone (00,00000000), SRB 000001001db7c468, pid 18 Apr 13 15:55:46 [kernel] DC390: Remove SRB 000001001db7c468 from Going Apr 13 15:55:46 [kernel] DC390: Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: SRBdone: done pid 18 Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: RESET ... done Apr 13 15:55:46 [kernel] scsi: Device offlined - not ready after error recovery: host 1 channel 0 id 4 lun 0 Apr 13 15:55:46 [kernel] DC390: Queue Cmd=00,Tgt=4,LUN=0 (pid=19), buffer=0000010000522000 Apr 13 15:55:46 [kernel] DC390: Get Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: Free SRB w/o Waiting Apr 13 15:55:46 [kernel] DC390: We were just reset and don't accept commands yet! Apr 13 15:55:46 [kernel] DC390: Insert pSRB 000001001db7c468 cmd 19 to Waiting Apr 13 15:55:46 [kernel] ... command (pid 19) queued successfully. Apr 13 15:55:46 [kernel] ata1: no device found (phy stat 00000000) Apr 13 15:55:46 [kernel] ata1: thread exiting Apr 13 15:55:46 [kernel] scsi2 : sata_sil Apr 13 15:55:46 [kernel] ata2: no device found (phy stat 00000000) Apr 13 15:55:46 [kernel] ata2: thread exiting Apr 13 15:55:46 [kernel] scsi3 : sata_sil Apr 13 15:55:46 [kernel] USB Universal Host Controller Interface driver v2.2 Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: .. IRQ returned - Last output repeated 16 times - Apr 13 15:55:46 [kernel] Disabled Privacy Extensions on device ffffffff8043fe00(lo) Apr 13 15:55:46 [kernel] DC390: Debug: Waiting queue woken up by timer! Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 00 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select w/DisCn for Cmd 19 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] DC390: Remove SRB 000001001db7c468 from head of Waiting Apr 13 15:55:46 [kernel] DC390: Append SRB 000001001db7c468 to Going Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83) Apr 13 15:55:46 [kernel] DC390: [3]dc390_StatusPhase(1) (83) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) Apr 13 15:55:46 [kernel] DC390: [4]dc390_Nop_0(1) (04) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC, SRBdone (02,00000000), SRB 000001001db7c468, pid 19 Apr 13 15:55:46 [kernel] dc390_pci_map(): Mapped sense buffer 000001001e64f198 at 1e64f198 Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 00 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select wo/DisCn for Cmd 19 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] DC390: AutoReqSense ! Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 15:55:46 [kernel] DC390: [1]dc390_DataInPhase(1) (81) Apr 13 15:55:46 [kernel] DC390: Next SG segment.<7> DC390: Start transfer: 0 bytes (address 1e64f198) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) Apr 13 15:55:46 [kernel] DC390: DMA Blast aborted unfinished! Apr 13 15:55:46 [kernel] Blast: Read 40960 times DMA_Status 00<7>Xfered: -16777198, Total: -16777198, Remaining: 16777198 Apr 13 15:55:46 [kernel] DC390: [3]dc390_StatusPhase(1) (83) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) Apr 13 15:55:46 [kernel] DC390: [4]dc390_Nop_0(1) (04) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] SRBdone (00,00000000), SRB 000001001db7c468, pid 19 Apr 13 15:55:46 [kernel] DC390: Remove SRB 000001001db7c468 from Going Apr 13 15:55:46 [kernel] DC390: Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: SRBdone: done pid 19 Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Queue Cmd=00,Tgt=4,LUN=0 (pid=84), buffer=0000010000522000 Apr 13 15:55:46 [kernel] DC390: Get Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: Free SRB w/o Waiting Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 00 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select w/DisCn for Cmd 84 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] DC390: Append SRB 000001001db7c468 to Going Apr 13 15:55:46 [kernel] ... command (pid 84) queued successfully. Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83) Apr 13 15:55:46 [kernel] DC390: [3]dc390_StatusPhase(1) (83) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) Apr 13 15:55:46 [kernel] DC390: [4]dc390_Nop_0(1) (04) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC, SRBdone (02,00000000), SRB 000001001db7c468, pid 84 Apr 13 15:55:46 [kernel] dc390_pci_map(): Mapped sense buffer 000001001e64f198 at 1e64f198 Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 00 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select wo/DisCn for Cmd 84 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] DC390: AutoReqSense ! Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 15:55:46 [kernel] DC390: [1]dc390_DataInPhase(1) (81) Apr 13 15:55:46 [kernel] DC390: Next SG segment.<7> DC390: Start transfer: 0 bytes (address 1e64f198) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) Apr 13 15:55:46 [kernel] DC390: DMA Blast aborted unfinished! Apr 13 15:55:46 [kernel] Blast: Read 40960 times DMA_Status 00<7>Xfered: -16777198, Total: -16777198, Remaining: 16777198 Apr 13 15:55:46 [kernel] DC390: [3]dc390_StatusPhase(1) (83) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped sense buffer at 1e64f198 Apr 13 15:55:46 [kernel] SRBdone (00,00000000), SRB 000001001db7c468, pid 84 Apr 13 15:55:46 [kernel] DC390: Remove SRB 000001001db7c468 from Going Apr 13 15:55:46 [kernel] DC390: Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: SRBdone: done pid 84 Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] sda: Unit Not Ready, sense: Apr 13 15:55:46 [kernel] : sense = 0 0 Apr 13 15:55:46 [kernel] Non-extended sense class 0 code 0x0 Apr 13 15:55:46 [kernel] Raw sense data:0x00 0x00 0x00 0x00 Apr 13 15:55:46 [kernel] DC390: Queue Cmd=25,Tgt=4,LUN=0 (pid=85), buffer=0000010000522000 Apr 13 15:55:46 [kernel] DC390: Get Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: Free SRB w/o Waiting Apr 13 15:55:46 [kernel] dc390_pci_map(): Mapped request buffer 0000010000522000 at 522000 Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 25 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select w/DisCn for Cmd 85 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] DC390: Append SRB 000001001db7c468 to Going Apr 13 15:55:46 [kernel] ... command (pid 85) queued successfully. Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83) Apr 13 15:55:46 [kernel] DC390: [3]dc390_StatusPhase(1) (83) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) Apr 13 15:55:46 [kernel] DC390: [4]dc390_Nop_0(1) (04) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 522000 Apr 13 15:55:46 [kernel] SRBdone (02,00000000), SRB 000001001db7c468, pid 85 Apr 13 15:55:46 [kernel] dc390_pci_map(): Mapped sense buffer 000001001e64f198 at 1e64f198 Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 25 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select wo/DisCn for Cmd 85 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] DC390: AutoReqSense ! Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 15:55:46 [kernel] DC390: [1]dc390_DataInPhase(1) (81) Apr 13 15:55:46 [kernel] DC390: Next SG segment.<7> DC390: Start transfer: 0 bytes (address 1e64f198) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: DMA Blast aborted unfinished! Apr 13 15:55:46 [kernel] Blast: Read 40960 times DMA_Status 00<7>Xfered: -16777198, Total: -16777198, Remaining: 16777198 Apr 13 15:55:46 [kernel] DC390: [3]dc390_StatusPhase(1) (83) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) Apr 13 15:55:46 [kernel] DC390: [4]dc390_Nop_0(1) (04) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped sense buffer at 1e64f198 Apr 13 15:55:46 [kernel] SRBdone (00,00000000), SRB 000001001db7c468, pid 85 Apr 13 15:55:46 [kernel] DC390: RETRY pid 85 (25), target 04-00 Apr 13 15:55:46 [kernel] dc390_pci_map(): Mapped request buffer 0000010000522000 at 522000 Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 25 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select w/DisCn for Cmd 85 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83) Apr 13 15:55:46 [kernel] DC390: [3]dc390_StatusPhase(1) (83) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) Apr 13 15:55:46 [kernel] DC390: [4]dc390_Nop_0(1) (04) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 522000 Apr 13 15:55:46 [kernel] SRBdone (02,08000000), SRB 000001001db7c468, pid 85 Apr 13 15:55:46 [kernel] dc390_pci_map(): Mapped sense buffer 000001001e64f198 at 1e64f198 Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 25 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select wo/DisCn for Cmd 85 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] DC390: AutoReqSense ! Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 15:55:46 [kernel] DC390: [1]dc390_DataInPhase(1) (81) Apr 13 15:55:46 [kernel] DC390: Next SG segment.<7> DC390: Start transfer: 0 bytes (address 1e64f198) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: DMA Blast aborted unfinished! Apr 13 15:55:46 [kernel] Blast: Read 40960 times DMA_Status 00<7>Xfered: -16777198, Total: -16777198, Remaining: 16777198 Apr 13 15:55:46 [kernel] DC390: [3]dc390_StatusPhase(1) (83) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) Apr 13 15:55:46 [kernel] DC390: [4]dc390_Nop_0(1) (04) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped sense buffer at 1e64f198 Apr 13 15:55:46 [kernel] SRBdone (00,08000000), SRB 000001001db7c468, pid 85 Apr 13 15:55:46 [kernel] DC390: Remove SRB 000001001db7c468 from Going Apr 13 15:55:46 [kernel] DC390: Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: SRBdone: done pid 85 Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Queue Cmd=25,Tgt=4,LUN=0 (pid=86), buffer=0000010000522000 Apr 13 15:55:46 [kernel] DC390: Get Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: Free SRB w/o Waiting Apr 13 15:55:46 [kernel] dc390_pci_map(): Mapped request buffer 0000010000522000 at 522000 Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 25 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select w/DisCn for Cmd 86 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] DC390: Append SRB 000001001db7c468 to Going Apr 13 15:55:46 [kernel] ... command (pid 86) queued successfully. Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83) Apr 13 15:55:46 [kernel] DC390: [3]dc390_StatusPhase(1) (83) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) Apr 13 15:55:46 [kernel] DC390: [4]dc390_Nop_0(1) (04) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 522000 Apr 13 15:55:46 [kernel] SRBdone (02,00000000), SRB 000001001db7c468, pid 86 Apr 13 15:55:46 [kernel] dc390_pci_map(): Mapped sense buffer 000001001e64f198 at 1e64f198 Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 25 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select wo/DisCn for Cmd 86 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] DC390: AutoReqSense ! Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: [1]dc390_DataInPhase(1) (81) Apr 13 15:55:46 [kernel] DC390: Next SG segment.<7> DC390: Start transfer: 0 bytes (address 1e64f198) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) Apr 13 15:55:46 [kernel] DC390: DMA Blast aborted unfinished! Apr 13 15:55:46 [kernel] Blast: Read 40960 times DMA_Status 00<7>Xfered: -16777198, Total: -16777198, Remaining: 16777198 Apr 13 15:55:46 [kernel] DC390: [3]dc390_StatusPhase(1) (83) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) Apr 13 15:55:46 [kernel] DC390: [4]dc390_Nop_0(1) (04) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped sense buffer at 1e64f198 Apr 13 15:55:46 [kernel] SRBdone (00,00000000), SRB 000001001db7c468, pid 86 Apr 13 15:55:46 [kernel] DC390: RETRY pid 86 (25), target 04-00 Apr 13 15:55:46 [kernel] dc390_pci_map(): Mapped request buffer 0000010000522000 at 522000 Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 25 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select w/DisCn for Cmd 86 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83) Apr 13 15:55:46 [kernel] DC390: [3]dc390_StatusPhase(1) (83) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) Apr 13 15:55:46 [kernel] DC390: [4]dc390_Nop_0(1) (04) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 522000 Apr 13 15:55:46 [kernel] SRBdone (02,08000000), SRB 000001001db7c468, pid 86 Apr 13 15:55:46 [kernel] dc390_pci_map(): Mapped sense buffer 000001001e64f198 at 1e64f198 Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 25 (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select wo/DisCn for Cmd 86 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] DC390: AutoReqSense ! Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 15:55:46 [kernel] DC390: Next SG segment.<7> DC390: Start transfer: 0 bytes (address 1e64f198) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) Apr 13 15:55:46 [kernel] DC390: DMA Blast aborted unfinished! Apr 13 15:55:46 [kernel] Blast: Read 40960 times DMA_Status 00<7>Xfered: -16777198, Total: -16777198, Remaining: 16777198 Apr 13 15:55:46 [kernel] DC390: [3]dc390_StatusPhase(1) (83) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) Apr 13 15:55:46 [kernel] DC390: [4]dc390_Nop_0(1) (04) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped sense buffer at 1e64f198 Apr 13 15:55:46 [kernel] DC390: [4]dc390_Nop_0(1) (04) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped sense buffer at 1e64f198 Apr 13 15:55:46 [kernel] SRBdone (00,08000000), SRB 000001001db7c468, pid 87 Apr 13 15:55:46 [kernel] DC390: Remove SRB 000001001db7c468 from Going Apr 13 15:55:46 [kernel] DC390: Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: SRBdone: done pid 87 Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] sda : READ CAPACITY failed. Apr 13 15:55:46 [kernel] sda : status=1, message=00, host=0, driver=08 Apr 13 15:55:46 [kernel] sd: sense = 0 0 Apr 13 15:55:46 [kernel] Non-extended sense class 0 code 0x0 Apr 13 15:55:46 [kernel] Raw sense data:0x00 0x00 0x00 0x00 Apr 13 15:55:46 [kernel] DC390: Queue Cmd=1a,Tgt=4,LUN=0 (pid=88), buffer=0000010000522000 Apr 13 15:55:46 [kernel] DC390: Get Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: Free SRB w/o Waiting Apr 13 15:55:46 [kernel] dc390_pci_map(): Mapped request buffer 0000010000522000 at 522000 Apr 13 15:55:46 [kernel] DC390: Start SCSI command: 1a (Sync:01) Apr 13 15:55:46 [kernel] DC390: Select w/DisCn for Cmd 88 (SRB 000001001db7c468), No TagQ Apr 13 15:55:46 [kernel] DC390: Append SRB 000001001db7c468 to Going Apr 13 15:55:46 [kernel] ... command (pid 88) queued successfully. Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 15:55:46 [kernel] DC390: [1]dc390_DataInPhase(1) (81) Apr 13 15:55:46 [kernel] DC390: Next SG segment.<7> DC390: Start transfer: 0 bytes (address 00522000) Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) Apr 13 15:55:46 [kernel] DC390: DMA Blast aborted unfinished! Apr 13 15:55:46 [kernel] Blast: Read 40960 times DMA_Status 00<7>Xfered: -16777212, Total: -16777212, Remaining: 16777212 Apr 13 15:55:46 [kernel] DC390: [3]dc390_StatusPhase(1) (83) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=87,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=08,<6>DC390: [3]dc390_Status_0(0) (87) Apr 13 15:55:46 [kernel] DC390: [4]dc390_Nop_0(1) (04) Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 522000 Apr 13 15:55:46 [kernel] SRBdone (00,00000000), SRB 000001001db7c468, pid 88 Apr 13 15:55:46 [kernel] DC390: Remove SRB 000001001db7c468 from Going Apr 13 15:55:46 [kernel] DC390: Free SRB 000001001db7c468 Apr 13 15:55:46 [kernel] DC390: SRBdone: done pid 88 Apr 13 15:55:46 [kernel] .. IRQ returned Apr 13 15:55:46 [kernel] sda: asking for cache data failed Apr 13 15:55:46 [kernel] sda: assuming drive cache: write through Apr 13 15:55:46 [kernel] Attached scsi disk sda at scsi1, channel 0, id 4, lun 0 Apr 13 15:55:46 [kernel] DC390: Irq (11) caught: .. IRQ returned - Last output repeated twice - Apr 13 15:55:47 [kernel] parport0: PC-style at 0x278 (0x678) [PCSPP,TRISTATE] Apr 13 15:55:47 [kernel] lp0: using parport0 (polling). Apr 13 15:55:47 [kernel] DC390: Irq (11) caught: .. IRQ returned - Last output repeated 3 times - Apr 13 15:55:49 [kernel] ip_tables: (C) 2000-2002 Netfilter core team Apr 13 15:55:49 [kernel] ip_conntrack version 2.1 (2047 buckets, 16376 max) - 432 bytes per conntrack Apr 13 15:55:52 [kernel] eth0: link up, 100Mbps, full-duplex, lpa 0x41E1 Apr 13 15:55:52 [kernel] DC390: Irq (11) caught: .. IRQ returned - Last output repeated 23 times - Apr 13 15:55:56 [kernel] bootsplash: status on console 0 changed to on Apr 13 15:55:57 [kernel] DC390: Irq (11) caught: .. IRQ returned Apr 13 15:55:57 [kernel] eth1: no IPv6 routers present Apr 13 15:56:00 [kernel] agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0. Apr 13 15:56:01 [kernel] DC390: Irq (11) caught: .. IRQ returned Apr 13 15:56:02 [kernel] eth0: no IPv6 routers present Apr 13 15:56:15 [kernel] DC390: Irq (11) caught: .. IRQ returned - Last output repeated 240 times - Apr 13 16:03:09 [kernel] DC390: shutdown Apr 13 16:03:16 [kernel] DC390(0): IO_PORT=9400,IRQ=b Apr 13 16:03:16 [kernel] DC390_init: No EEPROM found! Trying default settings ... Apr 13 16:03:16 [kernel] DC390: Used defaults: AdaptID=7, SpeedIdx=1 (8.0 MHz), DevMode=0x1f, AdaptMode=0x0f, TaggedCmnds=3 (16), DelayReset=1s Apr 13 16:03:16 [kernel] DC390: pSH = 16470000, Index 00 Apr 13 16:03:16 [kernel] DC390: Adapter index 0, ID 7, IO 0x00009400, IRQ 0x0b Apr 13 16:03:16 [kernel] DC390: pACB = 16470308, pDCBmap = 16470374, pSRB_array = 16470468 Apr 13 16:03:16 [kernel] DC390: ACB size= 1bf0, DCB size= 50, SRB size= 88 Apr 13 16:03:16 [kernel] DC390: 1 adapters found Apr 13 16:03:16 [kernel] scsi4 : Tekram DC390/AM53C974 V2.0f 2000-12-20 Apr 13 16:03:16 [kernel] DC390: Queue Cmd=12,Tgt=0,LUN=0 (pid=89), buffer=0000010000522ec0 Apr 13 16:03:18 [kernel] DC390: Debug: Waiting queue woken up by timer! Apr 13 16:03:18 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 522ec0 Apr 13 16:03:18 [kernel] DC390: Queue Cmd=12,Tgt=1,LUN=0 (pid=90), buffer=0000010000522ec0 Apr 13 16:03:18 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 522ec0 Apr 13 16:03:18 [kernel] DC390: Queue Cmd=12,Tgt=2,LUN=0 (pid=91), buffer=0000010000522ec0 Apr 13 16:03:18 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 522ec0 Apr 13 16:03:18 [kernel] DC390: Queue Cmd=12,Tgt=3,LUN=0 (pid=92), buffer=0000010000522ec0 Apr 13 16:03:19 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 522ec0 Apr 13 16:03:19 [kernel] DC390: Queue Cmd=12,Tgt=4,LUN=0 (pid=93), buffer=0000010000522ec0 Apr 13 16:03:19 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 16:03:19 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) Apr 13 16:03:19 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 522ec0 Apr 13 16:03:19 [kernel] DC390: Queue Cmd=00,Tgt=4,LUN=0 (pid=94), buffer=0000010000523e00 Apr 13 16:03:19 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83) Apr 13 16:03:19 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC, SRBdone (02,00000000), SRB 0000010016470468, pid 94 Apr 13 16:03:19 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 16:03:19 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) Apr 13 16:03:19 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped sense buffer at 1e64f898 Apr 13 16:03:19 [kernel] DC390: Queue Cmd=03,Tgt=4,LUN=0 (pid=94), buffer=0000010000523e00 Apr 13 16:03:19 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 16:03:19 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) Apr 13 16:03:19 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 522dc0 Apr 13 16:03:19 [kernel] DC390: RESET ... done Apr 13 16:03:19 [kernel] DC390: Queue Cmd=00,Tgt=4,LUN=0 (pid=95), buffer=0000010000523e00 Apr 13 16:03:22 [kernel] DC390: Debug: Waiting queue woken up by timer! Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83) Apr 13 16:03:22 [kernel] DC390: [3]dc390_StatusPhase(1) (83) Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC, SRBdone (02,00000000), SRB 0000010016470468, pid 95 Apr 13 16:03:22 [kernel] dc390_pci_map(): Mapped sense buffer 000001001e64f898 at 1e64f898 Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped sense buffer at 1e64f898 Apr 13 16:03:22 [kernel] DC390: Queue Cmd=00,Tgt=4,LUN=0 (pid=96), buffer=0000010000523e00 Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83) Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC, SRBdone (02,00000000), SRB 0000010016470468, pid 96 Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped sense buffer at 1e64f898 Apr 13 16:03:22 [kernel] sda: Unit Not Ready, sense: Apr 13 16:03:22 [kernel] : sense = 0 0 Apr 13 16:03:22 [kernel] Non-extended sense class 0 code 0x0 Apr 13 16:03:22 [kernel] DC390: Queue Cmd=25,Tgt=4,LUN=0 (pid=97), buffer=0000010000523e00 Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83) Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 523e00 Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped sense buffer at 1e64f898 Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83) Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 523e00 Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped sense buffer at 1e64f898 Apr 13 16:03:22 [kernel] DC390: Queue Cmd=25,Tgt=4,LUN=0 (pid=98), buffer=0000010000523e00 Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83) Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 523e00 Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped sense buffer at 1e64f898 Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83) Apr 13 16:03:22 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 523e00 Apr 13 16:03:23 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 16:03:23 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) Apr 13 16:03:23 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped sense buffer at 1e64f898 Apr 13 16:03:23 [kernel] DC390: Queue Cmd=25,Tgt=4,LUN=0 (pid=99), buffer=0000010000523e00 Apr 13 16:03:23 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83) Apr 13 16:03:23 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 523e00 Apr 13 16:03:23 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 16:03:23 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) Apr 13 16:03:23 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped sense buffer at 1e64f898 Apr 13 16:03:23 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (83) Apr 13 16:03:23 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 523e00 Apr 13 16:03:23 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 16:03:23 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) Apr 13 16:03:23 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped sense buffer at 1e64f898 Apr 13 16:03:23 [kernel] sda : READ CAPACITY failed. Apr 13 16:03:23 [kernel] sd: sense = 0 0 Apr 13 16:03:23 [kernel] Non-extended sense class 0 code 0x0 Apr 13 16:03:23 [kernel] DC390: Queue Cmd=1a,Tgt=4,LUN=0 (pid=100), buffer=0000010000523e00 Apr 13 16:03:23 [kernel] DC390: Irq (11) caught: <7>sstatus=81,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=18,<6>DC390: [5]dc390_Nop_0(0) (81) Apr 13 16:03:23 [kernel] DC390: Irq (11) caught: <7>sstatus=83,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=10,<6>DC390: [1]dc390_DataIn_0(0) (83) Apr 13 16:03:23 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 523e00 Apr 13 16:03:23 [kernel] sda: asking for cache data failed Apr 13 16:03:23 [kernel] sda: assuming drive cache: write through Apr 13 16:03:23 [kernel] Attached scsi disk sda at scsi4, channel 0, id 4, lun 0 Apr 13 16:03:23 [kernel] Attached scsi generic sg1 at scsi4, channel 0, id 4, lun 0, type 0 Apr 13 16:03:23 [kernel] DC390: Queue Cmd=12,Tgt=5,LUN=0 (pid=101), buffer=0000010000522ec0 Apr 13 16:03:23 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 522ec0 Apr 13 16:03:23 [kernel] DC390: Queue Cmd=12,Tgt=6,LUN=0 (pid=102), buffer=0000010000522ec0 Apr 13 16:03:24 [kernel] DC390: Irq (11) caught: <7>sstatus=80,<6>Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=20,<6>DISC,dc390_pci_unmap(): Unmapped request buffer at 522ec0 Apr 13 16:03:24 [kernel] DC390: Irq (11) caught: .. IRQ returned ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: tmscsim broken on amd64 with 2.6.5? 2004-04-13 14:14 ` Christian Roessner @ 2004-04-13 17:12 ` Guennadi Liakhovetski 2004-04-13 20:17 ` Christian Roessner 0 siblings, 1 reply; 22+ messages in thread From: Guennadi Liakhovetski @ 2004-04-13 17:12 UTC (permalink / raw) To: Christian Roessner; +Cc: linux-scsi [-- Attachment #1: Type: TEXT/PLAIN, Size: 189 bytes --] On Tue, 13 Apr 2004, Christian Roessner wrote: > /var/log/kernel/current_debug attached. Great! Please, try the next one (on the top of the current). Guennadi --- Guennadi Liakhovetski [-- Attachment #2: Type: TEXT/PLAIN, Size: 1157 bytes --] --- linux-2.6.3.hardlink/drivers/scsi/tmscsim.c~ Mon Apr 12 13:00:08 2004 +++ linux-2.6.3.hardlink/drivers/scsi/tmscsim.c Tue Apr 13 19:10:38 2004 @@ -1024,7 +1024,7 @@ pci_map_page(pdev, virt_to_page(pcmd->sense_buffer), (unsigned long)pcmd->sense_buffer & ~PAGE_MASK, sizeof(pcmd->sense_buffer), DMA_FROM_DEVICE); - pSRB->Segmentx.length = sizeof(pcmd->sense_buffer); + sg_dma_len(&pSRB->Segmentx) = sizeof(pcmd->sense_buffer); pSRB->SGcount = 1; pSRB->pSegmentList = (PSGL) &pSRB->Segmentx; DEBUG1(printk("%s(): Mapped sense buffer %p at %x\n", __FUNCTION__, pcmd->sense_buffer, cmdp->saved_dma_handle)); @@ -1045,7 +1045,7 @@ (unsigned long)pcmd->request_buffer & ~PAGE_MASK, pcmd->request_bufflen, scsi_to_pci_dma_dir(pcmd->sc_data_direction)); /* TODO: error handling */ - pSRB->Segmentx.length = pcmd->request_bufflen; + sg_dma_len(&pSRB->Segmentx) = sizeof(pcmd->sense_buffer); pSRB->SGcount = 1; pSRB->pSegmentList = (PSGL) &pSRB->Segmentx; DEBUG1(printk("%s(): Mapped request buffer %p at %x\n", __FUNCTION__, pcmd->request_buffer, cmdp->saved_dma_handle)); ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: tmscsim broken on amd64 with 2.6.5? 2004-04-13 17:12 ` Guennadi Liakhovetski @ 2004-04-13 20:17 ` Christian Roessner 2004-04-13 20:40 ` Guennadi Liakhovetski 2004-04-13 21:24 ` Guennadi Liakhovetski 0 siblings, 2 replies; 22+ messages in thread From: Christian Roessner @ 2004-04-13 20:17 UTC (permalink / raw) To: Guennadi Liakhovetski, linux-scsi Hi, great! Problem fixed. cdrecord -scanbus show my TEAC 512 writer. /proc/scsi/tmscsim/5 shows sync-speed 5.0M. Fine! Can I remove the debugging statements? Regards Christian ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: tmscsim broken on amd64 with 2.6.5? 2004-04-13 20:17 ` Christian Roessner @ 2004-04-13 20:40 ` Guennadi Liakhovetski 2004-04-15 16:05 ` Roessner Christian 2004-04-15 16:11 ` Roessner Christian 2004-04-13 21:24 ` Guennadi Liakhovetski 1 sibling, 2 replies; 22+ messages in thread From: Guennadi Liakhovetski @ 2004-04-13 20:40 UTC (permalink / raw) To: Christian Roessner; +Cc: linux-scsi On Tue, 13 Apr 2004, Christian Roessner wrote: > great! Problem fixed. cdrecord -scanbus show my TEAC 512 > writer. /proc/scsi/tmscsim/5 shows sync-speed 5.0M. Fine! > > Can I remove the debugging statements? Yes! Now you are allowed to remove all the debugging!:-) And the last thing I would ask you to try - is a bit of stress-testing. Try burning some CDs (ok, you can burn re-writables, although, they tend to be slower than recordables), put some load in parallel, mount dome CDs, dd from them (dd if=/dev/scd0 of=/dev/null), play some music from them. Do you have any other SCSI devices you could connect to it? But, you know, AM53C974 is not the most performant SCSI-controller:-) Actually, when I just completed initial porting it to 2.6, I said, it would be nice to test it on some HIGHMEM / 64bit platforms, and somebody replied, that, probably, nobody would ever think of using this chip on such a system:-) And, please post output of your /proc/scsi/scsi and /proc/scsi/tmscsim/... Thanks for your help! Guennadi --- Guennadi Liakhovetski ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: tmscsim broken on amd64 with 2.6.5? 2004-04-13 20:40 ` Guennadi Liakhovetski @ 2004-04-15 16:05 ` Roessner Christian 2004-04-15 16:11 ` Roessner Christian 1 sibling, 0 replies; 22+ messages in thread From: Roessner Christian @ 2004-04-15 16:05 UTC (permalink / raw) To: Guennadi Liakhovetski, linux-scsi [-- Attachment #1: Type: text/plain, Size: 1730 bytes --] Hello, today I have patched a fresh vanilla-2.6.5 with your code. I changed some lines (Do you use 2.6.3?). I have burned CDs and did parallel reading with cp and two instances of dd=... I tested a CD with sector errors and one without errors. The code seems to be stable. Below you can find my changed version of your patch (for 2.6.5) Thanks for your help Auf Wiedersehen Christian Am Dienstag, 13. April 2004 22:40 schrieben Sie: > On Tue, 13 Apr 2004, Christian Roessner wrote: > > great! Problem fixed. cdrecord -scanbus show my TEAC 512 > > writer. /proc/scsi/tmscsim/5 shows sync-speed 5.0M. Fine! > > > > Can I remove the debugging statements? > > Yes! Now you are allowed to remove all the debugging!:-) And the last > thing I would ask you to try - is a bit of stress-testing. Try burning > some CDs (ok, you can burn re-writables, although, they tend to be slower > than recordables), put some load in parallel, mount dome CDs, dd from them > (dd if=/dev/scd0 of=/dev/null), play some music from them. Do you have any > other SCSI devices you could connect to it? But, you know, AM53C974 is not > the most performant SCSI-controller:-) Actually, when I just completed > initial porting it to 2.6, I said, it would be nice to test it on some > HIGHMEM / 64bit platforms, and somebody replied, that, probably, nobody > would ever think of using this chip on such a system:-) > > And, please post output of your /proc/scsi/scsi and /proc/scsi/tmscsim/... > > Thanks for your help! > Guennadi > --- > Guennadi Liakhovetski -- Roessner Network Solutions (R.N.S.) Tel.: 0641-2097252, Fax: 0641-2097253, Mobil: 0171-3611230 URL: http://www.roessner-net.com/ PGP: http://www.roessner-net.com/0x6A549505.asc [-- Attachment #2: tmscsim-64.patch --] [-- Type: text/x-diff, Size: 5285 bytes --] --- linux-2.6.5/drivers/scsi/tmscsim.c Fri Mar 12 22:22:11 2004 +++ linux-2.6.5/drivers/scsi/tmscsim.c Tue Apr 13 22:50:05 2004 @@ -168,6 +168,7 @@ * 2.1a 03/11/29 GL, KG Initial fixing for 2.6. Convert to * * use the current PCI-mapping API, update * * command-queuing. * + * 2.1b 04/04/13 GL Fix for 64-bit platforms * ***********************************************************************/ /* Uncomment SA_INTERRUPT, if the driver refuses to share its IRQ with other devices */ @@ -1022,7 +1023,7 @@ pci_map_page(pdev, virt_to_page(pcmd->sense_buffer), (unsigned long)pcmd->sense_buffer & ~PAGE_MASK, sizeof(pcmd->sense_buffer), DMA_FROM_DEVICE); - pSRB->Segmentx.length = sizeof(pcmd->sense_buffer); + sg_dma_len(&pSRB->Segmentx) = sizeof(pcmd->sense_buffer); pSRB->SGcount = 1; pSRB->pSegmentList = (PSGL) &pSRB->Segmentx; DEBUG1(printk("%s(): Mapped sense buffer %p at %x\n", __FUNCTION__, pcmd->sense_buffer, cmdp->saved_dma_handle)); @@ -1043,7 +1044,7 @@ (unsigned long)pcmd->request_buffer & ~PAGE_MASK, pcmd->request_bufflen, scsi_to_pci_dma_dir(pcmd->sc_data_direction)); /* TODO: error handling */ - pSRB->Segmentx.length = pcmd->request_bufflen; + sg_dma_len(&pSRB->Segmentx) = sizeof(pcmd->sense_buffer); pSRB->SGcount = 1; pSRB->pSegmentList = (PSGL) &pSRB->Segmentx; DEBUG1(printk("%s(): Mapped request buffer %p at %x\n", __FUNCTION__, pcmd->request_buffer, cmdp->saved_dma_handle)); @@ -1131,7 +1132,7 @@ if (!pcmd) { dc390_Free_insert (pACB, pSRB); return; } /* should not happen */ pDCB = dc390_findDCB (pACB, pcmd->device->id, pcmd->device->lun); if (!pDCB) - { + { dc390_Free_insert (pACB, pSRB); printk (KERN_ERR "DC390: Command in queue to non-existing device!\n"); pcmd->result = MK_RES(DRIVER_ERROR,DID_ERROR,0,0); @@ -1180,7 +1181,7 @@ /* Assume BAD_TARGET; will be cleared later */ cmd->result = DID_BAD_TARGET << 16; - /* TODO: Change the policy: Alway accept TEST_UNIT_READY or INQUIRY + /* TODO: Change the policy: Always accept TEST_UNIT_READY or INQUIRY * commands and alloc a DCB for the device if not yet there. DCB will * be removed in dc390_SRBdone if SEL_TIMEOUT */ @@ -1767,7 +1768,7 @@ PDCB pDCB, pDCB2; pDCB = kmalloc (sizeof(DC390_DCB), GFP_ATOMIC); - DCBDEBUG(printk (KERN_INFO "DC390: alloc mem for DCB (ID %i, LUN %i): %p\n" \ + DCBDEBUG(printk (KERN_INFO "DC390: alloc mem for DCB (ID %i, LUN %i): %p\n", \ id, lun, pDCB)); *ppDCB = pDCB; @@ -2221,7 +2222,7 @@ { PDEVDECL0; UCHAR irq; - UINT io_port; + ULONG io_port; //dc390_pSHT_start = psht; dc390_pACB_start = NULL; @@ -2229,10 +2230,13 @@ if ( PCI_PRESENT ) while (PCI_FIND_DEVICE (PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD53C974)) { -#if LINUX_VERSION_CODE > KERNEL_VERSION(2,3,30) if (pci_enable_device (pdev)) continue; -#endif + + if (pci_set_dma_mask(pdev, 0xffffffff)) { + printk(KERN_ERR "DC390(%i): No suitable DMA available.\n", dc390_adapterCnt); + continue; + } PCI_GET_IO_AND_IRQ; DEBUG0(printk(KERN_INFO "DC390(%i): IO_PORT=%04x,IRQ=%x\n", dc390_adapterCnt, (UINT) io_port, irq)); --- linux-2.6.5/drivers/scsi/scsiiom.c Fri Mar 12 22:22:10 2004 +++ linux-2.6.5/drivers/scsi/scsiiom.c Tue Apr 13 22:46:19 2004 @@ -521,7 +521,7 @@ { DC390_write8 (ScsiCmd, CLEAR_FIFO_CMD); DC390_write8 (DMA_Cmd, READ_DIRECTION+DMA_IDLE_CMD); /* | DMA_INT */ - } + } } static void @@ -740,9 +740,9 @@ psgl = pSRB->pSegmentList; //dc390_pci_sync(pSRB); - while (pSRB->TotalXferredLen + (ULONG) psgl->length < pSRB->Saved_Ptr) + while (pSRB->TotalXferredLen + (ULONG) sg_dma_len(psgl) < pSRB->Saved_Ptr) { - pSRB->TotalXferredLen += (ULONG) psgl->length; + pSRB->TotalXferredLen += (ULONG) sg_dma_len(psgl); pSRB->SGIndex++; if( pSRB->SGIndex < pSRB->SGcount ) { @@ -762,7 +762,7 @@ } else if(pcmd->request_buffer) { //dc390_pci_sync(pSRB); - pSRB->Segmentx.length = pcmd->request_bufflen - pSRB->Saved_Ptr; + sg_dma_len(&pSRB->Segmentx) = pcmd->request_bufflen - pSRB->Saved_Ptr; pSRB->SGcount = 1; pSRB->pSegmentList = (PSGL) &pSRB->Segmentx; } else { @@ -885,6 +885,8 @@ if (pDCB) printk (KERN_ERR "DC390: pSRB == pTmpSRB! (TagQ Error?) (%02i-%i)\n", pDCB->TargetID, pDCB->TargetLUN); else printk (KERN_ERR "DC390: pSRB == pTmpSRB! (TagQ Error?) (DCB 0!)\n"); + + pSRB->pSRBDCB = pDCB; dc390_EnableMsgOut_Abort (pACB, pSRB); if (pDCB) pDCB->DCBFlag |= ABORT_DEV; return; @@ -1466,7 +1468,7 @@ ptr2 = pSRB->pSegmentList; for( i=pSRB->SGIndex; i < bval; i++) { - swlval += ptr2->length; + swlval += sg_dma_len(ptr2); ptr2++; } REMOVABLEDEBUG(printk(KERN_INFO "XferredLen=%08x,NotXferLen=%08x\n",\ --- linux-2.6.5/drivers/scsi/dc390.h Fri Mar 12 22:22:10 2004 +++ linux-2.6.5/drivers/scsi/dc390.h Tue Apr 13 22:50:26 2004 @@ -19,7 +19,7 @@ #endif #define DC390_BANNER "Tekram DC390/AM53C974" -#define DC390_VERSION "2.0f 2000-12-20" +#define DC390_VERSION "2.1b 2004-04-13" /* We don't have eh_abort_handler, eh_device_reset_handler, * eh_bus_reset_handler, eh_host_reset_handler yet! ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: tmscsim broken on amd64 with 2.6.5? 2004-04-13 20:40 ` Guennadi Liakhovetski 2004-04-15 16:05 ` Roessner Christian @ 2004-04-15 16:11 ` Roessner Christian 1 sibling, 0 replies; 22+ messages in thread From: Roessner Christian @ 2004-04-15 16:11 UTC (permalink / raw) To: Guennadi Liakhovetski, linux-scsi Sorry, forgot to send /proc-stuff: /proc/scsi/scsi: Host: scsi1 Channel: 00 Id: 04 Lun: 00 Vendor: TEAC Model: CD-W512SB Rev: 1.0B Type: CD-ROM ANSI SCSI revision: 02 /proc/scsi/tmscsim/1: Tekram DC390/AM53C974 PCI SCSI Host Adapter, Driver Version 2.1b 2004-04-13 SCSI Host Nr 1, AM53C974 Adapter Nr 0 IOPortBase 0x9400, IRQ 11 MaxID 7, MaxLUN 1, AdapterID 7, SelTimeout 250 ms, DelayReset 1 s TagMaxNum 16, Status 0x00, ACBFlag 0x00, GlitchEater 24 ns Statistics: Cmnds 91786, Cmnds not sent directly 76000, Out of SRB conds 0 Lost arbitrations 0, Sel. connected 0, Connected: No Nr of attached devices: 1, Nr of DCBs: 1 Map of attached LUNs: 00 00 00 00 01 00 00 00 Idx ID LUN Prty Sync DsCn SndS TagQ NegoPeriod SyncSpeed SyncOffs MaxCmd 00 04 00 Yes Yes Yes Yes No 200 ns 5.0 M 08 01 Commands in Queues: Query: 0: Regards Christian ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: tmscsim broken on amd64 with 2.6.5? 2004-04-13 20:17 ` Christian Roessner 2004-04-13 20:40 ` Guennadi Liakhovetski @ 2004-04-13 21:24 ` Guennadi Liakhovetski 1 sibling, 0 replies; 22+ messages in thread From: Guennadi Liakhovetski @ 2004-04-13 21:24 UTC (permalink / raw) To: Christian Roessner; +Cc: linux-scsi, Christoph Hellwig, garloff [-- Attachment #1: Type: TEXT/PLAIN, Size: 677 bytes --] On Tue, 13 Apr 2004, Christian Roessner wrote: > great! Problem fixed. cdrecord -scanbus show my TEAC 512 > writer. /proc/scsi/tmscsim/5 shows sync-speed 5.0M. Fine! Ok, here goes a cumulative patch, that (hopefully) fixes tmscsim on 64-bit platforms. Christian, would be nice if you could test it again in its final form against a vanilla 2.6.5. I don't know if there's anybody else using AM53C974 on 64-bit:-) It doesn't conflict (AFAIR) with other pending tmscsim patches, but, unlike those, this one fixes an actual bug, so, should have a higher priority. Kurt, please, could we somehow get those outstanding patches moving? Thanks Guennadi --- Guennadi Liakhovetski [-- Attachment #2: Type: TEXT/PLAIN, Size: 5713 bytes --] diff -u linux-2.6.3/drivers/scsi/tmscsim.c linux-2.6.3.hardlink/drivers/scsi/tmscsim.c --- linux-2.6.3/drivers/scsi/tmscsim.c Fri Mar 12 22:22:11 2004 +++ linux-2.6.3.hardlink/drivers/scsi/tmscsim.c Tue Apr 13 22:50:05 2004 @@ -168,6 +168,7 @@ * 2.1a 03/11/29 GL, KG Initial fixing for 2.6. Convert to * * use the current PCI-mapping API, update * * command-queuing. * + * 2.1b 04/04/13 GL Fix for 64-bit platforms * ***********************************************************************/ /* Uncomment SA_INTERRUPT, if the driver refuses to share its IRQ with other devices */ @@ -1022,7 +1023,7 @@ pci_map_page(pdev, virt_to_page(pcmd->sense_buffer), (unsigned long)pcmd->sense_buffer & ~PAGE_MASK, sizeof(pcmd->sense_buffer), DMA_FROM_DEVICE); - pSRB->Segmentx.length = sizeof(pcmd->sense_buffer); + sg_dma_len(&pSRB->Segmentx) = sizeof(pcmd->sense_buffer); pSRB->SGcount = 1; pSRB->pSegmentList = (PSGL) &pSRB->Segmentx; DEBUG1(printk("%s(): Mapped sense buffer %p at %x\n", __FUNCTION__, pcmd->sense_buffer, cmdp->saved_dma_handle)); @@ -1043,7 +1044,7 @@ (unsigned long)pcmd->request_buffer & ~PAGE_MASK, pcmd->request_bufflen, scsi_to_pci_dma_dir(pcmd->sc_data_direction)); /* TODO: error handling */ - pSRB->Segmentx.length = pcmd->request_bufflen; + sg_dma_len(&pSRB->Segmentx) = sizeof(pcmd->sense_buffer); pSRB->SGcount = 1; pSRB->pSegmentList = (PSGL) &pSRB->Segmentx; DEBUG1(printk("%s(): Mapped request buffer %p at %x\n", __FUNCTION__, pcmd->request_buffer, cmdp->saved_dma_handle)); @@ -1131,7 +1132,7 @@ if (!pcmd) { dc390_Free_insert (pACB, pSRB); return; } /* should not happen */ pDCB = dc390_findDCB (pACB, pcmd->device->id, pcmd->device->lun); if (!pDCB) - { + { dc390_Free_insert (pACB, pSRB); printk (KERN_ERR "DC390: Command in queue to non-existing device!\n"); pcmd->result = MK_RES(DRIVER_ERROR,DID_ERROR,0,0); @@ -1180,7 +1181,7 @@ /* Assume BAD_TARGET; will be cleared later */ cmd->result = DID_BAD_TARGET << 16; - /* TODO: Change the policy: Alway accept TEST_UNIT_READY or INQUIRY + /* TODO: Change the policy: Always accept TEST_UNIT_READY or INQUIRY * commands and alloc a DCB for the device if not yet there. DCB will * be removed in dc390_SRBdone if SEL_TIMEOUT */ @@ -1767,7 +1768,7 @@ PDCB pDCB, pDCB2; pDCB = kmalloc (sizeof(DC390_DCB), GFP_ATOMIC); - DCBDEBUG(printk (KERN_INFO "DC390: alloc mem for DCB (ID %i, LUN %i): %p\n" \ + DCBDEBUG(printk (KERN_INFO "DC390: alloc mem for DCB (ID %i, LUN %i): %p\n", \ id, lun, pDCB)); *ppDCB = pDCB; @@ -2221,7 +2222,7 @@ { PDEVDECL0; UCHAR irq; - UINT io_port; + ULONG io_port; //dc390_pSHT_start = psht; dc390_pACB_start = NULL; @@ -2229,10 +2230,13 @@ if ( PCI_PRESENT ) while (PCI_FIND_DEVICE (PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD53C974)) { -#if LINUX_VERSION_CODE > KERNEL_VERSION(2,3,30) if (pci_enable_device (pdev)) continue; -#endif + + if (pci_set_dma_mask(pdev, 0xffffffff)) { + printk(KERN_ERR "DC390(%i): No suitable DMA available.\n", dc390_adapterCnt); + continue; + } PCI_GET_IO_AND_IRQ; DEBUG0(printk(KERN_INFO "DC390(%i): IO_PORT=%04x,IRQ=%x\n", dc390_adapterCnt, (UINT) io_port, irq)); diff -u linux-2.6.3/drivers/scsi/scsiiom.c linux-2.6.3.hardlink/drivers/scsi/scsiiom.c --- linux-2.6.3/drivers/scsi/scsiiom.c Fri Mar 12 22:22:10 2004 +++ linux-2.6.3.hardlink/drivers/scsi/scsiiom.c Tue Apr 13 22:46:19 2004 @@ -521,7 +521,7 @@ { DC390_write8 (ScsiCmd, CLEAR_FIFO_CMD); DC390_write8 (DMA_Cmd, READ_DIRECTION+DMA_IDLE_CMD); /* | DMA_INT */ - } + } } static void @@ -740,9 +740,9 @@ psgl = pSRB->pSegmentList; //dc390_pci_sync(pSRB); - while (pSRB->TotalXferredLen + (ULONG) psgl->length < pSRB->Saved_Ptr) + while (pSRB->TotalXferredLen + (ULONG) sg_dma_len(psgl) < pSRB->Saved_Ptr) { - pSRB->TotalXferredLen += (ULONG) psgl->length; + pSRB->TotalXferredLen += (ULONG) sg_dma_len(psgl); pSRB->SGIndex++; if( pSRB->SGIndex < pSRB->SGcount ) { @@ -762,7 +762,7 @@ } else if(pcmd->request_buffer) { //dc390_pci_sync(pSRB); - pSRB->Segmentx.length = pcmd->request_bufflen - pSRB->Saved_Ptr; + sg_dma_len(&pSRB->Segmentx) = pcmd->request_bufflen - pSRB->Saved_Ptr; pSRB->SGcount = 1; pSRB->pSegmentList = (PSGL) &pSRB->Segmentx; } else { @@ -885,6 +885,8 @@ if (pDCB) printk (KERN_ERR "DC390: pSRB == pTmpSRB! (TagQ Error?) (%02i-%i)\n", pDCB->TargetID, pDCB->TargetLUN); else printk (KERN_ERR "DC390: pSRB == pTmpSRB! (TagQ Error?) (DCB 0!)\n"); + + pSRB->pSRBDCB = pDCB; dc390_EnableMsgOut_Abort (pACB, pSRB); if (pDCB) pDCB->DCBFlag |= ABORT_DEV; return; @@ -1466,7 +1468,7 @@ ptr2 = pSRB->pSegmentList; for( i=pSRB->SGIndex; i < bval; i++) { - swlval += ptr2->length; + swlval += sg_dma_len(ptr2); ptr2++; } REMOVABLEDEBUG(printk(KERN_INFO "XferredLen=%08x,NotXferLen=%08x\n",\ diff -u linux-2.6.3/drivers/scsi/dc390.h linux-2.6.3.hardlink/drivers/scsi/dc390.h --- linux-2.6.3/drivers/scsi/dc390.h Fri Mar 12 22:22:10 2004 +++ linux-2.6.3.hardlink/drivers/scsi/dc390.h Tue Apr 13 22:50:26 2004 @@ -19,7 +19,7 @@ #endif #define DC390_BANNER "Tekram DC390/AM53C974" -#define DC390_VERSION "2.0f 2000-12-20" +#define DC390_VERSION "2.1b 2004-04-13" /* We don't have eh_abort_handler, eh_device_reset_handler, * eh_bus_reset_handler, eh_host_reset_handler yet! ^ permalink raw reply [flat|nested] 22+ messages in thread
end of thread, other threads:[~2004-04-15 16:11 UTC | newest] Thread overview: 22+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-04-10 13:58 tmscsim broken on amd64 with 2.6.5? Christian Roessner 2004-04-10 16:42 ` Guennadi Liakhovetski 2004-04-10 19:14 ` Guennadi Liakhovetski 2004-04-10 20:39 ` Christian Roessner 2004-04-10 21:42 ` Guennadi Liakhovetski 2004-04-10 21:14 ` Guennadi Liakhovetski 2004-04-11 9:20 ` Christian Roessner 2004-04-12 11:11 ` Guennadi Liakhovetski 2004-04-12 11:38 ` Jeff Garzik 2004-04-13 21:26 ` Guennadi Liakhovetski 2004-04-13 21:52 ` Jeff Garzik -- strict thread matches above, loose matches on Subject: below -- 2004-04-13 8:25 Christian Roessner 2004-04-13 11:05 ` Guennadi Liakhovetski 2004-04-13 12:16 ` Christian Roessner 2004-04-13 12:32 ` Guennadi Liakhovetski 2004-04-13 14:14 ` Christian Roessner 2004-04-13 17:12 ` Guennadi Liakhovetski 2004-04-13 20:17 ` Christian Roessner 2004-04-13 20:40 ` Guennadi Liakhovetski 2004-04-15 16:05 ` Roessner Christian 2004-04-15 16:11 ` Roessner Christian 2004-04-13 21:24 ` Guennadi Liakhovetski
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox