1 This is an attempt to adapt Martin Blom's ISA PnP driver for AROS.
2 This driver was originally written for GG2 Bus+ Zorro-ISA bridgeboard. I don't
3 know if this product was ever released and sold.
4 This work is incomplete. I started it as an attempt to introduce support for my
5 laptop's hardware to AROS. However it failed because my laptop does not usilize
6 this mechanism. I have to get information about the hardware from PnP BIOS
8 This driver compiles, and at least does not hang up. On my machine it reports
9 "No ISA PnP cards found". I have no other ISA machine, so i have neither
10 possibility nor motivation to continue this work. I leave it in current state
11 for the case if someone needs it and picks it up.
12 There's an accompanying "ISApnp" command in Workbench/C, its purpose is to list
13 some information about devices installed in the system. It also compiles and
14 does not crash my machine, but i can't test it further.
16 If someone picks up this work, it should be considered that current API is very
17 hardware-specific. For proper abstraction, interrupt add/remove functions should
18 be implemented similar to PCI subsystem.
20 Pavel Fedin <sonic.amiga@gmail.com>