Subject: Re: Broadband adapter == RTL8139C
To: None <thorpej@zembu.com>
From: Marcus Comstedt <marcus@idonex.se>
List: port-dreamcast
Date: 01/24/2001 17:39:11
>>>>> "Jason" == Jason R Thorpe <thorpej@zembu.com> writes:
Jason> Does the 8139's PCI configuration space get mapped anywhere?
Not that I have noticed. But there is no need to configure anything.
Jason> Anyway, you'll still need bus_dma and bus_space -- the rtk driver
Jason> depends on it.
Jason> All this special stuff can be easily encapsulated in bus_dma and bus_space.
The only "special stuff" is the DMA buffer allocation. The rest is
just poking away directly at the 8139's registers.
// Marcus