From owner-freebsd-current@FreeBSD.ORG Sun Dec 7 09:41:35 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09E3916A4CF for ; Sun, 7 Dec 2003 09:41:35 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id AECF843FA3 for ; Sun, 7 Dec 2003 09:41:32 -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 hB7HfV8l011277 for ; Sun, 7 Dec 2003 10:41:31 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 07 Dec 2003 10:41:20 -0700 (MST) Message-Id: <20031207.104120.124959248.imp@bsdimp.com> To: current@FreeBSD.ORG From: "M. Warner Losh" 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 Subject: Looking for rdp, spigot, asc, ctx, gsc and le users X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 17:41:35 -0000 I'm wondering if there are any users of the following drivers around. They are the only users of COMPAT_ISA_DRIVERS in the tree at this point (a couple of others have been converted out of the tree). rdp: Ethernet driver for RealTek RTL 8002 pocket ethernet This is a parallel port ethernet driver. spigot: Video Spigot capture Partial driver, and the library to do the capture appears to have gone AWL asc: device driver for a GI1904-based hand scanner Hand held scanner, somewhat bad resolution. ctx.c: Cortex - I Frame Grabber I can't find any information about this. gsc.c: device driver for a handy scanner Hand held scanner, somewhat bad resolution. le.c: DEC EtherWORKS II/III Ethernet device driver Old ISA ethernet card. The le driver provides support for the later Digital Equipment EtherWORKS II (DE200, DE201, DE202, DE422), and the DEC EtherWORKS III NICs (DE203, DE204, and DE205) NICs. I'm looking for people that use these devices on FreeBSD 5.2 or newer machines and can confirm that the drivers are still working. Warner