summaryrefslogtreecommitdiff
path: root/sys/dev/ieee1394
AgeCommit message (Expand)Author
2001-12-29done - Make fwohci detach correctly (for cardbus/etc type interfaces)ichiro
2001-12-29implement fwohci detach routine.ichiro
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem
2001-10-12Bugfix: re-order double buffer only when second buffer exists.haya
2001-09-18Fix typo in printf format.tsutsui
2001-09-07Bugfix: re-order buffers when they are released.haya
2001-08-24heirarchy -> hierarchywiz
2001-07-18make it compilable:onoe
2001-07-17New Feature: Add isochronous stream input routine. This feature hashaya
2001-07-02performance improvement in fwohci_pkt_get() for asynchronous read.onoe
2001-07-02set/reset low level receive handler according to IFF_UP flag of networkonoe
2001-07-02fix typo: CLear -> Clearonoe
2001-07-02FW_DEBUG only: move descriptor dump from DPRINTFN(1) to DPRINTFN(2).onoe
2001-06-29Fixes to make if_fw work:onoe
2001-06-29Protect to call fw_start() recursively.onoe
2001-06-28simplify and localize to access sc_intmask in fwohci_event_thread().onoe
2001-06-28Simplify to update sc_intmask in fwohci_intr().onoe
2001-06-28FW_DEBUG: split debug printf in fwohci_intr() and fwohci_phy_input() intoonoe
2001-06-25fix printf to DPRINTFN inside FW_DEBUGonoe
2001-05-17Add a few nits. Hubs seem problematic on resets sometimes.jmc
2001-05-15Clean up comment about unregistering callbacksjmc
2001-05-15Various small changes.jmc
2001-05-15Back out last change until I get fwohci rototilled better for checking the ac...jmc
2001-05-14Remove ackcb. It's a duplicate of existing functionality.jmc
2001-05-14Make sure and zero out the malloc'd abufs before using them.jmc
2001-05-13Add a retries counter to abufjmc
2001-05-13Add locators supportjmc
2001-05-11Add first pass generic ack callback code (to eventually replace mbuf specific...jmc
2001-05-11Change ab_node's to ab_req.jmc
2001-05-11Rename input/output to read/write to match ieee1394var.hjmc
2001-05-11Add some notesjmc
2001-05-11Add first pass of generalized hooks for packet completion (i.e. ack) codes. T...jmc
2001-05-11Add mask for getting the ACK bits out of the status area of a DMA context des...jmc
2001-05-11Change abuf to include both requestor and responder softc's (for dealing with...jmc
2001-05-11Remove extraneous prototypejmc
2001-05-09Point out where the documentation is wrong.augustss
2001-05-03Change to DPRINTF/DPRINTFN for debug output.jmc
2001-05-03Retabify to correct style. Also, change to using DPRINTF interface for debug ...jmc
2001-05-03Style police. Got the tab'ing correctjmc
2001-05-01Add a few more itemsjmc
2001-05-01Avoid null pointer dereference.enami
2001-05-01Fix whitespace usage (fow now, previously existing code only just due toenami
2001-05-01Wrap some variable definitions with #ifdef FW_DEBUG that only apply in debug ...jmc
2001-05-01Remove some one-off debug printf'sjmc
2001-05-01Extend ieee1394_abuf to include read/write operations cleanly.jmc
2001-05-01Add a 64bit version of CSR_BASEjmc
2001-05-01Add proc struct for kthread, interrupt handler flags, and nodelistjmc
2001-05-01Extensive changes from fwnode integrationjmc
2001-05-01Initial checkin for fwnode code. Needs extensive cleanupjmc