K 10 svn:author V 5 peter K 8 svn:date V 27 2000-01-08T09:33:09.000000Z K 7 svn:log V 336 Futher cleanup.. "device_print_prettyname(); printf()" -> device_printf() It seems that the IDE system uses 0x3f6 for itself, which conflicts with fdc's default 0x3f0-3f7 allocation range. Sigh. Work around this. Use bus_set_resource() rather than allocating specific areas, it makes the code a little cleaner. Based on work by: dfr END