NetBSD/sys/dev/ieee1394
enami 99a39489d8 Pass the right size of object (in this case, a trailer) to fwohci_buf_pktget.
Since the fp_trail is a pointer to trailer, we have to pass sizeof(*fp_trail)
instead of sizeof(fp_trail).
2000-11-30 06:59:08 +00:00
..
IMPLEMENTATION random thoughts on how i'm implementing this. 2000-05-31 03:42:34 +00:00
Makefile Install ieee1394reg.h since user application (someday) will need it. 2000-05-30 22:52:02 +00:00
files.ieee1394 Add a fwlynx device. Move the file for fwohci to files.ieee1394 2000-11-14 23:37:20 +00:00
fwohci.c Pass the right size of object (in this case, a trailer) to fwohci_buf_pktget. 2000-11-30 06:59:08 +00:00
fwohcireg.h Use DMA from mbuf instead of copy in transmit. 2000-11-20 12:12:18 +00:00
fwohcivar.h Use DMA from mbuf instead of copy in transmit. 2000-11-20 12:12:18 +00:00
ieee1394reg.h Merge in my some of my stuff. 2000-11-05 22:35:56 +00:00
ieee1394var.h Merge in my some of my stuff. 2000-11-05 22:35:56 +00:00
if_fw.c Remove lonely splx in fw_detach. 2000-11-10 03:45:09 +00:00