# 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 yes yes** no
DCE G-REX 1200 / 4000 p5pb yes yes*** no****
Matay Prometheus mppb 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?). ## 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
\* - If used with Mediator the card needs initializaion in AmigaOS. X11 is not supported yet.