NetBSD/sys/dev/ieee1394
onoe 3fc5f5722d Fixes to make if_fw work:
- fwohci_arrq_input: Do not return if next packet is in the buffer,
    or the next packet cannot be received until the next receive interrupt.
- fwohci_uid_collect: XXX change M_WAITOK to M_NOWAIT for now, since there is
    no lock but only one instance must be allowed here.
  split fwohci_uid_req() and retry to get uid.
    XXX need timer to wait some moment between retries...
- Add DELAY(10) for wait loop.
- split fwohci_buf_stop() into _stop_tx() and _stop_rx() because receiver
    should not be stopped at bus-reset.
- split fwohci_buf_input() into _input() and _input_ppb() to improve
    performance slightly.
2001-06-29 14:57:24 +00:00
..
files.ieee1394 Add locators support 2001-05-13 05:01:42 +00:00
fwnode.c Make sure and zero out the malloc'd abufs before using them. 2001-05-14 05:46:41 +00:00
fwnodereg.h Initial checkin for fwnode support 2001-05-01 04:46:23 +00:00
fwnodevar.h Rename input/output to read/write to match ieee1394var.h 2001-05-11 06:07:40 +00:00
fwohci.c Fixes to make if_fw work: 2001-06-29 14:57:24 +00:00
fwohcireg.h Add mask for getting the ACK bits out of the status area of a DMA context descriptor 2001-05-11 06:04:49 +00:00
fwohcivar.h Various small changes. 2001-05-15 06:52:30 +00:00
fwscsi.c Style police. Got the tab'ing correct 2001-05-03 04:37:43 +00:00
ieee1394reg.h Fix whitespace usage (fow now, previously existing code only just due to 2001-05-01 06:15:42 +00:00
ieee1394var.h Various small changes. 2001-05-15 06:52:30 +00:00
if_fw.c Protect to call fw_start() recursively. 2001-06-29 14:46:54 +00:00
IMPLEMENTATION Add locators support 2001-05-13 05:01:42 +00:00
TODO Add a few nits. Hubs seem problematic on resets sometimes. 2001-05-17 05:30:37 +00:00