Re: Dealing with buggy hardware (was: b44 and 4g4g)

From: Pavel Machek
Date: Thu Jun 10 2004 - 15:12:57 EST


Hi!

> > > + if(virt_to_bus(skb->data) + skb->len > B44_PCI_DMA_MAX) {
> >
> > You can't use this non-portable interface, you have to:
> >
> > 1) pci_map the data
> > 2) test the dma_addr_t returned
> Ok, fixed. Certainly not ideal, but should fix things for those with
> problems (ie. running the 4G4G patch) and work as before for everyone else.
>

This should hit machines with 2GB ram too, right?
Is it possible to find if it hits me? I get hard lockups on
2GB machine with b44, but they take ~5min.. few hours to
reproduce...

It seems to me like this should hit very quickly.
--
64 bytes from 195.113.31.123: icmp_seq=28 ttl=51 time=448769.1 ms

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/