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

Re: [linux-mac68k] Results of trying 2.6.7 and 2.6.8 on Macintosh Quadra 650



Alfred G. de Wijn wrote:
On Wed, 2004-08-25 at 15:35, Erik C.J. Laan wrote:

The first try was without any special measures. The bootlogs are attached as 2.6.7-mac_run1.txt and 2.6.8-mac_run1_and_2.txt. Because it fails when starting the Sonic's driver, I experimented with tricks that would help others get through such errors on 2.0.x en 2.2.x kernels before: Starting MacOS without extensions (pressing Shift on bootup) and starting Linux/mac68k without the networkcables connected. With the networkcable disconnected. 2.6.7 got a few characters further (2.6.7-mac_run2.txt) but 2.6.8 died at the same point. Without loading MacOS extensions both got a few characters further (see 2.6.7-mac_run3*.txt and 2.6.8-mac_run3*.txt respecively).


There seems to be something wrong with the SONIC driver.  Under 2.2.25
it reports:
eth0: onboard / comm-slot SONIC at 0x50f0a000
eth0: revision 0x0004, using 32 bit DMA and register offset 2
2.6 kernels report:
eth0: revision 0xffff9424, using 16 bit DMA and register offset 0
or
eth0: revision 0x9424, using 16 bit DMA and register offset 0

This is all being done in mac_onboard_sonic_probe in macsonic.c.  The
offending code seems to be around line 405:

		sr = sonic_read(dev, SONIC_SR);
		if (sr == 0 || sr == 0xffff) {
			reg_offset = 2;
			/* 83932 is 0x0004, 83934 is 0x0100 or 0x0101 */
			sr = sonic_read(dev, SONIC_SR);
			dma_bitmode = 1;
			
		}

which in 2.2.25 is:

		sr = sonic_read(dev, SONIC_SR);
		if (sr == 0x0004 || sr == 0x0100 || sr == 0x0101) {
			/* 83932 is 0x0004, 83934 is 0x0100 or 0x0101 */
			dma_bitmode = 1;
		}

Somebody with knowledge of SONIC stuff may have ideas on what's wrong and why.

Cheers,
Alfred

Because I'm not a coder I can't help with that, but thought that maybe
the second NIC has a play in these errors. So this evening I took the
second Ethernet card out of it's NUBUS slot, and started experimenting
again. Of the 12 or so boots I had with both 2.6.7 and 2.6.8 I only got
each kernel past the eth0 code once. For both kernels this was with only
1 ethernet card (off course) but with the networkcable connected and
booting MacOS with extensions ON (not pressing Shift at boot time). Also
the Syquest removable was turned on, without a cartridge in it. The logs
are 2.6.7-mac_run4*.txt and 2.6.8-mac_run4*.txt respectively. It looks
like kernel 2.6.7 can't correctly interpret Mac partition tables,
because it seems to find sdb1 and sdb2 if I read the logs correctly, but
there really is a sdb3. Kernel 2.6.8 progresses even further, and even
mounts the rootfs, but dies soon after with a BAD KERNEL TRAP.
Because these logs show alot of messages about SCSI-stuff and quite some
about sde, I tried booting without the Syquest on, but this time both
kernels hang at eth0 initialisation again (see 2.6.[78]-mac_run5*.txt)
Next and last try was with the Syquest turned on again, and a cartridge
in it. I used my MacOS to make 1 partition on it of type A/UX data. It
was to small for A/UX Root&Usr, and mac-fdisk on my stable 2.2.25 kernel
could not read the partition table, and so refused to make a new one.
With this test both kernels fail when the eth0 driver starts (see
2.6.[78]-mac_run6*.txt).

I'm wondering if the SCSI messages from the "2.6.[78]-mac_run4*txt" logs
are any indication whether the fix to disable SCSI reselects is actually in these kernels. This fix is activated by the mac53c9x=1,0 kernel commandline argument and Kars de Jong wrote on Aug 19 in a message on the debian-68k-maillist (thread "light weight desktop for browsing" ;-) that he thought this fix had not been entered in the general Linux-m68k CVS, while it has been in the Linux-mac68k CVS since Ray Knight wrote it for 2.2.20 in June of 2001. My experience with multiple SCSI drives (HD, CD) on a 68040 Mac is that this fix is essential.

HTH, Erik
--
--------------------------------------------------------------------------
Erik C.J. Laan				elaan at dds.nl
Please reply below the message, please cut unrelevant pieces from a reply.
--------------------------------------------------------------------------




Linux version 2.6.8-mac (root@skeeve) (gcc version 3.3.3 (Debian 20040321)) #1 S
un Aug 22 17:03:44 CEST 2004
Detected Macintosh model: 36
VIA1 at 50f00000 is a 6522 or clone
VIA2 at 50f02000 is <6>a 6522 or clone
Apple Macintosh Quadra 650
Built 1 zonelists
Kernel command line: root=/dev/sdb3 mac53c9x=1,0 debug=ser console=tty0
Killing onboard sonic... Done.
PID hash table entries: 16 (order 4: 128 bytes)
Console: colour dummy device 80x25
Linux version 2.6.8-mac (root@skeeve) (gcc version 3.3.3 (Debian 20040321)) #1 S
un Aug 22 17:03:44 CEST 2004
Detected Macintosh model: 36
VIA1 at 50f00000 is a 6522 or clone
VIA2 at 50f02000 is <6>a 6522 or clone
Apple Macintosh Quadra 650
Built 1 zonelists
Kernel command line: root=/dev/sdb3 mac53c9x=1,0 debug=ser console=tty0
Killing onboard sonic... Done.
PID hash table entries: 16 (order 4: 128 bytes)
Console: colour dummy device 80x25
Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
Memory: 21948k/24576k available (1656k kernel code, 848k data, 100k init)
Calibrating delay loop... 22.11 BogoMIPS
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
NET: Registered protocol family 16
NuBus: Scanning NuBus slots.
SCSI subsystem initialized
macfb: framebuffer at 0xf9001000, mapped to 0xd0001000, size 480k
macfb: mode is 640x480x8, linelength=1024
macfb: scrolling: redraw
fb0: Macintosh DAFB built-in frame buffer device
audit: initializing netlink socket (disabled)
audit(1.060:0): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializing Cryptographic API
fbcon_startup: No VBL detected, using timer based cursor.
mac_delete_irq: tried to remove invalid irq
Console: switching to colour frame buffer device 80x30
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Checking for internal Macintosh ethernet (SONIC).. yes
sonic.c:v0.92 20.9.98 tsbogend@alpha.franken.de
eth0: onboard / comm-slot SONIC at 0x50f0a000
eth0: revision 0x0000, using 32 bit DMA and register offset 2
eth0: register offset unsupported.  please fix this if you know what it is.
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx
mac_esp: io base at 0x50f10000
esp: using quick version
esp: addr at 0x50f10000
SCSI ID 7 Clk 16MHz CCF=4 TOut 138 NCR53C9x(esp236)

mac_esp: 1 esp controllers found
scsi0 : ESP236 (NCR53C9x)
Using anticipatory io scheduler
  Vendor: DEC       Model: DSP3053LS         Rev: X442
  Type:   Direct-Access                      ANSI SCSI revision: 02
  Vendor: DEC       Model: DSP3053LS         Rev: X441
  Type:   Direct-Access                      ANSI SCSI revision: 02
  Vendor: DEC       Model: DSP3053LS         Rev: X441
  Type:   Direct-Access                      ANSI SCSI revision: 02
  Vendor: QUANTUM   Model: MAVERICK 540S     Rev: 0901
  Type:   Direct-Access                      ANSI SCSI revision: 02
  Vendor: HP        Model: CD-Writer 6020    Rev: 1.07
  Type:   CD-ROM                             ANSI SCSI revision: 02
esp0: Aborting command
esp0: dumping state
esp0: SW [sreg<07> sstep<04> ireg<08>]
esp0: HW reread [sreg<00> sstep<c4> ireg<20>]
esp0: current command [tgt<05> lun<00> pphase<FREEING> cphase<FREEING>]
esp0: disconnected
esp0: invalid command
esp0: dumping state
esp0: SW [sreg<00> sstep<04> ireg<40>]
esp0: HW reread [sreg<00> sstep<c4> ireg<00>]
esp0: current command [tgt<05> lun<00> pphase<FREEING> cphase<FREEING>]
esp0: disconnected
esp0: Forcing async and disabling disconnect for target 5
esp0: Resetting scsi bus
esp0: SCSI bus reset interrupt
esp0: Aborting command
esp0: dumping state
esp0: SW [sreg<07> sstep<04> ireg<08>]
esp0: HW reread [sreg<00> sstep<c4> ireg<20>]
esp0: current command [tgt<05> lun<00> pphase<FREEING> cphase<FREEING>]
esp0: disconnected
esp0: invalid command
esp0: dumping state
esp0: SW [sreg<00> sstep<04> ireg<40>]
esp0: HW reread [sreg<00> sstep<c4> ireg<00>]
esp0: current command [tgt<05> lun<00> pphase<FREEING> cphase<FREEING>]
esp0: disconnected
esp0: Forcing async and disabling disconnect for target 5
esp0: Resetting scsi bus
esp0: SCSI bus reset interrupt
esp0: Resetting scsi bus
esp0: SCSI bus reset interrupt
esp0: Aborting command
esp0: dumping state
esp0: SW [sreg<07> sstep<04> ireg<08>]
esp0: HW reread [sreg<00> sstep<c4> ireg<20>]
esp0: current command [tgt<05> lun<00> pphase<FREEING> cphase<FREEING>]
esp0: disconnected
esp0: invalid command
esp0: dumping state
esp0: SW [sreg<00> sstep<04> ireg<40>]
esp0: HW reread [sreg<00> sstep<c4> ireg<00>]
esp0: current command [tgt<05> lun<00> pphase<FREEING> cphase<FREEING>]
esp0: disconnected
esp0: Forcing async and disabling disconnect for target 5
esp0: Resetting scsi bus
esp0: SCSI bus reset interrupt
scsi: Device offlined - not ready after error recovery: host 0 channel 0 id 5 lu
n 0
scsi scan: 56 byte inquiry failed with code 524288.  Consider BLIST_INQUIRY_36 f
or this device
scsi0 (5:0): rejecting I/O to offline device
  Vendor: ARCHIVE   Model: Python 28388-XXX  Rev: 4.94
  Type:   Sequential-Access                  ANSI SCSI revision: 02
SCSI device sda: 1046532 512-byte hdwr sectors (536 MB)
SCSI device sda: drive cache: write through
 sda: [mac] sda1 sda2 sda3 sda4
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sdb: 1046532 512-byte hdwr sectors (536 MB)
SCSI device sdb: drive cache: write through
 sdb: [mac] sdb1 sdb2 sdb3
Attached scsi disk sdb at scsi0, channel 0, id 1, lun 0
SCSI device sdc: 1046532 512-byte hdwr sectors (536 MB)
SCSI device sdc: drive cache: write through
 sdc: [mac] sdc1 sdc2 sdc3 sdc4
Attached scsi disk sdc at scsi0, channel 0, id 2, lun 0
SCSI device sdd: 1057758 512-byte hdwr sectors (542 MB)
SCSI device sdd: drive cache: write through
 sdd: [mac] sdd1 sdd2 sdd3 sdd4
Attached scsi disk sdd at scsi0, channel 0, id 3, lun 0
sr0: scsi-1 drive
Uniform CD-ROM driver Revision: 3.20
input: Macintosh mouse button emulation
adb: Mac II ADB Driver v1.0 for Unified ADB
mice: PS/2 mouse device common for all mice
NET: Registered protocol family 2
adb: starting probe task...
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 2048 bind 4096)
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 15
VFS: Mounted root (ext2 filesystem) readonly.
ADB keyboard at 2, handler set to 3
Detected ADB keyboard, type ANSI.
input: ADB keyboard on adb2:2.02/input
ADB mouse at 3, handler set to 2
input: ADB mouse on adb3:3.01/input
adb: finished probe task...
*** LINE 1111 ***   FORMAT=0
Current process id is 0
BAD KERNEL TRAP: 00000000
Modules linked in:
PC: [<017cb034>] 0x17cb034

SR: 2710  SP: 0022feec  a2: 0019fbfe
d0: 0000002d    d1: 00000008    d2: 0000000a    d3: 00002600
d4: 00000004    d5: 0022ff9c    a0: 017cb020    a1: 00000006
Process swapper (pid: 0, stackpage=001a0bfe)
Stack from 0022feec:
        00000008 0000000a 00002600 00000004 0022ff9c 017cb020 00000006 0019fbfe
        0000002d ffffffff 00000000 2710017c b034002c 00111d4a 0175fe84 0000000a
        00000004 011eb204 001ece44 0022ff9c 01782450 0022fff8 0000a4d0 0000000a
        001118fc 0022ff9c 00000004 00000002 00002000 0000b590 0000000a 0022ff9c
        00230000 00000040 011eb230 00001000 001617c2 000067b2 00000006 50f00000
        0022ff9c 0000512c 0000001e 0022ff9c 017cb020 00230000 00000040 011eb230
Call Trace: [<00001000>] _stext+0x0/0x1000
 [<000052a8>] default_idle+0x0/0x16
 [<000052e0>] cpu_idle+0x22/0x34
 [<0001e820>] printk+0x0/0xfc
 [<00002022>] rest_init+0x1a/0x1c
 [<00216e2e>] start_kernel+0x1bc/0x1cc
 [<00001800>] _stext+0x800/0x1000
 [<002153d2>] __start+0x3d2/0xa48

Kernel panic: Aiee, killing interrupt handler!
In interrupt handler - not syncing
Linux version 2.6.7-mac (root@skeeve) (gcc version 3.3.3 (Debian 20040321)) #1 S
un Aug 8 17:57:33 CEST 2004
Detected Macintosh model: 36
VIA1 at 50f00000 is a 6522 or clone
VIA2 at 50f02000 is <6>a 6522 or clone
Apple Macintosh Quadra 650
On node 0 totalpages: 6144
  DMA zone: 6144 pages, LIFO batch:1
  Normal zone: 0 pages, LIFO batch:1
  HighMem zone: 0 pages, LIFO batch:1
Built 1 zonelists
Kernel command line: root=/dev/sdb3 mac53c9x=1,0 debug=ser console=tty0
Killing onboard sonic... Done.
PID hash table entries: 16 (order 4: 128 bytes)
Console: colour dummy device 80x25
Linux version 2.6.7-mac (root@skeeve) (gcc version 3.3.3 (Debian 20040321)) #1 S
un Aug 8 17:57:33 CEST 2004
Detected Macintosh model: 36
VIA1 at 50f00000 is a 6522 or clone
VIA2 at 50f02000 is <6>a 6522 or clone
Apple Macintosh Quadra 650
On node 0 totalpages: 6144
  DMA zone: 6144 pages, LIFO batch:1
  Normal zone: 0 pages, LIFO batch:1
  HighMem zone: 0 pages, LIFO batch:1
Built 1 zonelists
Kernel command line: root=/dev/sdb3 mac53c9x=1,0 debug=ser console=tty0
Killing onboard sonic... Done.
PID hash table entries: 16 (order 4: 128 bytes)
Console: colour dummy device 80x25
Memory: 21940k/24576k available (1636k kernel code, 872k data, 104k init)
Calibrating delay loop... 22.11 BogoMIPS
Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
NET: Registered protocol family 16
NuBus: Scanning NuBus slots.
SCSI subsystem initialized
macfb: framebuffer at 0xf9001000, mapped to 0xd0001000, size 480k
macfb: mode is 640x480x8, linelength=1024
macfb: scrolling: redraw
fb0: Macintosh DAFB built-in frame buffer device
audit: initializing netlink socket (disabled)
audit(1.060:0): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x0
Initializing Cryptographic API
fbcon_startup: No VBL detected, using timer based cursor.
mac_delete_irq: tried to remove invalid irq
Console: switching to colour frame buffer device 80x30
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Checking for internal Macintosh ethernet (SONIC).. yes
sonic.c:v0.92 20.9.98 tsbogend@alpha.franken.de
eth0: onboard / comm-slot SONIC at 0x50f0a000
eth0: revision 0x0000, using 32 bit DMA and register offset 2
eth0: register offset unsupported.  please fix this if you know what it is.
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx
mac_esp: io base at 0x50f10000
esp: using quick version
esp: addr at 0x50f10000
SCSI ID 7 Clk 16MHz CCF=4 TOut 138 NCR53C9x(esp236)

mac_esp: 1 esp controllers found
scsi0 : ESP236 (NCR53C9x)
Using anticipatory io scheduler
esp0: yieee, bytes_sent < 0!
esp0: csz=36 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0173ce34 this_residual=36
esp0: Forcing async for target 0
esp0: yieee, bytes_sent < 0!
esp0: csz=96 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0173ce34 this_residual=96
esp0: Forcing async for target 0
  Vendor: DEC       Model: DSP3053LS         Rev: X442
  Type:   Direct-Access                      ANSI SCSI revision: 02
esp0: yieee, bytes_sent < 0!
esp0: csz=36 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0173ce34 this_residual=36
esp0: Forcing async for target 1
esp0: yieee, bytes_sent < 0!
esp0: csz=96 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0173ce34 this_residual=96
esp0: Forcing async for target 1
  Vendor: DEC       Model: DSP3053LS         Rev: X441
  Type:   Direct-Access                      ANSI SCSI revision: 02
esp0: yieee, bytes_sent < 0!
esp0: csz=36 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0173ce34 this_residual=36
esp0: Forcing async for target 2
esp0: yieee, bytes_sent < 0!
esp0: csz=96 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0173ce34 this_residual=96
esp0: Forcing async for target 2
  Vendor: DEC       Model: DSP3053LS         Rev: X441
  Type:   Direct-Access                      ANSI SCSI revision: 02
esp0: yieee, bytes_sent < 0!
esp0: csz=36 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0173ce34 this_residual=36
esp0: Forcing async for target 3
esp0: yieee, bytes_sent < 0!
esp0: csz=130 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0173ce34 this_residual=130
esp0: Forcing async for target 3
  Vendor: QUANTUM   Model: MAVERICK 540S     Rev: 0901
  Type:   Direct-Access                      ANSI SCSI revision: 02
esp0: yieee, bytes_sent < 0!
esp0: csz=36 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0173ce34 this_residual=36
esp0: Forcing async for target 4
esp0: yieee, bytes_sent < 0!
esp0: csz=44 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0173ce34 this_residual=44
esp0: Forcing async for target 4
  Vendor: HP        Model: CD-Writer 6020    Rev: 1.07
  Type:   CD-ROM                             ANSI SCSI revision: 02
esp0: yieee, bytes_sent < 0!
esp0: csz=36 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0173ce34 this_residual=36
esp0: Forcing async for target 5
esp0: yieee, bytes_sent < 0!
esp0: csz=56 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0173ce34 this_residual=56
esp0: Forcing async for target 5
  Vendor: SyQuest   Model: SQ555             Rev: FFH
  Type:   Direct-Access                      ANSI SCSI revision: 01 CCS
esp0: yieee, bytes_sent < 0!
esp0: csz=36 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0173ce34 this_residual=36
esp0: Forcing async for target 6
  Vendor: ARCHIVE   Model: Python 28388-XXX  Rev: 4.94
  Type:   Sequential-Access                  ANSI SCSI revision: 02
esp0: yieee, bytes_sent < 0!
esp0: csz=8 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0172ae00 this_residual=8
esp0: Forcing async for target 0
SCSI device sda: 1046532 512-byte hdwr sectors (536 MB)
esp0: yieee, bytes_sent < 0!
esp0: csz=4 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0172ae00 this_residual=4
esp0: Forcing async for target 0
esp0: yieee, bytes_sent < 0!
esp0: csz=24 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0172ae00 this_residual=32
esp0: Forcing async for target 0
SCSI device sda: drive cache: write through
 /dev/scsi/host0/bus0/target0/lun0: [mac] p1 p2
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
esp0: yieee, bytes_sent < 0!
esp0: csz=8 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0172ae00 this_residual=8
esp0: Forcing async for target 1
SCSI device sdb: 1046532 512-byte hdwr sectors (536 MB)
esp0: yieee, bytes_sent < 0!
esp0: csz=4 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0172ae00 this_residual=4
esp0: Forcing async for target 1
esp0: yieee, bytes_sent < 0!
esp0: csz=24 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0172ae00 this_residual=32
esp0: Forcing async for target 1
SCSI device sdb: drive cache: write through
 /dev/scsi/host0/bus0/target1/lun0: [mac] p1 p2
Attached scsi disk sdb at scsi0, channel 0, id 1, lun 0
esp0: yieee, bytes_sent < 0!
esp0: csz=8 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0172ae00 this_residual=8
esp0: Forcing async for target 2
SCSI device sdc: 1046532 512-byte hdwr sectors (536 MB)
esp0: yieee, bytes_sent < 0!
esp0: csz=4 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0172ae00 this_residual=4
esp0: Forcing async for target 2
esp0: yieee, bytes_sent < 0!
esp0: csz=24 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0172ae00 this_residual=32
esp0: Forcing async for target 2
SCSI device sdc: drive cache: write through
 /dev/scsi/host0/bus0/target2/lun0: [mac] p1 p2
Attached scsi disk sdc at scsi0, channel 0, id 2, lun 0
esp0: yieee, bytes_sent < 0!
esp0: csz=18 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0173ce34 this_residual=252
esp0: Forcing async for target 3
esp0: yieee, bytes_sent < 0!
esp0: csz=8 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0172ae00 this_residual=8
esp0: Forcing async for target 3
SCSI device sdd: 1057758 512-byte hdwr sectors (542 MB)
esp0: yieee, bytes_sent < 0!
esp0: csz=4 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0172ae00 this_residual=4
esp0: Forcing async for target 3
esp0: yieee, bytes_sent < 0!
esp0: csz=24 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0172ae00 this_residual=32
esp0: Forcing async for target 3
SCSI device sdd: drive cache: write through
 /dev/scsi/host0/bus0/target3/lun0: unknown partition table
Attached scsi disk sdd at scsi0, channel 0, id 3, lun 0
esp0: yieee, bytes_sent < 0!
esp0: csz=22 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0173ce34 this_residual=252
esp0: Forcing async for target 5
esp0: yieee, bytes_sent < 0!
esp0: csz=22 fifocount=0 ecount=512
esp0: use_sg=0 ptr=0173ce34 this_residual=252
esp0: Forcing async for target 5
esp0: Aborting command
esp0: dumping state
esp0: SW [sreg<07> sstep<04> ireg<08>]
esp0: HW reread [sreg<00> sstep<c4> ireg<20>]
esp0: current command [tgt<05> lun<00> pphase<FREEING> cphase<FREEING>]
esp0: disconnected
esp0: invalid command
esp0: dumping state
esp0: SW [sreg<00> sstep<04> ireg<40>]
esp0: HW reread [sreg<00> sstep<c4> ireg<00>]
esp0: current command [tgt<05> lun<00> pphase<FREEING> cphase<FREEING>]
esp0: disconnected
esp0: Forcing async and disabling disconnect for target 5
esp0: Resetting scsi bus
esp0: SCSI bus reset interrupt
esp0: Aborting command
esp0: dumping state
esp0: SW [sreg<07> sstep<04> ireg<08>]
esp0: HW reread [sreg<00> sstep<c4> ireg<20>]
esp0: cur command [tgt<05> lun<00> pphase<FREEING> cphase<FREEING
esp0: disconnected
esp0: invalid command
esp0: dumping state
esp0: SW [sreg<00> sstep<04> ireg<40>]
esp0: HW reread [sreg<00> sstep<c4> ireg<00>]
esp0: current comnd [tgt<05> lun<00> pphase<FREEING> cphase<FREEING>]
esp0: disconnected
esp0: Forcing async and disabling disconnect for target 5
esp0: Resetting i bus
esp0: SCSI bus reset interrupt
esp0: Resetting scsi bus
esp0: SCSI bus reset interrupt
esp0: Aborting command
esp0: dumping state
esp0: SW [sreg<07> sstep<04> ireg<08>]
esp0: HW reread [sreg<00> sstep<c4> ireg<20>]
esp0: current command [tgt<05> lun<00> pphase<FREEING> cphase<FREEING>]
esp0: disconnected
esp0: invalid command
esp0: dumping state
esp0: SW [sreg<00> sstep<04> ireg<40>]
esp0: HW reread [sreg<00> sstep<c4> ireg<00>]
esp0: current command [tgt<05> lun<00> pphase<FREEING> cphase<FREEING>]
esp0: disconnected
esp0: Forcing async and disabling disconnect for target 5
esp0: Resetting scsi bus
esp0: SCSI bus reset interrupt
scsi: Device offlined - not ready after error recovery: host 0 channel 0 id 5 lu
n 0
scsi0 (5:0): rejecting I/O to offline device
scsi0 (5:0): rejecting I/O to offline device
scsi0 (5:0): rejecting I/O to offline device
sde : READ CAPACITY failed.
sde : status=0, message=00, host=8, driver=04
sde : sense not available.
scsi0 (5:0): rejecting I/O to offline device
sde: Write Protect is off
scsi0 (5:0): rejecting I/O to offline device
sde: asking for cache data failed
sde: assuming drive cache: write through
Attached scsi removable disk sde at scsi0, channel 0, id 5, lun 0
esp0: yieee, bytes_sent < 0!
esp0: csz=18 fifocount=0 ecount=512
esp0: use_sg=0 ptr=01742e44 this_residual=252
esp0: Forcing async for target 4
esp0: Aborting command
esp0: dumping state
esp0: SW [sreg<00> sstep<04> ireg<20>]
esp0: HW reread [sreg<07> sstep<84> ireg<0c>]

esp0: disconnected [tgt<04> lun<00> pphase<MSGINDONE> cphase<FREEING>]
esp0: Resetting scsi bus
esp0: SCSI bus reset interrupt
scsi: Device offlined - not ready after error recovery: host 0 channel 0 id 4 lu
n 0
scsi0 (4:0): rejecting I/O to offline device
scsi0 (4:0): rejecting I/O to offline device
scsi0 (4:0): rejecting I/O to offline device
scsi0 (4:0): rejecting I/O to offline device
scsi0 (4:0): rejecting I/O to offline device
sr0: scsi3-mmc drive: 0x/0x caddy
Uniform CD-ROM driver Revision: 3.20
mice: PS/2 mouse device common for all mice
NET: Registered protocol family 2
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 2048 bind 4096)
NET: Registered protocol family 1
NET: Registered protocol family 17
VFS: Cannot open root device "sdb3" or sdb3
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on sdb3
Linux version 2.6.8-mac (root@skeeve) (gcc version 3.3.3 (Debian 20040321)) #1 S
un Aug 22 17:03:44 CEST 2004
Detected Macintosh model: 36
VIA1 at 50f00000 is a 6522 or clone
VIA2 at 50f02000 is <6>a 6522 or clone
Apple Macintosh Quadra 650
Built 1 zonelists
Kernel command line: root=/dev/sdb3 mac53c9x=1,0 debug=ser console=tty0
Killing onboard sonic... Done.
PID hash table entries: 16 (order 4: 128 bytes)
Console: colour dummy device 80x25
Linux version 2.6.8-mac (root@skeeve) (gcc version 3.3.3 (Debian 20040321)) #1 S
un Aug 22 17:03:44 CEST 2004
Detected Macintosh model: 36
VIA1 at 50f00000 is a 6522 or clone
VIA2 at 50f02000 is <6>a 6522 or clone
Apple Macintosh Quadra 650
Built 1 zonelists
Kernel command line: root=/dev/sdb3 mac53c9x=1,0 debug=ser console=tty0
Killing onboard sonic... Done.
PID hash table entries: 16 (order 4: 128 bytes)
Console: colour dummy device 80x25
Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
Memory: 21948k/24576k available (1656k kernel code, 848k data, 100k init)
Calibrating delay loop... 22.11 BogoMIPS
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
NET: Registered protocol family 16
NuBus: Scanning NuBus slots.
SCSI subsystem initialized
macfb: framebuffer at 0xf9001000, mapped to 0xd0001000, size 480k
macfb: mode is 640x480x8, linelength=1024
macfb: scrolling: redraw
fb0: Macintosh DAFB built-in frame buffer device
audit: initializing netlink socket (disabled)
audit(1.060:0): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializing Cryptographic API
fbcon_startup: No VBL detected, using timer based cursor.
mac_delete_irq: tried to remove invalid irq
Console: switching to colour frame buffer device 80x30
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Checking for internal Macintosh ethernet (SONIC).. yes
sonic.c:v0.92 20.9.98 tsbogend@alpha.franken.de
eth0: onboard / comm-slot SONIC at 0x50f0a000
eth0: revision 0xdb74, using 16 bit DMA and register offset 0
<1>Unable to handle kernel NULL pointer dereference at virtual address 00000000
Oops: 00000000
Modules linked in:
Linux version 2.6.8-mac (root@skeeve) (gcc version 3.3.3 (Debian 20040321)) #1 S
un Aug 22 17:03:44 CEST 2004
Detected Macintosh model: 36
VIA1 at 50f00000 is a 6522 or clone
VIA2 at 50f02000 is <6>a 6522 or clone
Apple Macintosh Quadra 650
Built 1 zonelists
Kernel command line: root=/dev/sdb3 mac53c9x=1,0 debug=ser console=tty0
Killing onboard sonic... Done.
PID hash table entries: 16 (order 4: 128 bytes)
Console: colour dummy device 80x25
Linux version 2.6.8-mac (root@skeeve) (gcc version 3.3.3 (Debian 20040321)) #1 S
un Aug 22 17:03:44 CEST 2004
Detected Macintosh model: 36
VIA1 at 50f00000 is a 6522 or clone
VIA2 at 50f02000 is <6>a 6522 or clone
Apple Macintosh Quadra 650
Built 1 zonelists
Kernel command line: root=/dev/sdb3 mac53c9x=1,0 debug=ser console=tty0
Killing onboard sonic... Done.
PID hash table entries: 16 (order 4: 128 bytes)
Console: colour dummy device 80x25
Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
Memory: 21948k/24576k available (1656k kernel code, 848k data, 100k init)
Calibrating delay loop... 22.11 BogoMIPS
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
NET: Registered protocol family 16
NuBus: Scanning NuBus slots.
SCSI subsystem initialized
macfb: framebuffer at 0xf9001000, mapped to 0xd0001000, size 480k
macfb: mode is 640x480x8, linelength=1024
macfb: scrolling: redraw
fb0: Macintosh DAFB built-in frame buffer device
audit: initializing netlink socket (disabled)
audit(1.060:0): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializing Cryptographic API
fbcon_startup: No VBL detected, using timer based cursor.
mac_delete_irq: tried to remove invalid irq
Console: switching to colour frame buffer device 80x30
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Checking for internal Macintosh ethernet (SONIC).. yes
sonic.c:v0.92 20.9.98 tsbogend@alpha.franken.de
eth0: onboard / comm-slot SONIC at 0x50f0a000
eth0: revision 0xdb74, using 16 bit DMA and register offset 0
<1>Unable to handle kernel NULL pointer dereference at virtual address 00000000
Oops: 00000000
Modules linked in:
st: bufsize 32768, wrt 30720, max buffers 5, s/g segs 16.
Detected scsi tape st0 at scsi0, channel 0, id 6, lun 0
Linux version 2.6.7-mac (root@skeeve) (gcc version 3.3.3 (Debian 20040321)) #1 S
un Aug 8 17:57:33 CEST 2004
Detected Macintosh model: 36
VIA1 at 50f00000 is a 6522 or clone
VIA2 at 50f02000 is <6>a 6522 or clone
Apple Macintosh Quadra 650
On node 0 totalpages: 6144
  DMA zone: 6144 pages, LIFO batch:1
  Normal zone: 0 pages, LIFO batch:1
  HighMem zone: 0 pages, LIFO batch:1
Built 1 zonelists
Kernel command line: root=/dev/sdb3 mac53c9x=1,0 debug=ser console=tty0
Killing onboard sonic... Done.
PID hash table entries: 16 (order 4: 128 bytes)
Console: colour dummy device 80x25
Linux version 2.6.7-mac (root@skeeve) (gcc version 3.3.3 (Debian 20040321)) #1 S
un Aug 8 17:57:33 CEST 2004
Detected Macintosh model: 36
VIA1 at 50f00000 is a 6522 or clone
VIA2 at 50f02000 is <6>a 6522 or clone
Apple Macintosh Quadra 650
On node 0 totalpages: 6144
  DMA zone: 6144 pages, LIFO batch:1
  Normal zone: 0 pages, LIFO batch:1
  HighMem zone: 0 pages, LIFO batch:1
Built 1 zonelists
Kernel command line: root=/dev/sdb3 mac53c9x=1,0 debug=ser console=tty0
Killing onboard sonic... Done.
PID hash table entries: 16 (order 4: 128 bytes)
Console: colour dummy device 80x25
Memory: 21940k/24576k available (1636k kernel code, 872k data, 104k init)
Calibrating delay loop... 22.11 BogoMIPS
Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
NET: Registered protocol family 16
NuBus: Scanning NuBus slots.
SCSI subsystem initialized
macfb: framebuffer at 0xf9001000, mapped to 0xd0001000, size 480k
macfb: mode is 640x480x8, linelength=1024
macfb: scrolling: redraw
fb0: Macintosh DAFB built-in frame buffer device
audit: initializing netlink socket (disabled)
audit(1.060:0): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x0
Initializing Cryptographic API
fbcon_startup: No VBL detected, using timer based cursor.
mac_delete_irq: tried to remove invalid irq
Console: switching to colour frame buffer device 80x30
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Checking for internal Macintosh ethernet (SONIC).. yes
sonic.c:v0.92 20.9.98 tsbogend@alpha.franken.de
eth0: onboard / comm-slot SONIC at 0x50f0a000
eth0: revision 0xdc04, using 16 bit DMA and register offset 0
MAC 
Linux version 2.6.8-mac (root@skeeve) (gcc version 3.3.3 (Debian 20040321)) #1 Sun Aug 22 17:03:44 CEST 2004
Detected Macintosh model: 36 
VIA1 at 50f00000 is a 6522 or clone
VIA2 at 50f02000 is <6>a 6522 or clone
Apple Macintosh Quadra 650
Built 1 zonelists
Kernel command line: root=/dev/sdb3 mac53c9x=1,0 debug=ser console=tty0
Killing onboard sonic... Done.
PID hash table entries: 16 (order 4: 128 bytes)
Console: colour dummy device 80x25
Linux version 2.6.8-mac (root@skeeve) (gcc version 3.3.3 (Debian 20040321)) #1 Sun Aug 22 17:03:44 CEST 2004
Detected Macintosh model: 36 
VIA1 at 50f00000 is a 6522 or clone
VIA2 at 50f02000 is <6>a 6522 or clone
Apple Macintosh Quadra 650
Built 1 zonelists
Kernel command line: root=/dev/sdb3 mac53c9x=1,0 debug=ser console=tty0
Killing onboard sonic... Done.
PID hash table entries: 16 (order 4: 128 bytes)
Console: colour dummy device 80x25
Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
Memory: 21948k/24576k available (1656k kernel code, 848k data, 100k init)
Calibrating delay loop... 22.11 BogoMIPS
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
NET: Registered protocol family 16
NuBus: Scanning NuBus slots.
SCSI subsystem initialized
macfb: framebuffer at 0xf9001000, mapped to 0xd0001000, size 480k
macfb: mode is 640x480x8, linelength=1024
macfb: scrolling: redraw
fb0: Macintosh DAFB built-in frame buffer device
audit: initializing netlink socket (disabled)
audit(1.060:0): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializing Cryptographic API
fbcon_startup: No VBL detected, using timer based cursor.
mac_delete_irq: tried to remove invalid irq
Console: switching to colour frame buffer device 80x30
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Checking for internal Macintosh ethernet (SONIC).. yes
sonic.c:v0.92 20.9.98 tsbogend@alpha.franken.de
eth0: onboard / comm-slot SONIC at 0x50f0a000
eth0: revision 0xffff315c, using 16 bit DMA and register offset 0
MAC
Linux version 2.6.7-mac (root@skeeve) (gcc version 3.3.3 (Debian 20040321)) #1 Sun Aug 8 17:57:33 CEST 2004
Detected Macintosh model: 36 
VIA1 at 50f00000 is a 6522 or clone
VIA2 at 50f02000 is <6>a 6522 or clone
Apple Macintosh Quadra 650
On node 0 totalpages: 6144
  DMA zone: 6144 pages, LIFO batch:1
  Normal zone: 0 pages, LIFO batch:1
  HighMem zone: 0 pages, LIFO batch:1
Built 1 zonelists
Kernel command line: root=/dev/sdb3 mac53c9x=1,0 debug=ser console=tty0
Killing onboard sonic... Done.
PID hash table entries: 16 (order 4: 128 bytes)
Console: colour dummy device 80x25
Linux version 2.6.7-mac (root@skeeve) (gcc version 3.3.3 (Debian 20040321)) #1 Sun Aug 8 17:57:33 CEST 2004
Detected Macintosh model: 36 
VIA1 at 50f00000 is a 6522 or clone
VIA2 at 50f02000 is <6>a 6522 or clone
Apple Macintosh Quadra 650
On node 0 totalpages: 6144
  DMA zone: 6144 pages, LIFO batch:1
  Normal zone: 0 pages, LIFO batch:1
  HighMem zone: 0 pages, LIFO batch:1
Built 1 zonelists
Kernel command line: root=/dev/sdb3 mac53c9x=1,0 debug=ser console=tty0
Killing onboard sonic... Done.
PID hash table entries: 16 (order 4: 128 bytes)
Console: colour dummy device 80x25
Memory: 21940k/24576k available (1636k kernel code, 872k data, 104k init)
Calibrating delay loop... 22.11 BogoMIPS
Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
NET: Registered protocol family 16
NuBus: Scanning NuBus slots.
SCSI subsystem initialized
macfb: framebuffer at 0xf9001000, mapped to 0xd0001000, size 480k
macfb: mode is 640x480x8, linelength=1024
macfb: scrolling: redraw
fb0: Macintosh DAFB built-in frame buffer device
audit: initializing netlink socket (disabled)
audit(1.060:0): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x0
Initializing Cryptographic API
fbcon_startup: No VBL detected, using timer based cursor.
mac_delete_irq: tried to remove invalid irq
Console: switching to colour frame buffer device 80x30
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Checking for internal Macintosh ethernet (SONIC).. yes
sonic.c:v0.92 20.9.98 tsbogend@alpha.franken.de
eth0: onboard / comm-slot SONIC at 0x50f0a000
eth0: revision 0xffff315c, using 16 bit DMA and register offset 0
MAC

Reply to: