[EMAIL PROTECTED] said:
> You can map and unmap for each call :) Ugly and slow, but hey, it's
> I/O...
outb(bus *bus, u8 val, u16 addr);
#ifdef ONE_TRUE_BUS_SPACE
#define outb(bus, val, addr) __outb(val, addr)
#else
#define outb(bus, val, addr) bus->out8(bus, val, addr)
#endif
--
dwmw2
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Re: The IO problem on multipl... Benjamin Herrenschmidt
- Re: The IO problem on mul... David S. Miller
- Re: The IO problem on multiple PCI busses Benjamin Herrenschmidt
- Re: The IO problem on multiple PCI busses David S. Miller
- Re: The IO problem on multiple PCI bus... Alan Cox
- Re: The IO problem on multiple PCI bus... Benjamin Herrenschmidt
- Re: The IO problem on multiple PCI... David S. Miller
- Re: The IO problem on multipl... Benjamin Herrenschmidt
- Re: The IO problem on mul... Jeff Garzik
- Re: The IO problem on mul... Benjamin Herrenschmidt
- Re: The IO problem on mul... David Woodhouse
- Re: The IO problem on multipl... Oliver Xymoron
- Re: The IO problem on mul... Tony Mantler
- Re: The IO problem on multiple PCI busses Grant Grundler
- Re: The IO problem on multiple PCI busses David S. Miller
- Re: The IO problem on multiple PCI busses Grant Grundler

