From owner-freebsd-current Wed Sep 25 15:29:16 2002 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 B099737B401; Wed, 25 Sep 2002 15:29:13 -0700 (PDT) Received: from hun.org (hun.org [216.190.27.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60CC143E42; Wed, 25 Sep 2002 15:29:13 -0700 (PDT) (envelope-from attila@hun.org) Received: by hun.org (Postfix, from userid 1001) id A4EF2664E2; Wed, 25 Sep 2002 21:47:36 +0000 (GMT) Date: Wed, 25 Sep 2002 21:47:36 +0000 (GMT) Message-Id: <20020925214736.x37Y22740@hun.org> From: attila! X-Mailer: AttilaMail with XEmacs & Postfix on FreeBSD 5.0-CURRENT X-Ballistic: N 37.218497 W 113.614979 X-No-Archive: yes In-Reply-To: <20020917033905.GA4325@dragon.nuxi.com> To: David O'Brien Cc: FreeBSD-CURRENT Subject: TekRam 395U[W] is ready for commit Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; name="" Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David: DC395U on CURRENT from Houchard's driver works like a champ on 'da' (ZIP 100) and 'cd (Creative DVD-RAM) devices; I haven't had an 'sa' device since my Exabyte died. I've been beating on the driver for 10 days and it looks good --works as advertised on the oldest kernel I have around (20 Feb 2002), and at least 5 kernels this month. I would say it's worth committing; can you take it from here? ___________ I picked up the drivers Olivier Houchard ported: http://www.ci0.org/tmp/dc395x_trm.[ch] and installed them in sys/dev; then added to sys/conf/files the statement dev/techram_trm.c optional trm and declared trm after ahc in the config file; compiled the kernel and added hints for ahc0 and trm0 to /boot/device.hints: hint.scbus.0.at="ahc0" hint.scbus.0.bus="0" hint.scbus.1.at="tekram_trm0" hint.scbus.1.bus="0" hint.da.0.at="scbus0" hint.da.0.target="0" hint.da.0.unit="0" hint.da.1.at="scbus0" hint.da.1.target="1" hint.da.1.unit="0" hint.cd.0.at="scbus1" hint.cd.0.target="6" hint.cd.0.unit="0" hint.cd.1.at="scbus1" hint.cd.1.target="4" hint.cd.1.unit="0" hint.da.2.at="scbus1" hint.da.2.target="5" hint.da.2.unit="0" Sent: Mon, 16 Sep 2002 20:39:05 -0700 by David O'Brien + + There is support, but the driver has never been committed to FreeBSD. I + was willing to shepard it into the tree, but never could get my hands on + a 395 controller. + To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message