# NetBSD/amiga PCI compatibility guide
This is the compatibility of current development version (HEAD branch), not of any stable release.
## Supported PCI bridges
Name |
Driver |
I/O space |
Mem space |
DMA* |
Elbox Mediator 1200 |
[[empb|http://netbsd.gw.com/cgi-bin/man-cgi?empb+.amiga+NetBSD-current]] |
yes |
yes** |
no |
Elbox Mediator 4000 |
no driver |
|
|
|
Elbox Mediator ZIV |
no driver |
|
|
|
DCE G-REX 1200 / 4000 |
[[p5pb|http://netbsd.gw.com/cgi-bin/man-cgi?p5pb+.amiga+NetBSD-current]] |
yes |
yes*** |
no**** |
Phase5 CyberVisionPPC/BVisionPPC |
[[p5pb|http://netbsd.gw.com/cgi-bin/man-cgi?p5pb+.amiga+NetBSD-current]] |
yes |
yes |
no |
Phase5 CyberVision64/3D |
[[cv3dpb|http://netbsd.gw.com/cgi-bin/man-cgi?cv3dpb+.amiga+NetBSD-current]]***** |
yes |
yes |
no |
Matay Prometheus |
[[mppb|http://netbsd.gw.com/cgi-bin/man-cgi?mppb+.amiga+NetBSD-current]] |
yes |
yes |
no |
\* - 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?).
***** - No machine independent S3 ViRGE driver yet, please use machine dependent grfcv3d driver instead.
## Tested cards
Name |
Driver |
Tested with |
Works? |
NE2000 network cards (like RTL8029) |
ne |
empb, p5pb, mppb |
yes |
3Dfx Voodoo3 |
voodoofb |
empb, p5pb |
yes* |
SATALink 3112 |
satalink |
empb |
yes |
ATI Radeon R200 |
radeonfb |
p5pb |
not yet, work in progress |
TI TVP4020 Permedia 2 |
genfb |
p5pb |
yes** |
Realtek 8139 |
rtk |
p5pb, empb |
no, needs DMA |
\* - If used with Mediator or Prometheus the card needs initializaion in AmigaOS. X11 is not supported yet.
** - No X11 support yet.