From owner-freebsd-drivers@freebsd.org Fri May 22 09:27:30 2020 Return-Path: Delivered-To: freebsd-drivers@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E752532B6EF for ; Fri, 22 May 2020 09:27:30 +0000 (UTC) (envelope-from andrewponomarenko@yandex.ru) Received: from forward501o.mail.yandex.net (forward501o.mail.yandex.net [37.140.190.203]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49T1Nd4X3Hz441v for ; Fri, 22 May 2020 09:27:29 +0000 (UTC) (envelope-from andrewponomarenko@yandex.ru) Received: from mxback2q.mail.yandex.net (mxback2q.mail.yandex.net [IPv6:2a02:6b8:c0e:40:0:640:9c8c:4946]) by forward501o.mail.yandex.net (Yandex) with ESMTP id 52A041E80A91 for ; Fri, 22 May 2020 12:27:26 +0300 (MSK) Received: from localhost (localhost [::1]) by mxback2q.mail.yandex.net (mxback/Yandex) with ESMTP id nEZV0fel3L-RPeaZAGw; Fri, 22 May 2020 12:27:25 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1590139645; bh=L9W048YzZ0Brrt+SqoJ/AJlnPHHd39TK8GX9qhM2h2w=; h=References:Date:Message-Id:Subject:In-Reply-To:To:From; b=kgUFPaaVb6gP43mGwQoIaT9SJYQQH43bnTfTcYX2U2HhNlUot25pQ5XdnCHmVrtDq 3aor+q6jf9j43ubNWhHWz36ycuggqUa6LWOGJUb201VBzBJ32RCySTuSvOOIVH+stE h88AqrptBE3c2jYZ03EmOMCorsSDC1+YS2jFHCzc= Received: by vla5-c5051da8689e.qloud-c.yandex.net with HTTP; Fri, 22 May 2020 12:27:25 +0300 From: Andrey Ponomarenko To: freebsd-drivers@freebsd.org In-Reply-To: References: Subject: Re: List of supported device ids MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Fri, 22 May 2020 12:27:25 +0300 Message-Id: <22456411590139645@vla5-c5051da8689e.qloud-c.yandex.net> Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Rspamd-Queue-Id: 49T1Nd4X3Hz441v X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=yandex.ru header.s=mail header.b=kgUFPaaV; dmarc=pass (policy=none) header.from=yandex.ru; spf=pass (mx1.freebsd.org: domain of andrewponomarenko@yandex.ru designates 37.140.190.203 as permitted sender) smtp.mailfrom=andrewponomarenko@yandex.ru X-Spamd-Result: default: False [-3.27 / 15.00]; DWL_DNSWL_NONE(0.00)[yandex.ru:dkim]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[yandex.ru:s=mail]; RWL_MAILSPIKE_POSSIBLE(0.00)[37.140.190.203:from]; FROM_HAS_DN(0.00)[]; FREEMAIL_FROM(0.00)[yandex.ru]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-drivers@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.002]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_MEDIUM(-0.97)[-0.972]; R_SPF_ALLOW(-0.20)[+ip4:37.140.128.0/18]; DKIM_TRACE(0.00)[yandex.ru:+]; DMARC_POLICY_ALLOW(-0.50)[yandex.ru,none]; NEURAL_HAM_SHORT(-0.20)[-0.196]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yandex.ru]; ASN(0.00)[asn:13238, ipnet:37.140.128.0/18, country:RU]; RCVD_TLS_LAST(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[37.140.190.203:from] X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2020 09:27:31 -0000 Just extracted the lists of supported devices from sources for FreeBSD 2.0-12.1, OpenBSD 2.1-6.6, NetBSD 1.3-9.0 by myself and saved to the repository https://github.com/bsdhw/Drivers > Hello, > > Is there a way to get complete list of supported PCI & USB device ids > and classes in the FreeBSD kernel? > > I.e. ids of the devices listed on the page > https://www.freebsd.org/releases/12.1R/hardware.html > > In Linux it's done by LKDDb: https://cateee.net/sources/lkddb/lkddb-5.6.list > > Thanks. > _______________________________________________ > freebsd-drivers@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-drivers > To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@freebsd.org"