Date: Wed, 29 Sep 1999 02:27:08 +0800 From: Peter Wemm <peter@netplex.com.au> To: Doug Rabson <dfr@nlsystems.com> Cc: Andrew Sparrow <spadger@best.com>, imp@village.org, current@freebsd.org Subject: Re: New PnP code does not work for me(?) Message-ID: <19990928182708.1BD341CBF@overcee.netplex.com.au> In-Reply-To: Your message of "Tue, 28 Sep 1999 09:42:55 %2B0100." <Pine.BSF.4.10.9909280941070.322-100000@salmon.nlsystems.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990928182708.1BD341CBF>
