From owner-freebsd-bugs Sat Oct 19 1:10: 3 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A83C37B401 for ; Sat, 19 Oct 2002 01:10:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C939843E75 for ; Sat, 19 Oct 2002 01:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J8A0x3060483 for ; Sat, 19 Oct 2002 01:10:00 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9J8A07d060482; Sat, 19 Oct 2002 01:10:00 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 061C737B401 for ; Sat, 19 Oct 2002 01:06:23 -0700 (PDT) Received: from 254.216-123-229-0.interbaun.com (254.216-123-229-0.interbaun.com [216.123.229.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EF4843E77 for ; Sat, 19 Oct 2002 01:06:22 -0700 (PDT) (envelope-from root@254.216-123-229-0.interbaun.com) Received: from 254.216-123-229-0.interbaun.com (localhost [127.0.0.1]) by 254.216-123-229-0.interbaun.com (8.12.3/8.12.3) with ESMTP id g9J8649r001324 for ; Sat, 19 Oct 2002 02:06:05 -0600 (MDT) (envelope-from root@254.216-123-229-0.interbaun.com) Received: (from root@localhost) by 254.216-123-229-0.interbaun.com (8.12.3/8.12.3/Submit) id g9I2MxcI000690; Thu, 17 Oct 2002 20:22:59 -0600 (MDT) Message-Id: <200210180222.g9I2MxcI000690@254.216-123-229-0.interbaun.com> Date: Thu, 17 Oct 2002 20:22:59 -0600 (MDT) From: soralx@cydem.zp.ua Reply-To: soralx@cydem.zp.ua To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/44257: fix for Intel ICH4 udma controllers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44257 >Category: kern >Synopsis: [PATCH] for Intel ICH4 udma controllers >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Oct 19 01:10:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: SorAlx >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: Cydem >Environment: System: FreeBSD 254.216-123-229-0.interbaun.com 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Tue Oct 8 23:30:02 MDT 2002 root@254.216-123-229-0.interbaun.com:/usr/src/sys/compile/GENERIC i386 Mainboard: Gigabyte GA-8HXP i850E+ICH4 >Description: No vendor/device ID in kernel for ICH4 PCI ATA100 controller (system halts after trying to change UMDA mode or suspend) >How-To-Repeat: don't do it :) >Fix: /usr/src/sys/dev/ata/ata-pci.c: case 0x248b8086: return "Intel ICH3 ATA100 controller"; + +case 0x24cb8086: + return "Intel 82801DB (ICH4) UltraATA/100 EIDE Controller"; /usr/src/sys/dev/ata-dma.c: +case 0x24cb8086: /* Intel ICH4 */ case 0x248a8086: /* Intel ICH3 mobile */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message