summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev
AgeCommit message (Expand)Author
2010-02-28Fight the ever-increasing size of src checkouts by spelling "useful"snj
2010-02-09Fix typo in comment.wiz
2009-11-25Fix a missed proc -> lwp change, only compiled if NWSKBDabs
2009-11-23Use lwp_getpcb() on m68k ports, clean from struct user usage.rmind
2009-10-21Drop 3rd and 4th clauses. Approved by thomas@ (copyright holder).snj
2009-10-21Drop 3rd and 4th clause. Approved by leo@ and thomas@ (copyright holders).snj
2009-10-20Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@.snj
2009-08-23Use proper pointer types and names rather than casts for readability.tsutsui
2009-07-31Read AD_CFG_SWITCH via volatile pointer so thattsutsui
2009-07-19Replace one missed bcopy(9) with memcpy(9).tsutsui
2009-07-19Remove extra whitespace added by a dumb tool which replaced bcopy with memcpy.tsutsui
2009-07-08Merge local <atari/atari/intr.h> into common <machine/intr.h>.tsutsui
2009-07-07KNF, ANSIfy, etc.tsutsui
2009-07-07Explicitly initialize the MFP Timer-B for delay(9) from atari_hwinit()tsutsui
2009-07-07Some KNF and cosmetics.tsutsui
2009-07-07Add a workaround for annoyingtsutsui
2009-07-03Replace traditional MD si_callback() with MI softint(9).tsutsui
2009-07-03Replace one traditional MD si_callback() with MI softint(9).tsutsui
2009-07-03Use more uint8_t, and constify.tsutsui
2009-07-03KNF, use uint8_t, and misc cosmetics.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18bcmp -> memcmpcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-17Re-balance parenthesis in a couple of places.he
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-03-08ANSIfy, some KNF, misc cosmetics.tsutsui
2009-01-28Use 8KB buffer for ZLRB_RING_SIZE to prevent overrunstjam
2009-01-28Remove sicallback to use the MI softint(9) APIs directly - from Tsutsuitjam
2009-01-24Replace multi-statement macro using GCC extension `({})' withtsutsui
2009-01-17Use firm_gettime() to retain compatibility with old firm_event. From amiga.tsutsui
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2008-12-28Fix broken RCS Id.tsutsui
2008-12-28Clear bp->b_oflags (introduced on vmlocking2 merge) before readtsutsui
2008-12-27Sprinkle volatile to bus_space(9) access functions.tsutsui
2008-12-18Correct two typos and remove a now-unused variable to make thishe
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-11-15To be safe, do not use DMA for Falcon - from Tuomoabs
2008-11-04Another fix from Tuomo Makinen - Use brelse() to unbusy bp bufferabs
2008-11-04Move tc_init(&clk_timecounter); to stop the "timecounter:" messageabs
2008-10-29Cleanup spelling and syntax in a commentabs
2008-10-28Remove unwanted 'xs->xs_status |= XS_STS_DONE' which caused scsipi_done()abs
2008-07-20Specify volatile to some pointers to access DMA registers.tsutsui
2008-07-20No need to specify '&' to get array's address.tsutsui
2008-07-20Fix pointer arithmetic botch in rev 1.37.tsutsui
2008-06-13use device_lookup_private to get softccegger
2008-06-11Use device_private() and device_lookup_privat() to get softc.tsutsui
2008-04-29Convert to new 2 clause licensemartin