Doug Rabson wrote:
> On Mon, 27 Sep 1999, Andrew Sparrow wrote:
>
> >
> > > : case 0x31008c0e: /* CTL0031 */
> > > : case 0x41008c0e: /* CTL0041 */
> > > : case 0x42008c0e: /* CTL0042 */
> > > : + case 0x44008c0e: /* CTL0044 */
> > > : case 0x45008c0e: /* CTL0045 */
> >
> > > What is CTL0043? Seems like a logical progression to me :-)
> >
> > > Warner
switch(logical_id) {
>> case 0x43008c0e: /* CTL0043 */
case 0x01008c0e: /* CTL0001 */
s = "Vibra16X";
break;
case 0x31008c0e: /* CTL0031 */
case 0x41008c0e: /* CTL0041 */
case 0x42008c0e: /* CTL0042 */
case 0x44008c0e: /* CTL0044 */
case 0x45008c0e: /* CTL0045 */
s = "SB16 PnP";
break;
....
Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message