K 10 svn:author V 6 scottl K 8 svn:date V 27 2003-02-19T23:33:56.000000Z K 7 svn:log V 296 Fix a 64-bit bogon. The hardware command structure only has one 32 bit field for holding driver-dependant data. Instead of putting the pointer to the driver command struct in there, take advantage of these structs being a (virtually) contiguous array and just put the array index in the field. END