NetBSD/sys/arch/arm/iomd
chs e07f0b9362 eliminate uvm_useracc() in favor of checking the return value of
copyin() or copyout().

uvm_useracc() tells us whether the mapping permissions allow access to
the desired part of an address space, and many callers assume that
this is the same as knowing whether an attempt to access that part of
the address space will succeed.  however, access to user space can
fail for reasons other than insufficient permission, most notably that
paging in any non-resident data can fail due to i/o errors.  most of
the callers of uvm_useracc() make the above incorrect assumption.  the
rest are all misguided optimizations, which optimize for the case
where an operation will fail.  we'd rather optimize for operations
succeeding, in which case we should just attempt the access and handle
failures due to insufficient permissions the same way we handle i/o
errors.  since there appear to be no good uses of uvm_useracc(), we'll
just remove it.
2003-11-13 03:09:28 +00:00
..
console
beep.c
beepvar.h
files.iomd
iicvar.h
iomd_clock.c
iomd_dma.c
iomd_dma.h
iomd_fiq.S
iomd_io_asm.S
iomd_io.c
iomd_irq.S Enable/Restore alignment fault state on interrupt handler entry/exit. 2003-11-05 21:10:59 +00:00
iomd_irqhandler.c
iomd.c
iomdiic.c Fix for PR # 23264 thanks to Mike Pumford; it is only attatching clock once 2003-11-01 23:37:54 +00:00
iomdiicvar.h
iomdreg.h
iomdvar.h
kbd_iomd.c
kbd.c
kbdvar.h
lmc1982.h
lmc1982.S
lmcaudio.c
Makefile
makemodes.awk
opms_iomd.c
opms.c
opmsvar.h
qms_iomd.c
qms.c
qmsvar.h
rpckbd_iomd.c
rpckbd.c
rpckbdvar.h
sysbeep_vidc.c
vidc20.c
vidc20config.c
vidc20config.c.old-stuff
vidc20config.h
vidc.h
vidcaudio.c fix NULL vs. 0 usage 2003-10-26 11:45:46 +00:00
vidcaudiovar.h
vidcvideo.c eliminate uvm_useracc() in favor of checking the return value of 2003-11-13 03:09:28 +00:00
vidcvideo.h
waveform.h
wskbdmap_mfii.h
wsqms_iomd.c
wsqms.c
wsqmsvar.h