From owner-freebsd-current@FreeBSD.ORG Mon Sep 1 06:43:41 2003 Return-Path: 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 B59A816A4BF for ; Mon, 1 Sep 2003 06:43:41 -0700 (PDT) Received: from tao.xtaz.co.uk (82-32-29-13.cable.ubr04.azte.blueyonder.co.uk [82.32.29.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C71743FCB for ; Mon, 1 Sep 2003 06:43:41 -0700 (PDT) (envelope-from matt@xtaz.co.uk) Received: from xtaz.co.uk (localhost [127.0.0.1]) by tao.xtaz.co.uk (Postfix) with ESMTP id 2C4858FC80; Mon, 1 Sep 2003 14:43:40 +0100 (BST) Message-ID: <3F534D0A.5050401@xtaz.co.uk> Date: Mon, 01 Sep 2003 14:43:38 +0100 From: Matt User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030827 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matt References: <200309011116.h81BG0d3013061@spider.deepcore.dk> <3F534C42.8050800@xtaz.co.uk> In-Reply-To: <3F534C42.8050800@xtaz.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: Soren Schmidt cc: current@freebsd.org Subject: Re: ATAng probe updated please test X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2003 13:43:41 -0000 Matt wrote: > Soren Schmidt wrote: > >> I've gone over the probe code once again. >> >> Please test, and in case it fails to detect or misdetects anything, >> mail me the output of dmesg from a verbose boot, and state what >> devices actually are there. >> >> Thanks! >> >> -Søren > > > Mine is working perfectly now (see below). With atapicam as well. > Thankyou very much for your work! > > Regards, Matt. > > ad0: 76319MB [155061/16/63] at ata0-master UDMA100 > acd0: DVDROM at ata1-master PIO4 > acd1: CDRW at ata1-slave PIO4 > cd0 at ata1 bus 0 target 0 lun 0 > cd0: Removable CD-ROM SCSI-0 device > cd0: 16.000MB/s transfers > cd0: cd present [3284421 x 1835364913 byte records] > cd1 at ata1 bus 0 target 1 lun 0 > cd1: Removable CD-ROM SCSI-0 device > cd1: 16.000MB/s transfers > cd1: cd present [15421890 x 0 byte records] > > [root@neo root]# cdrecord --scanbus > Cdrecord 2.00.3 (i386-unknown-freebsd5.1) Copyright (C) 1995-2002 Jörg > Schilling > Using libscg version 'schily-0.7' > scsibus2: > 2,0,0 200) 'Compaq ' 'DVD-ROM SD-616T ' 'F304' Removable CD-ROM > 2,1,0 201) 'SAMSUNG ' 'CD-R/RW SW-240B ' 'R407' Removable CD-ROM > Actually saying that is this perfectly? There are no cd's in either of those two drives and it says cd present in that dmesg ? Matt.