From owner-freebsd-hackers Thu Mar 6 11:13:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA05142 for hackers-outgoing; Thu, 6 Mar 1997 11:13:45 -0800 (PST) Received: from bmcgover-pc.cisco.com (bmcgover-pc.cisco.com [171.69.104.147]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA05134 for ; Thu, 6 Mar 1997 11:13:37 -0800 (PST) Received: from bmcgover-pc.cisco.com (localhost.cisco.com [127.0.0.1]) by bmcgover-pc.cisco.com (8.8.5/8.8.2) with ESMTP id OAA02242 for ; Thu, 6 Mar 1997 14:12:46 -0500 (EST) Message-Id: <199703061912.OAA02242@bmcgover-pc.cisco.com> To: hackers@freebsd.org Subject: Porting device drivers... Date: Thu, 06 Mar 1997 14:12:45 -0500 From: Brian McGovern Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm curious if anyone has any comments on the feasability of "porting" Linux device drivers to FreeBSD. I'm looking at doing a driver for the Cyclom Z card, and there is one that currently works for Linux. I'm wondering if its worth my time trying to recode it, or whether I should just start from scratch. -Brian