From owner-freebsd-stable@FreeBSD.ORG Mon Feb 6 22:59:20 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EADCD16A420 for ; Mon, 6 Feb 2006 22:59:20 +0000 (GMT) (envelope-from sergey.lungu@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2B6043D55 for ; Mon, 6 Feb 2006 22:59:19 +0000 (GMT) (envelope-from sergey.lungu@gmail.com) Received: by uproxy.gmail.com with SMTP id j3so70809ugf for ; Mon, 06 Feb 2006 14:59:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:x-mailer:mime-version:content-type:content-transfer-encoding; b=s0JHQTQQiUq39+x/9Y2KrfH2XKkNYRlInqAMjLz/wvYeBYVTBUcJsg2jnf0YsCVWSA8HlqQshAJXHoomDBg1RhNt07LMysLG4LFxKjx1t4Y3unituRaMs4SwKQxAnlZHcEKl7jj87MmWHBOaf8A5AzaXh3DlFeSNG4JN66GpNfY= Received: by 10.66.216.11 with SMTP id o11mr2507367ugg; Mon, 06 Feb 2006 14:59:17 -0800 (PST) Received: from ogre.obchaga.org ( [195.225.128.22]) by mx.gmail.com with ESMTP id o1sm2947629uge.2006.02.06.14.59.16; Mon, 06 Feb 2006 14:59:17 -0800 (PST) Date: Tue, 7 Feb 2006 01:59:11 +0300 From: Sergey Lungu To: freebsd-stable@freebsd.org Message-Id: <20060207015911.16cd48f1.sergey.lungu@gmail.com> X-Mailer: Sylpheed version 2.0.4 (GTK+ 2.8.11; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: atapicam problem (again): hang on boot with DVD burner X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 22:59:21 -0000 Hi! I'm not burning DVDs frequently, so I haven't seen this problem before. I have burned a DVD with growisofs and after that I am seeing a 3-5 min hang at boot time. No error messages at all, just hang :) Here is what I have: Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.1-PRERELEASE #0: Fri Feb 3 11:35:18 MSK 2006 keyer@ogre.obchaga.org:/usr/obj/usr/src/sys/OGRE ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz (2405.47-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf41 Stepping = 1 [...] acd0: DMA limited to UDMA33, controller found non-ATA66 cable acd0: DVDR at ata1-master UDMA33 cd0 at ata1 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present [3-5 min hang goes here] Trying to mount root from ufs:/dev/ad0s2a The most interesting thing is that I had no such problem before using my DVD burner! Is there a way to fix it? -- Sergey Lungu Real programmers don't comment their code. if it is hard to write, it should be hard to understand.