Home | History | Annotate | Download | only in tc
History log of /src/sys/dev/tc/sticvar.h
RevisionDateAuthorComments
 1.19  27-Oct-2012  chs split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.18  09-Jul-2008  joerg branches: 1.18.28; 1.18.38;
- device/softc split
- make sfbplus at least compilable
 1.17  28-Apr-2008  martin branches: 1.17.2; 1.17.4; 1.17.6;
Remove clause 3 and 4 from TNF licenses
 1.16  04-Mar-2007  christos branches: 1.16.36; 1.16.38; 1.16.40;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.15  11-Dec-2005  christos branches: 1.15.26;
merge ktrace-lwp.
 1.14  13-Nov-2003  chs branches: 1.14.16;
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.
 1.13  29-Jun-2003  fvdl branches: 1.13.2;
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
and need to be examined and discussed more.
 1.12  29-Jun-2003  simonb Fix 'struct lwp *' lossage.
 1.11  17-May-2002  wiz Tokens after #else are ignored, which is not the intention here.
 1.10  22-Feb-2002  ad branches: 1.10.8;
Replace one of two divide ops with an AND when calculating the XYMASK
address.
 1.9  18-Sep-2001  ad Beef up the stic X interface, and tighten a few screws here and there.
 1.8  04-Mar-2001  ad branches: 1.8.2; 1.8.4; 1.8.6;
Make this work on alpha, and fix some other bogons.
 1.7  09-Jan-2001  ad - Make VDAC state per-board.
- Add an ioctl to reset the STIC.
- Add an ioctl to restore the screen contents from backing.
- Other tweaks.
 1.6  22-Dec-2000  ad - Fix bugs, make this useful.
- Add ioctls to start and stop the co-processor (if present).
 1.5  17-Dec-2000  ad Thinko.
 1.4  17-Dec-2000  ad Add wscons drivers for the DEC PixelStamp graphics accelerators.
 1.3  13-Apr-1999  ad branches: 1.3.2;
Removed pending write of fully-functional MI driver.
 1.2  16-Jan-1999  nisimura branches: 1.2.4;
- Don't use void pointer for arithmetic.
 1.1  08-Nov-1997  jonathan branches: 1.1.2;
Commit `pacifier' driver for turbochannel PMAG-C option card:n
just acknowledge interrupts from the PMAG-C.
 1.1.2.2  08-Nov-1997  jonathan Commit `pacifier' driver for turbochannel PMAG-C option card:n
just acknowledge interrupts from the PMAG-C.
 1.1.2.1  08-Nov-1997  jonathan file sticvar.h was added on branch netbsd-1-3 on 1997-11-08 07:27:52 +0000
 1.2.4.1  21-Jun-1999  thorpej Sync w/ -current.
 1.3.2.3  12-Mar-2001  bouyer Sync with HEAD.
 1.3.2.2  18-Jan-2001  bouyer Sync with head (for UBC+NFS fixes, mostly).
 1.3.2.1  05-Jan-2001  bouyer Sync with HEAD
 1.8.6.1  01-Oct-2001  fvdl Catch up with -current.
 1.8.4.3  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.8.4.2  16-Mar-2002  jdolecek Catch up with -current.
 1.8.4.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.8.2.3  20-Jun-2002  nathanw Catch up to -current.
 1.8.2.2  28-Feb-2002  nathanw Catch up to -current.
 1.8.2.1  21-Sep-2001  nathanw Catch up to -current.
 1.10.8.1  30-May-2002  gehenna Catch up with -current.
 1.13.2.4  21-Nov-2004  skrll Adapt to branch. Alpha kernels now compile.
 1.13.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.13.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.13.2.1  03-Aug-2004  skrll Sync with HEAD
 1.14.16.2  03-Sep-2007  yamt sync with head.
 1.14.16.1  21-Jun-2006  yamt sync with head.
 1.15.26.1  12-Mar-2007  rmind Sync with HEAD.
 1.16.40.2  04-May-2009  yamt sync with head.
 1.16.40.1  16-May-2008  yamt sync with head.
 1.16.38.1  18-May-2008  yamt sync with head.
 1.16.36.2  28-Sep-2008  mjf Sync with HEAD.
 1.16.36.1  02-Jun-2008  mjf Sync with HEAD.
 1.17.6.1  19-Oct-2008  haad Sync with HEAD.
 1.17.4.1  18-Jul-2008  simonb Sync with head.
 1.17.2.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.18.38.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.18.28.1  30-Oct-2012  yamt sync with head

RSS XML Feed