=================================================================== RCS file: /cvs/funnyos/sys/device.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- funnyos/sys/device.h 2007/11/24 17:58:41 1.7 +++ funnyos/sys/device.h 2007/12/16 23:16:09 1.8 @@ -1,5 +1,5 @@ /* - * $Id: device.h,v 1.7 2007/11/24 17:58:41 nbrk Exp $ + * $Id: device.h,v 1.8 2007/12/16 23:16:09 nbrk Exp $ */ #ifndef _SYS_DEVICE_H #define _SYS_DEVICE_H @@ -47,7 +47,7 @@ char *ai_pname; /* parent device name */ uint8_t ai_pminor; /* parent minor */ uint32_t ai_locator; /* location on parent (0 - default) */ - uint8_t ai_intrno; /* interrupt line (XXX on IRQ Controller) */ + int8_t ai_intrno; /* interrupt line (XXX on IRQ Controller) */ uint8_t ai_flags; /* flags passed to dr_attach() */ };