summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Expand)Author
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
2002-03-20Don't use BUS_SPACE_MAP_LINEAR if you don't need to.eeh
2002-03-20Use bus_space_vaddr() correctly. (XXX do we really need this?)eeh
2002-03-20Use bus_space_vaddr() correctly. Ugh.eeh
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-15Get rid of bus_type_t.eeh
2002-03-12Rework the driver to add EBus DMA support and improve APC DMA support.uwe
2002-03-11Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to constructpk
2002-03-10Remove another old debug message.martin
2002-03-08Shuffle around some initialization code a bit.martin
2002-03-06Make this work after it got broken a year ago in r1.15 (pasto?):frueauf
2002-03-04Don't "extern int cold;" - this is in <sys/kernel.h>.simonb
2002-03-03Try to configure timing correctly.martin
2002-03-01Simplify the way the hardware windows are mapped and adapt the pcmciamartin
2002-02-21Implement F/W crashdumps for 2200 && 2300 cards (kernel compile option).mjacob
2002-02-03add missing #include for SUN4 optionsdarrenr
2002-01-22Support for the ` Magma 2+1HS Sp' (from mouse on port-sparc):pk
2002-01-22Support for the ` Magma 2+1HS Sp' (from mouse on port-sparc):pk
2002-01-14Call malloc(9) with M_ZERO flag instead of bzero() after malloc().tsutsui
2001-12-15To make dev/pcmcia work on platforms with 64-bit bus_addr_t andsoren
2001-12-14Major restructuring for swizzling to the request queue and unswizzling frommjacob
2001-12-08The prom doesn't setup the fb if its not set to console.cyber
2001-12-08Pass sbus addresses to sbus_bus_map(), not sbus_bus_addr()'d ones.soren
2001-12-04Replace some misuses of "then" with "than".wiz
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-10-05Minor tidying up of the HME driver attach:thorpej
2001-10-05add cast to u_long before cast to caddr_t make these compile on sparc64pooka
2001-10-03frontend driver for the 16 port serial card by aurora technologies. thismrg
2001-09-26getprop* -> PROM_getprop*eeh
2001-09-24Change bus_space_mmap() signature to the official one.eeh
2001-09-12Properly initialize sc->sc_bustag and sc->sc_dmatag;eeh
2001-09-12Properly initialize sc->sc_bustag.eeh
2001-09-11The `ESC' DMA chip must be reset before we can access the esp registers.pk
2001-09-01Add support for 2 Gigabit cards (2300/2312). This necessitated a changemjacob
2001-07-06twiddle isp_xflist calculation to match more closes isp_pci.cmjacob
2001-05-30use _KERNEL_OPTmrg
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-04-12Clean up bus dma code for request/response queues.mjacob
2001-04-11Put back all header files defining ioctlsjdolecek
2001-04-11Only install headers which are actually used by our userland. Thisjdolecek
2001-03-30make all debugging messages conditional on sc->sc_debug.christos