=================================================================== RCS file: /cvs/funnyos/sys/device.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- funnyos/sys/device.h 2007/10/29 20:56:37 1.5 +++ funnyos/sys/device.h 2007/11/01 13:05:25 1.6 @@ -1,5 +1,5 @@ /* - * $Id: device.h,v 1.5 2007/10/29 20:56:37 init Exp $ + * $Id: device.h,v 1.6 2007/11/01 13:05:25 init 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 */ + uint8_t ai_intrno; /* interrupt line (XXX on IRQ Controller) */ uint8_t ai_flags; /* flags passed to dr_attach() */ };