Added missing properties.
[AROS.git] / rom / isapnp / BUGS
blob7993b5343fe1f0ddc911cd01a618422a75c1848e
1 $Id: BUGS,v 1.5 2001/05/08 23:44:05 lcs Exp $
3 Known bugs and missing features:
5 * Memory resources not handled at all.
7 * If an independent descriptor follows after dependent functions,
8   the descriptor numbers will be wrong.
10 * Cards with only 10 bit IO decoding will not reserve IO areas where
11   a15-a10 != 0.  However, since Windows does not allow this either, this
12   should really not be an issue.
14 * Creative's SB AWE32 PnP is broken.  ISA-PnP knows this and corrects the
15   PnP data.  However, the current fix is hardcoded to use IO addreses
16   0x0620, 0x0A20 and 0x0E20, even though they are in fact relocatable.
18 * For each configured logical device, ISA-PnP should be able to run a 
19   shell script with information about the resources allocated. For example,
20   a shell script could create the ENV:SANA2/gg_ne2000.config_0 file
21   automatically.