From owner-freebsd-questions Sat Oct 26 21:36:38 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA04354 for questions-outgoing; Sat, 26 Oct 1996 21:36:38 -0700 (PDT) Received: from mickey.umiacs.umd.edu (12222@mickey.umiacs.umd.edu [128.8.120.49]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA04349 for ; Sat, 26 Oct 1996 21:36:35 -0700 (PDT) Received: (smpatel@localhost) by mickey.umiacs.umd.edu (8.7.6/UMIACS-0.9/04-05-88) id AAA07787; Sun, 27 Oct 1996 00:36:29 -0400 (EDT) Date: Sun, 27 Oct 1996 00:36:29 -0400 (EDT) From: Sujal Patel To: Barry Masterson cc: Freebsd-questions Subject: Re: ISA_PnP & pnp.c (was ISA_PnP & patch) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 26 Oct 1996, Barry Masterson wrote: > 'pnpinfo' reports the Serial Number as 0022241a . The configuration > samples show the Serial Number in hexadecimal; with a "0x" prefix. > > Is the pnpinfo serial number in hexadecimal, without the '0x' > prefix? And if yes, can I just `pre-append` the '0x' to the > pnpinfo serial number when I place it in pnp.c? pnpinfo shows the serial number with a 0x prepended. Are you using the June 6 snapshot? Sujal