summaryrefslogtreecommitdiff
path: root/sys/dev/isa/pcdisplay.c
AgeCommit message (Expand)Author
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
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-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-07Overhaul of the ISA autoconfiguration code to support directthorpej
2001-12-16Try again: weasel -> weasel_isathorpej
2001-12-16Oops, revert previous; it included some other changes there weren'tthorpej
2001-12-16weasel -> weasel_isathorpej
2001-11-13add RCSIDlukem
2000-11-04Add a device driver for the Middle Digital, Inc. PC-Weasel serialthorpej
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-01-25Finish with fixing the SOFTCURSOR stuff.ad
2000-01-05Add and use pcdisplay_cursor_init(). Still a couple of nits with this, Iad
1999-12-06update for changed struct wsdisplay_accessops:show_screen signature.drochner
1999-01-11remove dummy "load_font" entriesdrochner
1998-08-13Merge paddr_t changes into the main branch.eeh
1998-07-24Initialize the new "dispoffset" (but don't use it for anything fancy).drochner
1998-06-26adapt to wsdisplay interface changedrochner
1998-06-21adapt to wscons interface changedrochner
1998-05-28Add a graphics device driver for wscons which supports legacy PC displaydrochner