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