From owner-cvs-src@FreeBSD.ORG Sun Dec 7 16:12:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A984016A4CF; Sun, 7 Dec 2003 16:12:31 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FF4B43FAF; Sun, 7 Dec 2003 16:12:30 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id hB80CT8l015427; Sun, 7 Dec 2003 17:12:29 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 07 Dec 2003 17:11:57 -0700 (MST) Message-Id: <20031207.171157.72437006.imp@bsdimp.com> To: andre@freebsd.org From: "M. Warner Losh" In-Reply-To: <3FD3B605.D3F561EB@freebsd.org> References: <200312070405.hB745KVd015543@repoman.freebsd.org> <3FD3B605.D3F561EB@freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man4 lmc.4 src/sys/conf NOTES filessrc/sys/dev/lmc if_lmc.c if_lmc_common.c if_lmc_fbsd3.cif_lmc_media.c if_lmcioctl.h if_lmcvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2003 00:12:31 -0000 In message: <3FD3B605.D3F561EB@freebsd.org> Andre Oppermann writes: : Warner Losh wrote: : > : > imp 2003/12/06 20:05:20 PST : > : > FreeBSD src repository : > : > Modified files: : > sys/conf NOTES files : > Removed files: : > share/man/man4 lmc.4 : > sys/dev/lmc if_lmc.c if_lmc_common.c if_lmc_fbsd3.c : > if_lmc_media.c if_lmcioctl.h if_lmcvar.h : > Log: : > Continue to remove drivers that don't compile and haven't compiled in : > a long time: lmc The LAN Media Corp PCI WAN driver based on tulip. : > This driver hasn't compiled for 3 years since the PCI compat shims : > were removed, and Lan Media appears to have gone out of business. : > These cards appear to be rare (a recent search of ebay had no hits). : > : > Should someone wish to revive this driver, submitting patches to make : > it compile plus a testing report will bring it back. : : They got bought by a company called SBE (www.sbei.net) and this card : is still produced. I've got a couple of them running on FreeBSD 4.8. : The updated driver from their site works fine there. Dunno about 5.x. : Maybe I'll have a look at it some day... That would be good. The driver they have on their web site looks much better, but still needs to be locked for 5.x. Warner