From owner-freebsd-hardware@FreeBSD.ORG Thu Aug 25 17:14:13 2005 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 995E516A41F for ; Thu, 25 Aug 2005 17:14:13 +0000 (GMT) (envelope-from freebsd@abv.bg) Received: from ns2.netinfo.bg (ns.netinfo.bg [194.153.145.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2415C43D46 for ; Thu, 25 Aug 2005 17:14:12 +0000 (GMT) (envelope-from freebsd@abv.bg) Received: from webmail.gyuvetch.bg (app3.ni.bg [192.168.151.11]) by ns2.netinfo.bg (Postfix) with SMTP id B686B6B0D8 for ; Thu, 25 Aug 2005 20:13:02 +0300 (EEST) Received: (qmail 30204 invoked from network); 25 Aug 2005 17:14:09 -0000 Received: from app3.ni.bg (192.168.151.11) by webmail.gyuvetch.bg with SMTP; 25 Aug 2005 17:14:09 -0000 Message-ID: <1374114279.154631124990049210.JavaMail.nobody@app3.ni.bg> Date: Thu, 25 Aug 2005 20:14:09 +0300 (EEST) From: Mario Pavlov To: freebsd-hardware@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 8bit X-Mailer: AbvMail 1.0 X-Originating-IP: 213.240.229.54 Subject: SATA and atapicam X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 17:14:13 -0000 Hi :) I have problem with my SATA hard disc... so... first my hardware is: motherboard: http://uk.asus.com/products.aspx?l1=3&l2=12&l3=31&model=179&modelmenu=1 as you can see the chipset is Intel 865PE and the SATA controler is ICH5R hard disc: MAXTOR 6L200MO 200GB DVD-REWRITER: http://www.lge.com/catalog/prodmodeldetail?actType=search&page=1&modelCategoryId=CTG1000658&categoryId=CTG1000500&parentId=CTG1000439&modelPrefix=400000&globalCode=GSA-4082B&globalSuffix=000000&model=NOTHING so... I've installed FreeBSD 5.4 successful and everything was fine but when I decided to install k3b and burn CDs and DVDs I realized that k3b doesn't detect my DVD drive I asked in bsdforums.net and they told me that I need to compile atapicam in the kernel so I did it and when rebooted in the fresh-compiled kernel I experienced this: ... ... ipfw2 initialized, divert enabled, rule-based forwarding enabled, default to deny, logging unlimited acd0: DVDR at ata2-master UDMA33 ad8: 194481MB [395136/16/63] at ata4-master SATA150 Interrupt storm detected on "irq18: uhci2++"; throttling interrupt source and all freezes I can only scroll the console this is in the kernel config device scbus device da device cd device pass device atapicam I've tried without device da, but still the same I've tried also to remove UHCI and EHCI and the resoult was: Interrupt storm detected on "irq18: atapci0+"; throttling interrupt source instead of: Interrupt storm detected on "irq18: uhci2++"; throttling interrupt source is there any way to fix this ? And use my hard disc and DVD rewriter normal ? thank you! :)