summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/raidframe/Makefile')
0 files changed, 0 insertions, 0 deletions
tc. 2011-06-03CFATTACH_DECL_NEW, device_t, cfdata_tmatt 2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks! Also, merge UCB and Utah copyright texts back into one, as they originally were. Extra verification by snj@. 2009-12-12Reverted the CIA-timer based delay() to the pre-5.0 method of a calibratedphx delay loop. This fixes keyboard handshaking problems with some A1200 models since 5.0 and restores the precision for short delays on DraCo systems (the QuickLogic timer has only a seventh of the CIA precision). Changed the keyboard handshaking delay from 2000 back to 200ms, although even the recommended 85ms were successfully tested on the most problematic A1200 keyboards. All those changes were tested on an A3000 and A1200 with 68060/50 CPU, and previously discussed on the port-amiga ML. 2009-09-11Handle the situation of a wrapped interval counter, while the hardclock()phx interrupt was not yet executed to update the hardclock_ticks variable. 2009-09-11Reverted last change after discussion with the author, Michael L. Hitch:phx http://mail-index.netbsd.org/port-amiga/2009/08/14/msg007164.html We have a full 32-bit counter, so the masking is not needed. 2008-12-07Fix timecounters using interval timers: amiga counters are not 32 bits,mhitch so the tc_counter_mask needs to be set based on the interval timer. Process cpu usage was returning negative or very large values. 2008-01-06Add timecounter support and borrow counter-based delay from i386.mhitch From joerg; testing and final tweaks by me. 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2006-09-05Switch amiga to MI todr.mhitch 2005-12-11merge ktrace-lwp.christos 2005-06-13Fix a ton of const/volatile issues shown with new warning flagsjmc 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc Patches provided by Joel Baker in PR 22364, verified by myself. 2002-10-02Use CFATTACH_DECL().thorpej 2002-09-27Declare all cfattach structures const.thorpej 2002-05-14Eliminate commons. (including a few unused or mismatched ones).matt 2002-01-28add __KERNEL_RCSID as suggested by Luke Mewburnaymeric 2002-01-26- ANSIfyaymeric - remove some trailing spaces/tabs - minor style nits 2001-03-15eliminate the KERN_* error codes in favor of the traditional E* codes.chs the mapping is: KERN_SUCCESS 0 KERN_INVALID_ADDRESS EFAULT KERN_PROTECTION_FAILURE EACCES KERN_NO_SPACE ENOMEM KERN_INVALID_ARGUMENT EINVAL KERN_FAILURE various, mostly turn into KASSERTs KERN_RESOURCE_SHORTAGE ENOMEM KERN_NOT_RECEIVER <unused> KERN_NO_ACCESS <unused> KERN_PAGES_LOCKED <unused> 2000-06-29remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg 1999-03-14Use the 1/256s-resolution when reading the DraCo battery backed clockis 1998-07-26yet more atomic operations accessing DraCo registersis 1998-01-12Adjust for changes to config.thorpej 1997-09-15Only create verbose delay loop calibration message for DIAGNOSTIC kernels.is 1997-07-19Make Amiga battery clocks autoconfiguration devices, so that they can beis left out of specialized configurations. 1997-07-17Make the DraCo hardware clock an autoconfiguration device.is