From owner-freebsd-current Sat Sep 1 16: 5:56 2001 Delivered-To: freebsd-current@freebsd.org Received: from mass.dis.org (mass.dis.org [216.240.45.41]) by hub.freebsd.org (Postfix) with ESMTP id 4342E37B409; Sat, 1 Sep 2001 16:05:53 -0700 (PDT) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.4/8.11.3) with ESMTP id f81NBfY02320; Sat, 1 Sep 2001 16:11:41 -0700 (PDT) (envelope-from msmith@mass.dis.org) Message-Id: <200109012311.f81NBfY02320@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: kc5vdj@yahoo.com Cc: Andy Farkas , Bruce Evans , Robert Watson , Garrett Wollman , current@FreeBSD.ORG Subject: Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT USERS In-reply-to: Your message of "Fri, 31 Aug 2001 19:05:08 CDT." <3B902634.6030903@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 01 Sep 2001 16:11:41 -0700 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I would have waited for the re-run of hexdump to finish, but checking right a > fter I sent the last message produced: > > 00369400 52 53 44 20 50 54 52 20 00 54 62 56 61 6c 69 64 |RSD PTR .TbValid > > You did say that what you are looking for would be left-aligned, could it be > the bit at 00369400? No, unfortunately. The structure looks like this: typedef struct /* Root System Descriptor Pointer */ { NATIVE_CHAR Signature [8]; /* contains "RSD PTR " */ UINT8 Checksum; /* to make sum of struct == 0 */ NATIVE_CHAR OemId [6]; /* OEM identification */ UINT8 Revision; /* Must be 0 for 1.0, 2 for 2.0 */ ... So the row has to end with 00 or 02. That address looks like data inside the KLD. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message