summaryrefslogtreecommitdiff
path: root/sys/dev/ic/bt485.c
AgeCommit message (Expand)Author
2013-06-24Use static inline. Fixes i386/ALL and something else I've forgetten.riastradh
2012-02-12Change old-style function defintions to C89 prototypes.matt
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2002-08-03correct range check, have overflow check, fix type mismatches,itojun
2001-12-12Update the ramdac interface to be allow the setting of dotclocks. This iselric
2001-11-13add/cleanup RCSIDlukem
2001-09-18Give initiali[sz]e all the "i"s it deserves.wiz
2001-08-05remove unnecessary casts, make variable types consistent with thejdolecek
2001-07-07bzero -> memsetthorpej
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-04-02Adapt to change in ramdac interface.nathanw
2000-03-04Graphics card independant Bt485 code, derived from dev/pci/tga_bt485.c.elric