File:  [NetBSD Developer Wiki] / wikisrc / users / rkujawa / amigapci.mdwn
Revision 1.2: download - view: text, annotated - select for diffs
Tue Aug 7 12:22:08 2012 UTC (10 years, 7 months ago) by rkujawa
Branches: MAIN
CVS tags: HEAD
Literal asterisks.

# NetBSD/amiga PCI compatibility guide

This is the compatibility of current development version (HEAD branch), not of any stable release. 

## Supported PCI bridges

<table>
	<tr>
		<td>Name</td>
		<td>Driver</td>
		<td>I/O space</td>
		<td>Mem space</td>
		<td>DMA*</td>
	</tr>
	<tr>
		<td>Elbox Mediator 1200</td>
		<td>empb</td>
		<td>yes</td>
		<td>yes**</td>
		<td>no</td>
	</tr>
	<tr>
		<td>DCE G-REX 1200 / 4000</td>
		<td>p5pb</td>
		<td>yes</td>
		<td>yes***</td>
		<td>no****</td>
	</tr>
	<tr>
		<td>Matay Prometheus</td>
		<td>mppb</td>
		<td>yes</td>
		<td>yes</td>
		<td>no</td>
	</tr>	
</table>

\* - DMA to host memory, not DMA to graphics card memory.

** - Does not support access through pointer dereference, only through bus_space methods.

*** - There are problems with accessing the ROM of PCI cards.

**** - Implemented but does not work (driver bug?).

## Tested cards

<table>
	<tr>
		<td>Name</td>
		<td>Driver</td>
		<td>Tested with</td>
		<td>Works?</td>
	<tr>
	<tr>
		<td>NE2000 network cards (like RTL8029)</td>
		<td>ne</td>
		<td>empb, p5pb, mppb</td>
		<td>yes</td>
	</tr>
	<tr>
		<td>3Dfx Voodoo3</td>
		<td>voodoofb</td>
		<td>empb, p5pb</td>
		<td>yes*</td>
	</tr>
	<tr>
		<td>SATALink 3112</td>
		<td>satalink</td>
		<td>empb</td>
		<td>yes</td>
	</tr>
</table>

\* - If used with Mediator the card needs initializaion in AmigaOS. X11 is not supported yet.


CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb