Subject: PR/29892 CVS commit: src/sys/dev/pci
To: None <skrll@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Nick Hudson <skrll@netbsd.org>
List: netbsd-bugs
Date: 09/25/2005 15:19:01
The following reply was made to PR kern/29892; it has been noted by GNATS.

From: Nick Hudson <skrll@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29892 CVS commit: src/sys/dev/pci
Date: Sun, 25 Sep 2005 15:18:21 +0000 (UTC)

 Module Name:	src
 Committed By:	skrll
 Date:		Sun Sep 25 15:18:21 UTC 2005
 
 Modified Files:
 	src/sys/dev/pci: if_iwi.c
 
 Log Message:
 Don't try to bus_dmamem_alloc everytime we want to load the firmware as
 it can fail all too easily. Instead bus_dmamap_load the cached copy and
 create the command blocks for the device to load it accordingly.
 
 Thanks to scw and mrg for reviewing this.
 
 Closes PR 29892 (I hope).
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.26 -r1.27 src/sys/dev/pci/if_iwi.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.