From owner-freebsd-hackers@FreeBSD.ORG Sun Aug 7 20:24:11 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 936AF16A42B for ; Sun, 7 Aug 2005 20:24:11 +0000 (GMT) (envelope-from alexjeffburke@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 193AD44112 for ; Sun, 7 Aug 2005 20:00:58 +0000 (GMT) (envelope-from alexjeffburke@gmail.com) Received: by nproxy.gmail.com with SMTP id c2so189810nfe for ; Sun, 07 Aug 2005 13:00:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VQ9cqFV/TQkYK6JrIC41coD4IV679PkIAhu1lv9XrMrlKBylCMEybGvthEQfBZVIyiTkN5P7IMivLsrjeqr5BDK8gMFV6n0BKLLJElUGMAoGEqaf3FyzghkmLgorjpHN1y/LaKEubVxOnj6Z3vJQVIXE0h1hBqoQvv2R/1oE+/k= Received: by 10.48.144.1 with SMTP id r1mr137596nfd; Sun, 07 Aug 2005 13:00:57 -0700 (PDT) Received: by 10.48.249.8 with HTTP; Sun, 7 Aug 2005 13:00:57 -0700 (PDT) Message-ID: Date: Sun, 7 Aug 2005 21:00:57 +0100 From: Alex Burke To: FreeBSD-HACKERS Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Model device driver / Newbus X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Aug 2005 20:24:13 -0000 Hi, I want to try writing a driver for an MCA card. I am just wondering if there is any skeleton driver (preferably a bus like PCI), and also whether the newbus framework is used for MCA drivers. What is the preferred method of writing drivers now? Thanks, Alex J Burke.