summaryrefslogtreecommitdiff
path: root/sys/arch/sun2/dev
AgeCommit message (Expand)Author
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-12-08Apply deferred if_start frameworkozaki-r
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-05-20Remove leftover use of AF_NS and NS optionozaki-r
2015-04-13MD rnd.h cleanups. Please let me know if I broke anything!riastradh
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-24- remove unusedchristos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-13struct device * -> device_t, struct cfdata * -> cfdata_t (from chs@)tsutsui
2012-10-13Remove unused struct device menber from softc. from chs@tsutsui
2012-08-10Move cn_tab initialization from late cpu_startup(9) totsutsui
2012-07-30move console initialization to cpu_startup() so that we avoid multiple common.christos
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-11-19First step of random number subsystem rework described intls
2011-10-26catch up with other zs ports, original commit was:mrg
2011-06-03Split device_t/softc of i82586. No crash on TME emulating sun2.tsutsui
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2011-02-01udpate license clauses on my code to match the new-style BSD licenses.chuck
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-12-27Fix missing parenthesis in #ifdef notyet block. PR port-sun2/42524tsutsui
2009-11-21Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage.rmind
2009-09-19Split device_t/softc.tsutsui
2008-11-07*** Summary ***dyoung
2008-07-06Split device_t/softc with misc cosmetic changes.tsutsui
2008-06-13use device_lookup_private to get softccegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui
2008-01-02const char casting, to make gcc happy. (not that sun2 compiles these daysdogcow
2007-12-04Adapt sun68k ports to recent interrupt handling changes.tsutsui
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-11-09Call zs_lock_init() to set up the chanstate's lock.ad
2007-10-21Move declaration of kd_later() up before the first use.he
2007-10-18Initialise the callbacks for tty.t_rstrt_ch in ttymallocjoerg
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-06-23Fix a warning from gcc 4 about stripping the volatile qualifier by a casthauke
2007-03-11Print correct softipl number.tsutsui
2007-03-11Fix a comment.tsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-16More spllowersoftclock() fallout.ad
2006-10-05Remove incorrect comment.tsutsui
2006-10-03- change find_prom_map() to take paddr_t and return vaddr_t rather thantsutsui
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks!elad
2006-10-01First attempt at bus_space(9) support for sun3 with common sun68k/bus.c:tsutsui