From owner-cvs-all Wed Dec 30 23:52:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05049 for cvs-all-outgoing; Wed, 30 Dec 1998 23:52:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA05044 for ; Wed, 30 Dec 1998 23:52:20 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id GAA19458; Thu, 31 Dec 1998 06:43:20 +0100 From: Luigi Rizzo Message-Id: <199812310543.GAA19458@labinfo.iet.unipi.it> Subject: ES1370 audio driver -- where do i put it ? To: committers@FreeBSD.ORG Date: Thu, 31 Dec 1998 06:43:20 +0100 (MET) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk The recent commits to the pcm driver were meant to integrate Joackim's driver for ES1370-based cards. Being a PCI card i'd put the relevant files (es1370.c and es1370_reg.h) in /sys/pci; however, at the moment this is a i386-specific piece of code (although it used absolutely no ISA functionality so chances are that it works with minor fixes on the Alpha as well). So, is the location ok, or perhaps it should go in /sys/i386/isa/snd with the other "pcm" files ? cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message