NetBSD/sys/dev/sbus
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
..
Makefile
be.c Enable VLAN encapsulation. 2003-10-16 07:20:54 +00:00
bereg.h Enable VLAN encapsulation. 2003-10-16 07:20:54 +00:00
bpp.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
bppreg.h
bwtwo_sbus.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
cgsix_sbus.c
cgthree_sbus.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
cs4231_sbus.c Get rid of the disgusting struct apc_dma *dma = NULL; hack now that we 2003-09-10 11:45:45 +00:00
dma_sbus.c
esp_sbus.c
files.sbus
if_en.c
if_hme_sbus.c
if_le.c Remove ancient DDB-dependent `hide/integrate'. 2003-11-11 15:01:05 +00:00
if_le_lebuffer.c Remove ancient DDB-dependent `hide/integrate'. 2003-11-11 15:01:05 +00:00
if_le_ledma.c Remove ancient DDB-dependent `hide/integrate'. 2003-11-11 15:01:05 +00:00
isp_sbus.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
lebuffer.c
lebuffervar.h
magma.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
magmareg.h
mbppio.h
p9100.c Undo previous as it broke things. 2003-08-25 17:50:22 +00:00
qe.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
qec.c change PROM_getprop() from taking a "void **" for the storage, to a 2003-08-27 15:59:49 +00:00
qecreg.h
qecvar.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
qereg.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
sbusvar.h Get machine/dev/sbusvar.h for SUN4D too. 2003-08-01 12:21:59 +00:00
sio16.c
stp4020.c
stp4020reg.h
tcx.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
tcxreg.h
xbox.c
xboxvar.h
zx.c eliminate uvm_useracc() in favor of checking the return value of 2003-11-13 03:09:28 +00:00
zxreg.h
zxvar.h