summaryrefslogtreecommitdiff
path: root/sys/dev/ofisa
AgeCommit message (Expand)Author
2023-04-18sb(4): Fix missing mutex initialization at isapnp and ofisa.riastradh
2022-09-25malloc(9) -> kmem(9)thorpej
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2022-01-22Change the devhandle_from_*() functions to also take a "super handle",thorpej
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-30Allow devices to declare themselves an "ofisa_subclass", allowingthorpej
2021-04-28Avoid a double "cs0: " in the autoconfiguration messages.thorpej
2021-04-27"ofisa" carried an "ofbus" interface attribute in addition to its ownthorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-27Rename of_match_compat_data() to of_compatible_match(). Similarly,thorpej
2021-01-27Use DEVICE_COMPAT_EOL.thorpej
2021-01-25Since we're using designated initialisers for compat data, we shouldthorpej
2021-01-19of_compatible() is a hokey API (returning -1 for no match) and nothingthorpej
2021-01-19Use device_compatible_entry / of_search_compatible() for the childthorpej
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2017-10-20move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init()jdolecek
2017-10-10fix wdc_init_shadow_regs() argjdolecek
2017-10-07adapt several more wdc attachments for NCQ branch mergejdolecek
2016-12-09Factor our model printing code; use aprint; eliminate alloca.christos
2016-12-09don't use allocachristos
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2012-10-27split device_t/softc for all remaining drivers.chs
2012-07-31Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdcbouyer
2012-07-26Revert, with intention of restoring in a less invasive way, the SATA Portjakllsch
2012-07-02Add sata Port MultiPlier (PMP) support to the ata bus layer,bouyer
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-06-03-CFATTACH_DECL(foo, sizeof(struct device),matt
2010-05-22Split device_t/softc. Based on patch from cegger@.tsutsui
2009-09-22Make local functions static.tsutsui
2009-09-22Split device_t/softc. Tested only on cs at ofisa on shark.tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-18bzero -> memsetcegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-16device_t / softc split. From Hans Rosenfeld.cegger
2008-04-15device_t / softc split. From Hans Rosenfeldcegger
2008-04-08use aprint_*_dev and device_xnamecegger
2008-03-26Split device_t/softc for joy(4) and all its attachments. Alsoxtraeme
2008-03-18Split device_t and softc for ATA devices, as well as wd(4). Othercube
2008-03-15Split device_t and softc for sb(4) and all its attachments.cube
2008-03-15Split device_t and softc for pckbc(4) and its attachments.cube
2008-03-14Split device_t and softc for all com(4) devices (well, everything thatcube
2008-03-07Split the softc from the device_t for all lpt(4) variants and attachmentscube
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had