Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 09/20/2001 13:04:10
Module Name:	syssrc
Committed By:	bouyer
Date:		Thu Sep 20 10:04:10 UTC 2001

Modified Files:
	syssrc/sys/dev/pci: if_tl.c if_tlvar.h

Log Message:
- Allocate control structures at attach time rather than at init time.
  Avoids using bus_dmamem_alloc/bus_dmamem_map at interrupt time.
  Should fix PRs kern/13924 and kern/13979 from dive@endersgame.net
- while I'm there convert to use ether_ioctl.


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 syssrc/sys/dev/pci/if_tl.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/pci/if_tlvar.h

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