Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/dev/pci



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@localhost
- 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.




Home | Main Index | Thread Index | Old Index