summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Expand)Author
2008-11-20Read the chip revision from the Sbus register.jdc
2008-11-07*** Summary ***dyoung
2008-09-08Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.hgmcgarry
2008-07-02change licence of my old code to two-clause BSD licenceplunky
2008-06-12use device_lookup_private to get softccegger
2008-06-11mechanical changes to use device_private() or device_lookup_private()drochner
2008-06-11- use device_lookup_private to get softccegger
2008-05-29remove clause #3 from my license where there are no othermrg
2008-05-25Properly fix the "hanging in tty" bug that was worked around with cv_wakeup()ad
2008-05-17device_tmacallan
2008-05-17unbork previous by actually using CFATTACH_DECL_NEW(). Doh.macallan
2008-05-17magic number reduction - no functional changemacallan
2008-05-17don't map more video memory than we really needmacallan
2008-05-16struct device * -> device_tmacallan
2008-05-16struct device * -> device_tmacallan
2008-05-09move to 2 clause licensemacallan
2008-05-06Add more initialisation steps (read reset register; pause; set burst sizejdc
2008-05-04mii_dev is a device_t now.xtraeme
2008-04-29Another compile fix.ad
2008-04-29Pass the "right" softc to the soft interrupt handlermartin
2008-04-29Make it compilemartin
2008-04-29Use sparc_softintr to pass down device interrupt to the correct IPL.ad
2008-04-29Convert to new 2 clause licensemartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-28Set (and display) the chip revision.jdc
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-04-23Since device_t is split out from softc, we have to allocate struct devicetsutsui
2008-04-21Don't send signals from a hardware interrupt handler. XXX This is stillad
2008-04-13Split device_t/softc for MI ncr53c9x and some related devices,tsutsui
2008-04-07use device_xname() and get rid of isp_namecegger
2008-04-05use aprint_*_dev and device_xnamecegger
2008-04-04Split device_t/softc for le(4) and variants and misc cosmetic changes.tsutsui
2008-03-22Check the "shared-pins" property for the value "serdes".jdc
2008-03-11Checkpoint of some fairly major isp(4) rototilling.mjacob
2008-03-08Don't panic if you can't find the corresponding DMA device- just don'tmjacob
2008-03-02Fix previous.nakayama
2008-03-01Welcome to 4.99.55:rmind
2008-02-13KNF previous change.simonb
2008-02-13make it compile.dogcow
2008-02-12Introduce device_find_by_xname and device_find_by_driver_unit to replacejoerg
2008-01-19Make many ethernet drivers share the common code for MII mediadyoung
2008-01-06With the new IPL world, things are easier for us: if we can get themartin
2007-12-05Do not "return 1" from kqfilter for errors. That value is passedpooka
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-07Merge tty changes from the vmlocking branch.ad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-08Use the softint API.ad
2007-09-22Add a ddb command table at first attach to register "mach esp".martin
2007-09-11clean up a little bit, while there let userland mmap the whole glint videomacallan