summaryrefslogtreecommitdiff
path: root/sys/arch/sh3/dev
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-11-21malloc(9) -> kmem(9)thorpej
2020-07-07Overhaul the interface to pci_configure_bus():thorpej
2020-06-14replace EX_NOWAIT with EX_WAITOK in device attach methods.chs
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2015-12-06Make options SCIFCONSOLE patchable via a variable using gdb(1) etc.tsutsui
2015-10-02PCI Extended Configuration stuff written by nonaka@:msaitoh
2014-11-20use the inline bcdtobin and bintobcd directly instead through a macro.christos
2014-11-15centralize the call unit / dialout macroschristos
2014-09-08Adapt formats for debug printfs to clock_subr type changes.martin
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-06-19fix -Werror=unused-but-set-variable compile errormsaitoh
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-11-09fixed unused variable warningchristos
2012-12-12Fix one more device/softc split error:tsutsui
2012-10-29fix device/softc split errors.chs
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-02Entropy-pool implementation move and cleanup.tls
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2012-01-21fix my license notice.nonaka
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-05-17PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functionaldyoung
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2010-08-08make this compile with DIAGNOSTIC.chs
2010-05-22HPW-50PA PERSONA seems to use a different RTC base year valuetsutsui
2009-08-02fix build failure.nonaka
2009-04-30Support SH7706nonaka
2009-04-05Register null hooks with pmf(9) for now, which is no worse than beforeuwe
2009-04-05Register with pmf(9), tell it we don't need anything.uwe
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-06-13use device_lookup_private to get softccegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-27Use cfdata_t, aprint_*.uwe
2008-03-27Convert to use CFATTACH_DECL_NEW (no softc).uwe
2008-03-27Split device_t and softc.uwe
2008-03-27Split device_t and softc.uwe
2008-03-27Use device_t, &c. Convert to use CFATTACH_DECL_NEW (no softc).uwe
2008-03-27Add RCSID comment.uwe
2008-03-27Split device_t and softc. Use aprint_*.uwe
2008-03-27Use device_t. Convert to use CFATTACH_DECL_NEW.uwe
2007-12-03Interrupt handling changes, in discussion since February:ad
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-11-06Misc cleanup: use device_* and aprint_*, group declarations, g/c someuwe
2007-11-06Get rid of local product table, instead just match id register anduwe
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-30On attach check if clock is running, mark it invalid if not. Returnuwe