NetBSD Problem Report #42310

From www@NetBSD.org  Fri Nov 13 12:21:30 2009
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id D41D963B8CD
	for <gnats-bugs@gnats.netbsd.org>; Fri, 13 Nov 2009 12:21:30 +0000 (UTC)
Message-Id: <20091113122130.8330663B844@www.NetBSD.org>
Date: Fri, 13 Nov 2009 12:21:30 +0000 (UTC)
From: tharada@oucrc.org
Reply-To: tharada@oucrc.org
To: gnats-bugs@NetBSD.org
Subject: Intel SCH IDE DMA support
X-Send-Pr-Version: www-1.0

>Number:         42310
>Category:       kern
>Synopsis:       Intel SCH IDE DMA support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Nov 13 12:25:00 +0000 2009
>Closed-Date:    Wed Dec 29 09:49:23 +0000 2010
>Last-Modified:  Wed Dec 29 09:49:23 +0000 2010
>Originator:     Tomokazu HARADA
>Release:        5.99.21, 5.0_STABLE
>Organization:
>Environment:
NetBSD fit.md.ayatan.org 5.0_STABLE NetBSD 5.0_STABLE (GENERIC) #2: Mon Nov  9 04:23:59 JST 2009  root@xjazz:/usr/src-5/sys/arch/i386/compile/obj/GENERIC i386

>Description:
Intel SCH IDE UDMA100 support (from OpenBSD)

schide0 at pci0 dev 31 function 1
schide0: Intel SCH IDE Controller (rev. 0x07)
schide0: bus-master DMA support present
schide0: primary channel wired to compatibility mode
schide0: primary channel interrupting at ioapic0 pin 14
atabus0 at schide0 channel 0
wd0 at atabus0 drive 0: <INTEL SSDSA2M080G2GC>
wd0: drive supports 16-sector PIO transfers, LBA48 addressing
wd0: 76319 MB, 155061 cyl, 16 head, 63 sec, 512 bytes/sect x 156301488 sectors
wd0: 32-bit data port
wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133)
wd0(schide0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100) (using DMA)

>How-To-Repeat:
N/A
>Fix:
http://tharada.oucrc.org/schide/

>Release-Note:

>Audit-Trail:
From: "Jonathan A. Kollasch" <jakllsch@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/42310 CVS commit: src/sys/dev/pci
Date: Sat, 6 Nov 2010 14:20:35 +0000

 Module Name:	src
 Committed By:	jakllsch
 Date:		Sat Nov  6 14:20:35 UTC 2010

 Modified Files:
 	src/sys/dev/pci: pcidevs

 Log Message:
 Add Intel SCH IDE Controller, from OpenBSD via Tomokazu HARADA in PR#42310.


 To generate a diff of this commit:
 cvs rdiff -u -r1.1050 -r1.1051 src/sys/dev/pci/pcidevs

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Jonathan A. Kollasch" <jakllsch@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/42310 CVS commit: src/sys/dev/pci
Date: Sat, 6 Nov 2010 14:56:12 +0000

 Module Name:	src
 Committed By:	jakllsch
 Date:		Sat Nov  6 14:56:12 UTC 2010

 Modified Files:
 	src/sys/dev/pci: files.pci
 Added Files:
 	src/sys/dev/pci: pciide_sch_reg.h schide.c

 Log Message:
 Add Intel SCH IDE controller driver.
 From OpenBSD via Tomokazu HARADA in PR#42310.


 To generate a diff of this commit:
 cvs rdiff -u -r1.330 -r1.331 src/sys/dev/pci/files.pci
 cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/pciide_sch_reg.h \
     src/sys/dev/pci/schide.c

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Jonathan A. Kollasch" <jakllsch@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/42310 CVS commit: src/sys/arch/i386/conf
Date: Sat, 6 Nov 2010 15:06:29 +0000

 Module Name:	src
 Committed By:	jakllsch
 Date:		Sat Nov  6 15:06:29 UTC 2010

 Modified Files:
 	src/sys/arch/i386/conf: ALL GENERIC XEN3_DOM0

 Log Message:
 Enable schide(4), Intel SCH IDE controller driver from PR#42310.


 To generate a diff of this commit:
 cvs rdiff -u -r1.274 -r1.275 src/sys/arch/i386/conf/ALL
 cvs rdiff -u -r1.997 -r1.998 src/sys/arch/i386/conf/GENERIC
 cvs rdiff -u -r1.37 -r1.38 src/sys/arch/i386/conf/XEN3_DOM0

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->feedback
State-Changed-By: wiz@NetBSD.org
State-Changed-When: Sun, 07 Nov 2010 00:16:52 +0000
State-Changed-Why:
jakllsch committed it, ok to close?


From: Tomokazu HARADA <tharada@oucrc.org>
To: gnats-bugs@NetBSD.org, wiz@NetBSD.org, kern-bug-people@NetBSD.org,
 netbsd-bugs@NetBSD.org, gnats-admin@NetBSD.org
Cc: tharada@oucrc.org
Subject: Re: kern/42310 (Intel SCH IDE DMA support)
Date: Wed, 29 Dec 2010 16:53:50 +0900 (JST)

 I tried 5.99.42 as of 2010-12-27, it runs well.
 Thanks!

State-Changed-From-To: feedback->closed
State-Changed-By: cegger@NetBSD.org
State-Changed-When: Wed, 29 Dec 2010 09:49:23 +0000
State-Changed-Why:
submitter confirmed it is working


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.