summaryrefslogtreecommitdiff
path: root/sys/dev/isa/ega.c
AgeCommit message (Expand)Author
2012-10-27split device_t/softc for all remaining drivers.chs
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-16ANSIfy functions with function-pointer argumentsdsl
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-28Implement bounds checking in some places in display driver code to avoidmjf
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-09-14Separate the namespace for default (ie unspecified) locators useddrochner
2004-03-24remove license clauses 3 and 4 from my cpoyright noticesdrochner
2002-10-02Fix sizeof and whitespace bug from the script I'm using to do thethorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-07-07Remove __P.junyoung
2002-07-07Rename vc_ccol and vc_crow in struct pcdisplayscreen to cursorcoljunyoung
2002-07-04alloc_attr -> allocattrjunyoung
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-01-08Deal with lossage caused by recent isa changes [/briq potr]christos
2001-11-13add RCSIDlukem
2001-07-18bcopy -> memcpythorpej
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-01-25Finish with fixing the SOFTCURSOR stuff.ad
2000-01-05Use pcdisplay_cursor_init().ad
1999-12-13First cut on an EGA driver. For initial testing, lacks some EGA vs CGA/MGAdrochner