summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Expand)Author
2003-02-27Back out rev. 1.26; I forgot about the Javastations..pk
2003-02-27Some machine have a `SUNW,CS4231' node, but no actual hardware. It seemspk
2003-02-22hz -> Hztsutsui
2003-02-06Remove unneeded #include's.hannken
2003-02-06Add <sys/lock.h> include for ncr53c9xvar.h.martin
2003-01-07Add SUN4U magic to make nell work without things like WI_AT_BIGENDIAN_HACK.martin
2003-01-03Separate the sbus bus_space_tag_t used for access to nell hardware frommartin
2003-01-03part one of bus_space(9) fixes to enable bus spaces to override themrg
2003-01-02Call interrupt handlers from a soft interrupt to decouple them from themartin
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-12-25fix typo in QE_CR_STAT_BITS - bit indication for EDEFER was wrongjdolecek
2002-12-17Establish high-level interrupt with IPL_SERIAL.pk
2002-12-10Remove the `flags' argument from bus_intr_establish().pk
2002-12-10bus_intr_establish() signature change.pk
2002-12-10Switch to softintr(9).pk
2002-11-26si_ -> sel_christos
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-10Only use one interrupt handler for both status changes and pcmcia IOmartin
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Add missing args to CFATTACH_DECL.uwe
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-27Compare the driver name against "ledma", rather than looking forthorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-09-25Additional fixes to make 16 targets work on FAS366.mycroft
2002-09-18Squash some bugs.ad
2002-09-13Driver for the Sun ZX/Leo framebuffer. This would be called leo, but thead
2002-09-12bus_dmamap_load() can't take BUS_DMA_COHERENT flag.tsutsui
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-09-04Adapt to recent sbusvar.h changes.martin
2002-09-04Adapt to sbusvar.h changes.martin
2002-08-23Use the structures defined in bsd_openprom.h for "reg", "range",thorpej
2002-08-03CG3 on at least the Classic doesn't have a "model" name, so fake one.soren
2002-07-16fix a bug introduced in rev 1.19:mrg
2002-06-01SIMPLEQ rototill:lukem
2002-05-22bcmp -> memcmp.wiz
2002-05-18Pointy hat to me on the last delta.mjacob
2002-05-17Replicate change that Matt Thomas made in isp_pci- if we get ENOMEM/EAGAINmjacob
2002-03-27cs4231_sbus_regdump(): add missing ')'pk
2002-03-27Merge in the patch (PR kern/15963) to provide unaccelerated 24bit supportdarrenr
2002-03-25Remove dummy_splraise() - it is not needed according to Paul Kranenburg.martin
2002-03-21Properly bus_space_*=ify this so it uses accessors.eeh
2002-03-21Use bus_space_vaddr().eeh
2002-03-21Fixup attachment code to use sbus_promaddr_to_handle() and not specifyeeh
2002-03-20Use bus_space_vaddr().eeh
2002-03-20Get rid of unnecessary BUS_SPACE_MAP_LINEAR.eeh
2002-03-20Oops. Missing semicolon.eeh
2002-03-20Add sbus_promaddr_to_handle() to convert a prom address to a bus_space_handle_t.eeh
2002-03-20Clean up bus space a bit. XXX is sc_buffer ever actually used after it'seeh