summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
AgeCommit message (Expand)Author
2003-11-16Fix address calculation for split segment address when the buffer istsutsui
2003-11-09Nuke bcopy/bzero.martin
2003-10-31Attach zs to sbus only, current driver cannot attach to mainbus.petrov
2003-10-26Fix uninitialized variable warning.christos
2003-10-26Actually initialize the size that is printed in case of an error, so garbagechristos
2003-10-21don't initialize an int with NULL.petrov
2003-10-21don't use NULL for u_long initialization.petrov
2003-10-11When establishing interrupt set CPU_UPAID in mapping registerpetrov
2003-09-15Make a panic format 32bit safe.martin
2003-09-08Support multisegment dmamap sync, adopted from OpenBSD.petrov
2003-08-27change PROM_getprop() from taking a "void **" for the storage, to amrg
2003-08-25Use dev/sun/fbvar.h instead of machine/fbvar.h (which is just an outuwe
2003-08-25Undo previous as it broke things.uwe
2003-08-24#include "opt_rcons.h"uwe
2003-08-22Don't set and check absent interrupts on sabre.petrov
2003-08-22Cosmetic: move DEBUG defines.petrov
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-30It's 2003 now, print newline in attach.petrov
2003-07-24ansify.petrov
2003-07-17Driver for CP1500/1400 watchdog timer.petrov
2003-07-15__KERNEL_RCSID()lukem
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Passing struct lwp * instead of struct proc * to device functions.martin
2003-06-29Passing struct lwp * instead of struct proc * to device functions,martin
2003-06-16Define option BLINK in option file opt_auxio.h and include it in auxio.c.heas
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-06-14Also pass a type argument to comcnattach() and com_kgdb_attach().thorpej
2003-06-13Pick up from OpenBSD:petrov
2003-06-11Use cdevsw_lookup_major.petrov
2003-06-11Comment out debug output.petrov
2003-05-23Port of OpenBSD ffb driver written by Jason L. Wright.petrov
2003-05-17Avoid comparison is always false warnings in gcc 3.3 w/ 32-bit kernels.nakayama
2003-05-17Avoid integer constant is too large warnings in gcc 3.3.nakayama
2003-05-17Avoid strict-alias warnings in gcc 3.3.nakayama
2003-05-05When overwriting the cache line size configuration, do not use the magicmartin
2003-05-04Move the bus speed query code into it's own function and make it defaultmartin
2003-05-03DMA, not dma nor Dma.wiz
2003-04-21Connect the front panel power button on psycho based machines to sysmon'smartin
2003-04-17Comment fixes from OpenBSD.nakayama
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-03-22PCI-CardBus bridge support for sparc64:nakayama
2003-02-05"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-01-28Provide locking required by the interrupt handlers running at IPL_SERIAL.pk
2003-01-16Don't do anything if there are no streaming buffer cache.petrov
2003-01-06writable, not writeable.wiz
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-12-10Remove the `flags' argument from bus_intr_establish().pk
2002-12-10bus_intr_establish() signature change.pk
2002-10-24Remove duplicate code in iommu_dvmamap_sync.petrov
2002-10-23merge kqueue branch into -currentjdolecek