https://bugzilla.novell.com/show_bug.cgi?id=347708 User jeffm@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=347708#c6 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kernel-maintainers@forge.provo.novell.com |teheo@novell.com Status|NEEDINFO |NEW Info Provider|sreeves@novell.com | --- Comment #6 from Jeff Mahoney <jeffm@novell.com> 2008-01-04 14:06:13 MST --- (gdb) list *ata_host_start+0x9c 0x152b is in ata_host_start (drivers/ata/libata-core.c:7020). 7015 } 7016 7017 for (i = 0; i < host->n_ports; i++) { 7018 struct ata_port *ap = host->ports[i]; 7019 7020 if (ap->ops->port_start) { 7021 rc = ap->ops->port_start(ap); 7022 if (rc) { 7023 if (rc != -ENODEV) 7024 dev_printk(KERN_ERR, host->dev, "failed to start port %d (errno=%d)\n", i, rc); Looks like it's a bad ->port_start operation that got followed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.