summaryrefslogtreecommitdiff
path: root/sys/dev/tc
AgeCommit message (Expand)Author
2003-12-17- Restore the display to a sane state when leaving mapped mode.ad
2003-12-15Fixes from PR#23177. Various lint/logic fixes:jmc
2003-12-13Make this compile again.ad
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-10-27uninitialized variableschs
2003-10-25regenchs
2003-10-25add some missing. uncomment some. alphabetize.chs
2003-10-23NULL -> 0mycroft
2003-10-23NULL -> 0mycroft
2003-10-04Regen from tcdevs rev 1.18:tsutsui
2003-10-04- Move PMAGB-BA and PMAG-JA (which I have) out of "may be incorrect" entries.tsutsui
2003-09-27Use strlcpy() rather than strncpy() + `\0' termination.tsutsui
2003-09-26Remove casts and use %x in printf for tc_offset_t,tsutsui
2003-09-26Fix off-by-one problem in array size.mycroft
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Fix 'struct lwp *' lossage.simonb
2003-05-03DMA, not dma nor Dma.wiz
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-03-06Add cn_halt and cn_flush entries to consdevs. (needed for dma-only consolematt
2003-02-22hz -> Hztsutsui
2003-02-04deal with malloc_type fallout.matt
2003-01-22Lance chip needs to be accessed in sparse address space for alpha. Fixesmhitch
2003-01-06interrupt with two rs.wiz
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-29"definitions" has lots of 'i's, but that's not reason to leave one out.wiz
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-09-26G/c extern reference to ioasic_cd.thorpej
2002-09-26No need to make sure parent's cfdriver == &ioasic_cd.thorpej
2002-09-24Deal with the strange SCC wiring on TC IOASIC machines. Thanks to Billad
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-19Leaving overflow-sensitive code, very similar to what was fixeditohy
2002-08-19Make it compile again.itohy
2002-08-06integer overflow. from silvio@qualys.comitojun
2002-07-04alloc_attr -> allocattrjunyoung
2002-06-02move initialization of the "struct pglist" returned by uvm_pglistalloc()drochner
2002-05-17Tokens after #else are ignored, which is not the intention here.wiz
2002-05-06Put back a missing brace.ad
2002-04-22Rename the audio "bus" attribute audiobus to avoid confusion with audioaugustss
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-13zskbd_keydesctab -> lkkbd_keydesctabad
2002-03-13Reorganise the wsfont stuff slightly so that multiple display adaptersad
2002-03-13Set RI_FORCEMONO so that wscons doesn't try to use colors (mfb is an 8-bppad
2002-02-23Fix typo in previous.ad