summaryrefslogtreecommitdiff
path: root/sys/dev/ieee1394
AgeCommit message (Expand)Author
2010-03-11various aprint_* fixes.mrg
2009-12-06Simplify device-activation hook.dyoung
2009-08-07unifdef -U__FreeBSD__ -D__NetBSD__, et cetera.dyoung
2009-06-20unifdef -U__DragonFlyBSD__ -U__FreeBSD__ -D__NetBSD__.dyoung
2009-06-20buildfix: don't redefine MIN and MAX. They are defined in <sys/param.h>.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-04-20Add queue macros SLIST_FOREACH_SAFE, STAILQ_FOREACH_SAFE, STAILQ_LAST,mschuett
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18bcmp -> memcmpcegger
2009-03-18buildfix: undo previouscegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-01-11merge christos-time_tchristos
2009-01-03remove extra semicolons.yamt
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-11-07*** Summary ***dyoung
2008-09-08Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.hgmcgarry
2008-06-24Replace gcc extension of comma-elimination variadic macros with aprint_debug_...gmcgarry
2008-06-24Digraphs as lvalues must return the same type.gmcgarry
2008-05-10Use aprintjmcneill
2008-05-02Constify, so that usr.sbin/fwctl can be built with WARNS=4.xtraeme
2008-04-08use aprint_*_dev and device_xnamecegger
2008-03-29Split device_t/softc.kiyohara
2008-02-07Start patching up the kernel so that a network driver always hasdyoung
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2007-12-15__FUNCTION__ -> __func__perry
2007-12-11use __KERNEL_RCSID()lukem
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-11-06The argument of *_intr_establish() is changed to fwohci_flit.kiyohara
2007-11-06on NetBSD, cardbus_intr_establish's fifth arg's is a symbol which returnsdogcow
2007-11-05+ Sync to FreeBSD.kiyohara
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-25Use selinit() / seldestroy().ad
2007-08-05Improve per-CPU support for the workqueue(9):rmind
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-04-21firewire.c sync to Rev.1.86 for FreeBSD.kiyohara
2007-03-11Remove #include <machine/vmparam.h>.ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-12-22Use macro FWBUSNOTREADY.kiyohara
2006-12-22Include ioconf.h it for `struct cfdriver fwohci_cd'.kiyohara
2006-12-21Fix memory allocation, in case isochronous transfer fail this.kiyohara
2006-11-16undo previous change - crom_buf->len has been changed to uint32_tjdolecek
2006-11-16make the struct fw_crom_buf's len uint32_t, so that it can never be negativejdolecek
2006-11-16Avoid integer overflow, as reported by Rodrigo Rubira Branco in aelad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-04we have rounddown in <sys/param.h> nowchristos