From nobody@FreeBSD.org  Sun Jun 20 17:08:45 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0197216A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 20 Jun 2004 17:08:45 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EF62443D45
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 20 Jun 2004 17:08:44 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i5KH8guN091045
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 20 Jun 2004 17:08:42 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.11/8.12.11/Submit) id i5KH8gdc091044;
	Sun, 20 Jun 2004 17:08:42 GMT
	(envelope-from nobody)
Message-Id: <200406201708.i5KH8gdc091044@www.freebsd.org>
Date: Sun, 20 Jun 2004 17:08:42 GMT
From: Bernard Dugas <bernard.dugas@is-production.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: FreeBSD 4.10 installation blocking on ASUS Pundit
X-Send-Pr-Version: www-2.3

>Number:         68149
>Category:       i386
>Synopsis:       FreeBSD 4.10 installation blocking on ASUS Pundit
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    remko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 20 17:10:05 GMT 2004
>Closed-Date:    Sun Apr 29 10:27:35 GMT 2007
>Last-Modified:  Sun Apr 29 10:27:35 GMT 2007
>Originator:     Bernard Dugas
>Release:        4.10 iso images from 6/6/2004
>Organization:
>Environment:
ASUS PUNDIT barebone
http://www.asus.com/prog/spec.asp?m=Pundit&langs=01
>Description:
1- During the installation, the machine freeze after :
plip0 : <PLIP network interface> on ppbus0
---waiting 3 s ----then :
ad0 : read command timeout tag=0 serv=0 resetting
ata0 : resetting devices..
--- and the computer is frozen and don't react at ctrAltdel 

2- if i disabled the DMA on the hard drive, there is no more blocking, but no more DMA which is not ideal for a server :
..
plip0 : <PLIP network interface> on ppbus0
ad0 : 117246M Maxtor... at ata0-master WDMA2
ad0 : CD-RW ....        at ata0-slave PIO4
....

3- in the kernel configuration, there is no driver found for the network. It should be a bfe network driver as this is a Broadcom BCM4401. It is noted as present in the 4.10 release notes, but I couldn't see it in the driver list.

>How-To-Repeat:
Too easy...
>Fix:
      
>Release-Note:
>Audit-Trail:

From: Bernard Dugas <bernard.dugas@is-production.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: kern/68149: FreeBSD 4.10 installation blocking on ASUS Pundit
Date: Sun, 20 Jun 2004 22:41:58 +0200

 Hi,
 
 Through the freebsd-questions@freebsd.org list, Phil Schulz has sent me 
 a patch for the 1- problem :
 
 --- ata-dma.c.old	Sun Jun 20 19:30:10 2004
 +++ ata-dma.c	Sun Jun 20 19:23:41 2004
 @@ -669,6 +669,7 @@
   	    ata_find_dev(parent, 0x06401039, 0) ||	/* SiS 640 */
   	    ata_find_dev(parent, 0x06451039, 0) ||	/* SiS 645 */
   	    ata_find_dev(parent, 0x06501039, 0) ||	/* SiS 650 */
 +	    ata_find_dev(parent, 0x06511039, 0) ||	/* SiS 651 */
   	    ata_find_dev(parent, 0x07301039, 0) ||	/* SiS 730 */
   	    ata_find_dev(parent, 0x07331039, 0) ||	/* SiS 733 */
   	    ata_find_dev(parent, 0x07351039, 0) ||	/* SiS 735 */
 
 As I just had the FreeBSD iso installation images, I can't apply 
 directly this patch. But I will find the way.
 
 On the 3- problem, the reference on the bfe driver in 4.10 is in 
 http://www.freebsd.org/releases/4.10R/errata.html :
 
 "(27 May 2004) The bfe(4) driver for Broadcom BCM4401 based Fast 
 Ethernet adapters has been added but the release notes did not mention 
 that."
 
 It seems the iso installation images don't mention it either.
 
 Thanks a lot, best regards,
 -- 
 
   __________ Bernard DUGAS ________________________________________
 |                                                                 |
 |  Technoparc Pays de Gex  mailto:bernard.dugas@is-production.com |
 |  30 Rue Auguste Piccard           Tel.: +33 615 333 770         |
 | FR 01630 St Genis Pouilly         Fax : +33 450 205 106         |
 |_________________________________________________________________|
 
 
State-Changed-From-To: open->feedback 
State-Changed-By: remko 
State-Changed-When: Mon Sep 11 11:58:34 UTC 2006 
State-Changed-Why:  
Hello, 

Is this problem still persisting in more recent FreeBSD 
versions? I think that the patches you used might already 
be incorporated into the main tree, and therefor might be 
available in the 6.1 release of FreeBSD. 

thanks! 


Responsible-Changed-From-To: freebsd-i386->remko 
Responsible-Changed-By: remko 
Responsible-Changed-When: Mon Sep 11 11:58:34 UTC 2006 
Responsible-Changed-Why:  
Grab the PR 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68149 
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Sun Apr 29 10:27:16 UTC 2007 
State-Changed-Why:  
Feedback timeout (> 6 months). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68149 
>Unformatted:
