From owner-freebsd-hackers@FreeBSD.ORG Sun Jun 17 05:58:11 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 81B3716A400 for ; Sun, 17 Jun 2007 05:58:11 +0000 (UTC) (envelope-from artifact.one@googlemail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232]) by mx1.freebsd.org (Postfix) with ESMTP id 3EFEF13C458 for ; Sun, 17 Jun 2007 05:58:11 +0000 (UTC) (envelope-from artifact.one@googlemail.com) Received: by wx-out-0506.google.com with SMTP id h28so1061247wxd for ; Sat, 16 Jun 2007 22:58:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gkEfBSe0Gi5oURjlSbHIgIOx4CWiuaKpmhylPDt8IgU31fDejkrhEpcsU0+eJUmpMZBLskeF99b7Ur+9d7eJy4uB25Xxfa/DA/udm7KctgDacDPW88eEes+s0z6piHsP8FwGGHro6hfMwo4CyAx4dCsUzGK8A/HPfCIR1vASBz8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MXcVdvOETwqlfiqL9b0SNDj0t+Ue7V3eyTxT0R22QuRwWz4ZC0fJmSvPF+ezN3RacV4YBHz+vPDsPJl7OE8Ctn/48lnpcYVJKcUw6jFssqLwTNcgZATc7etjt5azjzLtbWcXz5AJxnevxpHWEpuos496lq0EnZ+vrM10v5Hiitc= Received: by 10.90.79.6 with SMTP id c6mr3315153agb.1182059890637; Sat, 16 Jun 2007 22:58:10 -0700 (PDT) Received: by 10.90.102.14 with HTTP; Sat, 16 Jun 2007 22:58:10 -0700 (PDT) Message-ID: <8e96a0b90706162258nfc1bc70gba2fd4ad5d6fd8b6@mail.gmail.com> Date: Sun, 17 Jun 2007 06:58:10 +0100 From: "mal content" To: "Garrett Cooper" , freebsd-hackers@freebsd.org, Dieter , chat@freebsd.org In-Reply-To: <20070616213006.GA39721@freebie.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200706161733.RAA14937@sopwith.solgatos.com> <20070616191714.GA38504@freebie.xs4all.nl> <46745340.6090702@u.washington.edu> <20070616213006.GA39721@freebie.xs4all.nl> Cc: Subject: Re: Fwd: AMD deciding _now_ what to do about Linux X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2007 05:58:11 -0000 What does this program do? #include int main(void) { printf("%u\n", 0x2a); return 0; } Docs are more important than drivers. Please ask for docs. MC