From owner-freebsd-drivers@FreeBSD.ORG Mon Jun 19 11:08:08 2006 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA1D616A474 for ; Mon, 19 Jun 2006 11:08:08 +0000 (UTC) (envelope-from Karsten.Brandt@sick.de) Received: from csmailwak.sick.de (ns.sick.de [62.180.123.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F14043D48 for ; Mon, 19 Jun 2006 11:08:07 +0000 (GMT) (envelope-from Karsten.Brandt@sick.de) Received: from ntmai08.mai.de.internal (unverified) by csmailwak.sick.de (SICK Content Security) with ESMTP id for ; Mon, 19 Jun 2006 13:08:06 +0200 To: freebsd-drivers@freebsd.org MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.1 January 21, 2004 Message-ID: From: Karsten Brandt Date: Mon, 19 Jun 2006 13:04:56 +0200 X-MIMETrack: Serialize by Router on MAIMF01.mai.de.internal/SRV/SICK(Release 6.5.5|November 30, 2005) at 06/19/2006 01:04:57 PM, Serialize complete at 06/19/2006 01:04:57 PM Content-Type: text/plain; charset="US-ASCII" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ata CD driver X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 11:08:08 -0000 Hello all, I'm working on the ATA CD driver to increase his performance. history: I've tried to use ogle for video playback and it works. But I can also seen many short breaks during the playback process. After some test, I've determine the performance of the ATA driver as bottleneck. Some days later I could see, that the driver uses many synchronisation objects of course. And the use of this synchronisation objects blocks the entire system. After some refactorings I can see now some prosperities. But for the complete understand I search informations for the ATA_LOCKING function. I can't find a documentation and what I me confused a little bit, I can't find this function not in the source tree of my FreeBSD. I work on an upgraded FreeBSD 6.1 and I was very happy for each hint. Regards, Karsten