summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/if_fwe.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.glebius2005-10-111-2/+1
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-051-0/+3
* Big polling(4) cleanup.glebius2005-10-011-29/+40
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-0/+25
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-9/+24
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Assert Giant in fwe_start(), as it is not yet MPSAFE.rwatson2004-08-181-0/+2
* Set IFF_NEEDSGIANT for fwe network interface since the firewirerwatson2004-08-121-1/+2
* Initialize ifp->if_output for FreeBSD-4.simokawa2004-07-201-0/+3
* Adjust packet length correctly for FreeBSD-4.simokawa2004-07-201-2/+4
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's todfr2004-05-221-1/+1
* Mark the capability of this driver to receive VLAN frames >1500 bytesyar2004-05-211-0/+1
* MFp4: FireWiresimokawa2004-03-261-21/+31
* * 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