From owner-freebsd-hardware@FreeBSD.ORG Tue Jan 31 10:09:52 2012 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 694761065673 for ; Tue, 31 Jan 2012 10:09:52 +0000 (UTC) (envelope-from patula777@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3E9508FC12 for ; Tue, 31 Jan 2012 10:09:51 +0000 (UTC) Received: by daec6 with SMTP id c6so87139dae.13 for ; Tue, 31 Jan 2012 02:09:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=uaFPLDivqR4azKel/BMwnGKs98NECiVodwL4cY7E7JA=; b=sEwkxD/SjDctFxHuKBW4Tx8P8D5qXNXTJLrMd7h70OAK+zGQvuImua/Vkk6CJgEKRB BRb5CGg2q3fyv1pIboPrH6YZcjOmS3AgafUr9ZzHVXv0HrNE0GiJdjI8blHRg8L1u2NL 4Vet1jBxbK+RVrtjzY8hFmknp/eqgRtGsWWg0= MIME-Version: 1.0 Received: by 10.68.75.199 with SMTP id e7mr49281373pbw.128.1328004591604; Tue, 31 Jan 2012 02:09:51 -0800 (PST) Received: by 10.142.196.7 with HTTP; Tue, 31 Jan 2012 02:09:51 -0800 (PST) In-Reply-To: References: Date: Tue, 31 Jan 2012 11:09:51 +0100 Message-ID: From: =?UTF-8?B?5Zu+5r2Y?= To: freebsd-hardware@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: new low level hardware support list X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jan 2012 10:09:52 -0000 Hi everybody, here are a couple of news for those who are interested in the project: current features: --------------------------------- + pci support + usb support + printer support + computers have an apm/acpi section based on the data required by http://wiki.freebsd.org/SuspendResume#Field_data so apm/acpi developers could look up the data. tools: --------------------------------- We had 2 tools, one to query your machine for unknown devices and getting driver info from the database (query_pci.sh) and another one to automatically submit your computer component data (dump.sh) Sourceforge repository is here: https://sourceforge.net/projects/bsdware/files/dump-0.1.tgz/download Unfortunately we had to disable the query_pci.sh just now due to too high traffic on the freehoster. dump.sh has been updated, so that the user can choose whether or not he/she wants to submit dmesg and kernel data due to privacy reasons. The best solutions for query_pci.sh is either to get a propper paid hoster or to create an offline version, where you will have to update the database file from time to time. best wishes pantu On Sun, Jan 8, 2012 at 1:37 AM, =E5=9B=BE=E6=BD=98 wr= ote: > Hi everybody, > > I'd like to point out the coming (inofficial) hardware support list for > freebsd, > currently hosted for testing at > > http://freebsd.0fees.net/ > > The main purpose of this project is to look up supported hardware and the= ir > corresponding configuration in the most detailed way. > > At the moment we are at a stage where we require some input in order to > start evaluating the data. > > > What we need: > > We need a few dumps from your freebsd machines, (pciconf, dmesg and > kldstat). > Paste them in the dump form and set a few options afterwards. > The whole procedure will take no more than 2 minutes. > > Note > > I am note posting this in the forum for a couple of reasons. > First of all, at the beginning we only require a few dumps in order to st= art > evaluating, so we do not need too many posters. > Second, we do not want to differentiate (too much) with spam and real > posters and sort out the mess in the database, as our > data validation is still very basic. > > We have also set up an error/feedback reporting tool, there is no > registration required. Feel welcome to use it if you have some criticism. > > > Additional outcome of this project: > > From the user input we are able to > +=C2=A0map device id's to their corresponding device classes > + map chipsets to vendor/device id's > + map detailed device information to notebooks. > > The first two mappings do not exist yet (at least we could not find them = on > the web). > Those lists, once having enough data will be available for download to he= lp > other people process the data. > > There are possibly some more mappings to come. > > > Further stages: > > Once we have enough data and have evaluated it all, we will simplify the > input procedure so that most recognition is automated. > This step will require some time, as we will have to go through all the > dumps=C2=A0and find the correct relation in dmesg, pciconf, kldstat etc. > > After having a sufficient base of chipset mappings we will be able to rea= d > out the man pages and create the device support from that based on the pc= i > device id, > which will further accelerate the growth of the list. > > > As a note, this is not an official project by freebsd, nor a commercial > site. It is only a contribution > site we do in our spare times. If anybody would like to support, check ou= t > the todo list at the site. > > pantu