summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-06-29fix typedogcow
2008-06-28Add appropriate bus_dmamap_sync() calls to uhci(4), ohci(4) and ehci(4),bouyer
2008-06-28Make uaudio compilable as a kmod.kent
2008-06-28We don't need to include opt_usbverbose.h here.kent
2008-06-27kill some abuse of __strong_alias which is not compatible withdrochner
2008-06-27Convert lmc(4) to mutexes, removing ({ }) gcc extension along the way.gmcgarry
2008-06-26delete more dead code, remove use of pcic_handle except of some localdrochner
2008-06-26remove some more dead code, and use the softc as handle in more internaldrochner
2008-06-26remove references to nonexisting members of pcic_handle in commented outdrochner
2008-06-26* azalia_rirb_intr()kent
2008-06-26constify the pcmcia/cardbus method tablesdrochner
2008-06-26Fix split device_t/softc.kiyohara
2008-06-25Avoid the use of i82365var.h - we don't use any functions from there.drochner
2008-06-25split device/softc for pccbb, the cardbus half of cardslot and cardbusdrochner
2008-06-25Revert unintentional whitespace changes. From simonb.gmcgarry
2008-06-24clean up the cardbus interrupt stuff:drochner
2008-06-24clean up some useless code and variables in cardbus attachmentdrochner
2008-06-24Array range designated initializers are a gcc extension. Replace withgmcgarry
2008-06-24The forward declation in the parameter list for a variable-length array isgmcgarry
2008-06-24Both legs of a digraph must return the same type. Therefore, replace digraph.gmcgarry
2008-06-24Ragge says that 6.5.4 clause 2 says:gmcgarry
2008-06-24Replace gcc variadic macros with c99 variadic macros.gmcgarry
2008-06-24pcc doesn't like empty structures for initialisation. Fill with zeros.gmcgarry
2008-06-24Replace gcc variadic macros with c99 variadic macros.gmcgarry
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-06-24Rearrange pdq_boolean_t, pdq_type_t and pdq_state_t so that enums are definedgmcgarry
2008-06-24Change gcc variadic macros to c99 variadic macros.gmcgarry
2008-06-24status is unsigned.gmcgarry
2008-06-24Fix prototype of ahd_send_async(). Pull in dev/ic/aic7xxx_cam.h to get ac_code.gmcgarry
2008-06-24Both legs of a diagraph must return the same type.gmcgarry
2008-06-23hold bt_lock when sending data via sco_send()plunky
2008-06-22PR 39023: usbd_new_device: do not set address early, from FreeBSD.jmcneill
2008-06-22Regen for Sony PLAYSTATION(R) Eyejmcneill
2008-06-22Add entry for Sony PLAYSTATION(R) Eyejmcneill
2008-06-21Revert to using atop(offset + map->offset) for map types _DRM_AGP,bjs
2008-06-20Apply a similar patch as what was just applied to sk(4):cube
2008-06-20Use a mutex instead of splvm() to protect the list of jubo-ready mbufs, ascube
2008-06-20make an i386 ALL kernel build againcegger
2008-06-20- Don't use btop, as only three (?) platforms define this macro; usebjs
2008-06-20- Use the extent manager to track mappings and provide sane offsetbjs
2008-06-19Sync to pcmciadevs 1.226imp
2008-06-19Add in OLICOM cards from FreeBSD's pccarddevs table:imp
2008-06-18USB video class definitions, from Patrick Mahoney for GSoC 2008.jmcneill
2008-06-17Use a local temporary struct gt_softc* so we don't try tohe
2008-06-17Renamed via_pegasos_mapregs_native to via_mapregs_compat_native, afterphx
2008-06-17Typo correction to restore buildability.he
2008-06-17fix copy&paste errormlelstv
2008-06-17One more place to mark an iobuf busy before use.mlelstv
2008-06-17Mark a buffer `busy` in getnewbuf() when it came from the pool_cache sincereinoud