# 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 [[!template id=man name="empb" section="4" arch="amiga"]] yes yes** no
Elbox Mediator 4000 [[!template id=man name="em4k" section="4" arch="amiga"]] yes yes no
Elbox Mediator ZIV no driver
DCE G-REX 1200 / 4000 [[!template id=man name="p5pb" section="4" arch="amiga"]] yes yes*** no****
Phase5 CyberVisionPPC/BVisionPPC [[!template id=man name="p5pb" section="4" arch="amiga"]] yes yes no
Phase5 CyberVision64/3D [[!template id=man name="cv3dpb" section="4" arch="amiga"]]***** yes yes no
Matay Prometheus [[!template id=man name="mppb" section="4" arch="amiga"]] 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) [[!template id=man name="ne" section="4"]] empb, p5pb, mppb yes
3Dfx Voodoo3 [[!template id=man name="voodoofb" section="4"]] empb, p5pb yes*
SATALink 3112 [[!template id=man name="satalink" section="4"]] empb yes
ATI Radeon R200 [[!template id=man name="radeonfb" section="4"]] p5pb not yet, work in progress
TI TVP4020 Permedia 2 [[!template id=man name="genfb" section="4"]] p5pb yes**
Realtek 8139 [[!template id=man name="rtk" section="4"]] 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.