/lib/librt/sys/

ef='/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/sys/dev/isa/pcdisplay.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-04-24BUS_SPACE_MAP_PREFETCHABLE yields a write combining region on x86 and that'sad
2019-12-01Map the video RAM cacheable/prefetchable, it's very slow and this helps a bit.ad
2018-04-21Fix an ancient typo, instead of setting the base address, the sizemlelstv
2016-07-14KNF. No functional change.msaitoh
2012-10-27split device_t/softc for all remaining drivers.chs
2010-04-19Add default implementations for bus_space_is_equal(9),dyoung
2010-03-22isadma.c: #if 0 some diagnostic code that compares two bus_space_tag_t's.dyoung
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
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-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-03add missing initializerschristos
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2005-12-11merge ktrace-lwp.christos
2005-02-04de-__Pperry
2004-09-14Separate the namespace for default (ie unspecified) locators useddrochner
2004-03-24remove license clauses 3 and 4 from my cpoyright noticesdrochner
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