From owner-cvs-all@FreeBSD.ORG Sun Aug 15 16:26:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 002B716A4CE; Sun, 15 Aug 2004 16:26:36 +0000 (GMT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6934E43D31; Sun, 15 Aug 2004 16:26:36 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) i7FGQZ1a061761; Sun, 15 Aug 2004 18:26:35 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id i7FGQUEb061760; Sun, 15 Aug 2004 18:26:30 +0200 (CEST) (envelope-from marius) Date: Sun, 15 Aug 2004 18:26:30 +0200 From: Marius Strobl To: "Simon L. Nielsen" Message-ID: <20040815182630.G41737@newtrinity.zeist.de> References: <200408142238.i7EMcKV0061058@repoman.freebsd.org> <20040815154623.GC684@arthur.nitro.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20040815154623.GC684@arthur.nitro.dk>; from simon@FreeBSD.org on Sun, Aug 15, 2004 at 05:46:24PM +0200 X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.27.0.4; VDF 6.27.0.10 (host: newtrinity.zeist.de) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/hme if_hme_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2004 16:26:37 -0000 On Sun, Aug 15, 2004 at 05:46:24PM +0200, Simon L. Nielsen wrote: > On 2004.08.14 22:38:20 +0000, Marius Strobl wrote: > > marius 2004-08-14 22:38:20 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/hme if_hme_pci.c > > Log: > > Make hme(4), i.e. the PCI-variant, MI by reading the MAC address on sytems > [...] > > Tested with: Sun X1032A (hme(4)-isp(4)-combo card) on alpha and i386 > > Does this mean it is expected to work on all architectures supported > by FreeBSD so I should set that in the Hardware Notes? > The PCI cards yes. > BTW. Sun X1032A is not in the device list in hme(4), perhaps it should > be added? > X1032A is the Sun option-number for the "Sun PCI SunSwift Adapter", which is listed in the hme(4) man page. Sun option-numbers are usually the best way to reference a certain card because the names ("SunSwift", "GigaSwift", etc.) are often confusing and usually multiple part-umbers exists for one card (e.g. 501-2741 and 501-5656 for the X1032A). It don't know what the best way to deal with this in the hme(4) man page (and similar for gem(4), isp(4), sym(4), etc.) would be. If you know one let me know and I'll help you to dig out the Sun option- and part-numbers. Marius