summaryrefslogtreecommitdiff
path: root/sys/dev/ieee1394
AgeCommit message (Expand)Author
2002-03-06Remove a variable that is unused after the previous ALTQ commit.nathanw
2002-03-05bring in latest ALTQ from kjc. ALTQify some of the drivers.itojun
2002-03-01Make this file compiles w/o FWNODE_DEBUG.enami
2002-02-27Initial layout for SBP2 routines. Mainly just the code yanked from fwnode.cjmc
2002-02-27Basic prototype/beginning of firewire disk support using sbp2/scsi. Commitingjmc
2002-02-27Change/pretty up some debugging info.jmc
2002-02-27Move definition of if_fw fifo location to ieee1394reg.h as it's needed forjmc
2002-02-27Add 3 more macros for extracting info from bus info blockjmc
2002-02-27Change length values to u_int32_tjmc
2002-02-27Rototill fwnode.c to rely on the p1212 routines to parse and validate the ROMjmc
2002-02-27Note done sections related to fwnode/ieee1212 stuffjmc
2002-02-27Move over from std to herejmc
2002-02-18Print the tcode in hex when debugging like all other debug statementsjmc
2002-02-11s/ab_csr/ab_addr/ so it compiles again.augustss
2002-02-03Change some wording on fw's to make it more logical sounding.jmc
2002-02-03Add IEEE1394_MAX_REC macrojmc
2002-02-03Add an unreg function.jmc
2002-01-26OCHI -> OHCIichiro
2002-01-16Fix illegal pointer manipulations that cause alignment problems.eeh
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2002-01-09cosmetics: print a "\n" terminated string if no "fw at fwohci" isdrochner
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