summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Expand)Author
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
2001-03-29fas support addedpetrov
2001-03-20Fix fall-out from previous change: the map's DMA address is valid onlypk
2001-03-14ansify codemjacob
2001-03-08Use bus_dmamap_load(), not bus_dmamap_load_raw(), and addthorpej
2001-03-08Use bus_dmamap_load(), not bus_dmamap_load_raw().thorpej
2001-02-28match SUNW,qfe; PR#12301 from Rob Quinn <rquinn@sprint.net>mrg
2001-02-28Oh, god, make the pain stop. "Fix" this one more time- but for the nextmjacob
2001-02-25this was *still* wrongmjacob
2001-02-25More Kudos to Izumi: fix another argument to bus_dmamap_syncmjacob
2001-02-24Now that the underlying code for bus_dmamap_sync appears to do themjacob
2001-02-23Add missing BUS_DMA_COHERENT to bus_dmamap_load_raw calls for requestmjacob
2001-02-23Implement bootverbose recognition. Move interrupt registry up a bit so we canmjacob
2001-01-14Use splnet() to block network interrupts, not splimp().thorpej
2001-01-07avoid unused variables if not RASTERCONSOLEmrg
2000-12-23Fix pathnames in comment.wiz
2000-12-14ALTQ'ify.thorpej
2000-12-08Remove esp specific function from ddb when esp @ sbus is not includedmartin
2000-12-04Clean up warnings in 32bit compile (bus_space_handle_t is 64bit widefvdl
2000-12-04Avoid compile warning on sparc64 32bit. sc_buffer doesn't seem to befvdl
2000-12-03Turn on TAG QUEUE support and add some debug stuff.eeh
2000-11-15Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().thorpej
2000-11-02Adapt to the new line discipline scheme.eeh
2000-11-01Pass along the bus frequency too, for devices that need it.eeh
2000-11-01Fix warning in a debug printf.eeh
2000-10-31Clean up a #define that doesn't belong. Oops. That's what I get foreeh
2000-10-31Get the bpp driver to work properly.eeh