Added new methods. PCI Interrupt handling is not possible on Linux-hosted.
[AROS.git] / arch / all-linux / hidd / pcilinux / pcilinux.conf
blob1694f8245774a2d384a6e5fe9d3848b34e18a2d3
1 ##begin config
2 basename        PCILx
3 version         1.0
4 libbasetype     struct pcibase
5 residentpri     89
6 classptr_field  psd.driverClass
7 superclass      CLID_Hidd_PCIDriver
8 ##end config
10 ##begin cdefprivate
11 #include "pci.h"
12 #include <hidd/pci.h>
13 ##end cdefprivate
15 ##begin methodlist
16 .interface Root
17 New
18 .interface Hidd_PCIDriver
19 ReadConfigLong
20 WriteConfigLong
21 MapPCI
22 UnmapPCI
23 AddInterrupt
24 RemoveInterrupt
25 ##end methodlist