summaryrefslogtreecommitdiff
path: root/sys/dev/tc
AgeCommit message (Expand)Author
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
2002-02-22Replace one of two divide ops with an AND when calculating the XYMASKad
2002-02-11s/seperate/separate/wiz
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add/cleanup RCSIDslukem
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
2001-10-01Move pmax-only if_le_ibus.c from dev/tc to arch/pmax/ibus.simonb
2001-10-01Move asc_tc and asc_tcds config info to dev/tc/files.tc now that pmaxsimonb
2001-10-01s/asc_pmaz/asc_tc/gsimonb
2001-10-01Move MI PMAZ-A SCSI attachment to sys/dev/tc.simonb
2001-09-18Get/set keyclick volume.ad