summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
AgeCommit message (Expand)Author
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-17Make sure to set ZS_HWFLAG_USE_CONSDEV and zs_consdev into zsc_argstsutsui
2010-01-15Add apc(4), a driver for the Aurora Personality Chip (APC) foundbouyer
2010-01-08Expand PMF_FN_* macros.dyoung
2010-01-03add an explicit "bool mpsafe" to intr_establish(). only set it to truemrg
2009-12-19Disable "fast trap" handlers which invoke software interruptstsutsui
2009-12-12Remove `volatile' qualifier from argument types oftsutsui
2009-11-21Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage.rmind
2009-09-20- use device_t and cfdriver_ttsutsui
2009-09-19Split device_t/softc.tsutsui
2009-09-17Remove struct sbusdev and related functions sbus_establish() and sbusreset().tsutsui
2009-09-17Use device_t, cfdriver_t, device_private(), device_xname(),tsutsui
2009-08-27use vcons_replay_msgbuf()macallan
2009-07-14Enclose the argument to #error in quotes, to protect an embedded singleapb
2009-05-31Properly initialize child attach args to zero - we could end up withmartin
2009-05-26use BUS_SPACE_MAP_LARGE to map the framebuffermacallan
2009-05-25Convert shutdownhook_establish() to pmf_device_register1().jnemeth
2009-05-22add two new functions for z8530tty: zs_chan_lock() and zs_chan_unlock(),mrg
2009-05-16KNF, same object code generatedcegger
2009-04-16use sparc_bus_map_large() to map the framebuffer if we can't find a PROMmacallan
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-02-05Recycle OBP's framebuffer mapping if available instead of wasting KVA spacemacallan
2009-01-17Use firm_gettime() to retain compatibility with old firm_event. From amiga.he
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2008-12-19use M_ZERO on malloc() and remove subsequent bzero().cegger
2008-12-17kill MALLOC and FREE macros.cegger
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-12-12some cleanup, add shadowfb supportmacallan
2008-12-12device_t-ifymacallan
2008-11-17PR port-sparc/39942: ifdef ch0_is_cons declaration and all uses consistentlymartin
2008-08-04fix another botched device_t-ificationmacallan
2008-07-17 make this compilecegger
2008-06-13use device_lookup_private to get softccegger
2008-06-11mechanical changes to use device_private() or device_lookup_private()drochner
2008-05-29remove clause #3 from my license where there are no othermrg
2008-05-17more device_t-ificationmacallan
2008-05-17struct device * -> device_tmacallan
2008-05-17cosmetics:macallan
2008-05-17struct device * -> device_tmacallan
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-13Split device_t/softc for MI ncr53c9x and some related devices,tsutsui
2008-04-07Split device_t/softc, as following parents in sys/dev/sun.tsutsui
2008-04-04Split devict_t/softc for ncr5380sbc SCSI, and misc cosmetic changes.tsutsui
2008-04-04Split device_t/softc for le(4) and variants and misc cosmetic changes.tsutsui
2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui
2008-03-18pesky missing spaces.dogcow
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-01Welcome to 4.99.55:rmind