summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/if_fwe.c
Commit message (Expand)AuthorAgeFilesLines
* * firewiresimokawa2004-01-081-0/+3
* Remove __P().simokawa2004-01-061-6/+6
* Add tunables.simokawa2003-11-131-4/+10
* Add compatibility for 4-stable.simokawa2003-11-071-0/+5
* Use if_printf() for FWEDEBUG.simokawa2003-11-061-7/+7
* - Change driver name to fix if_xname breakage in the previous revision.simokawa2003-11-031-3/+3
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-6/+5
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.simokawa2003-10-021-6/+4
* Drop too short packets.simokawa2003-08-191-4/+8
* Workaround for gcc on alpha/ia64.simokawa2003-08-011-6/+4
* - Detect full of DMA channel correctly.simokawa2003-08-011-2/+1
* Clean up include files.simokawa2003-07-181-4/+0
* Add tx_speed sysctl variable.simokawa2003-06-101-1/+4
* MFp4(simokawa_firewire):simokawa2003-04-171-66/+31
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-3/+3
* Clear channel and tag bits before set them.simokawa2003-03-191-0/+1
* MFp4(simokawa_sbp)simokawa2003-03-061-84/+143
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* - Take malloc type as an argument in fw_xfer_alloc().simokawa2003-02-031-1/+1
* Define new malloc type M_FW and use it.simokawa2003-02-011-2/+2
* Change API of FW_GDEVLST ioctl.simokawa2003-01-251-6/+9
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Reduce diff to RELENG_4.simokawa2003-01-051-3/+37
* Cosmetic change. s/Firewire/FireWire/.simokawa2002-12-261-2/+2
* Reduce and improve debug messages.simokawa2002-12-061-1/+2
* network interface driver changes:sam2002-11-141-16/+10
* Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serialikob2002-09-131-0/+597
OpenPOWER on IntegriCloud