sd 0:0:0:0: [sda] Attached SCSI removable disk
sd 0:0:0:0: Attached scsi generic sg0 type 0
eth0: DMAing conflict in ne_block_output.[DMAstat:1][irqlock:1]
eth0: DMAing conflict in ne_block_output.[DMAstat:1][irqlock:1]
eth0: DMAing conflict in ne_get_8390_hdr [DMAstat:1][irqlock:0].
error occurred! Drop this packet!!
eth0: DMAing conflict in ne_block_output.[DMAstat:1][irqlock:1]
eth0: DMAing conflict in ne_block_output.[DMAstat:1][irqlock:1]
eth0: DMAing conflict in ne_block_output.[DMAstat:1][irqlock:1]
eth0: DMAing conflict in ne_get_8390_hdr [DMAstat:1][irqlock:0].
error occurred! Drop this packet!!
eth0: DMAing conflict in ne_block_output.[DMAstat:1][irqlock:1]
eth0: DMAing conflict in ne_get_8390_hdr [DMAstat:1][irqlock:0].
error occurred! Drop this packet!!
eth0: DMAing conflict in ne_block_output.[DMAstat:1][irqlock:1]
eth0: DMAing conflict in ne_get_8390_hdr [DMAstat:1][irqlock:0].
error occurred! Drop this packet!!
eth0: DMAing conflict in ne_get_8390_hdr [DMAstat:1][irqlock:0].
error occurred! Drop this packet!!
static void ax_block_output (struct net_device *dev, int count, const unsigned char *buf, const int start_page)^M
{
struct ax_device *ax_local = (struct ax_device *) dev->priv;
void *ax_base = ax_local->membase;
unsigned long dma_start;
/* This *shouldn't* happen. If it does, it's the last thing you'll see */
if (ax_local->dmaing)
{
PRINTK (ERROR_MSG, "%s: DMAing conflict in ne_block_output."
"[DMAstat:%d][irqlock:%d]\n",
dev->name, ax_local->dmaing, ax_local->irqlock);
return;
}
Starting the port mapper:
kernel BUG at mm/slab.c:3000!
Unable to handle kernel NULL pointer dereference at virtual address 00000000
pgd = c3024000
[00000000] *pgd=33b41031, *pte=00000000, *ppte=00000000
Internal error: Oops: 817 [#1]
Modules linked in:
CPU: 0 Not tainted (2.6.28 #281)
PC is at __bug+0x20/0x2c
LR is at release_console_sem+0x1a4/0x1e0
pc : [] lr : [] psr: 60000093
sp : c3be7e4c ip : c3be7d8c fp : c3be7e58
r10: c380f500 r9 : 000080d0 r8 : 00000008
r7 : 00000000 r6 : c3864980 r5 : c388a320 r4 : c3a90000
r3 : 00000000 r2 : 60000093 r1 : 00002468 r0 : 00000021
Flags: nZCv IRQs off FIQs on Mode SVC_32 ISA ARM Segment user
Control: c000717f Table: 33024000 DAC: 00000015
重新配置了USB,去掉了USB Device文件系统等一些配置后OK了。