Charles Steinkuehler wrote:
> ne io=300,320 irq=10,11
>   
Just a small correction, in case anyone else follows this.

AIUI (or at least by common convention?!) the io address is usually 
prefixed by 0x (to indicate that hex is being used) and then the irq 
number is specified as decimal (and thus having no prefix), so line 
might be more correctly articulated as:
=-=-=-=-=-=-=-=-
    ne io=0x300,0x320 irq=10,11
=-=-=-=-=-=-=-=-

(BTW, thanks for LEAF!)

scott; canada


------------------------------------------------------------------------
leaf-user mailing list: [email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to