summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/dev/cg4.c
AgeCommit message (Expand)Author
2020-11-21malloc(9) -> kmem(9)thorpej
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2008-06-28Split softc/device_t, with misc cosmetic changes.tsutsui
2008-06-08Use device_private() and device_lookup_private() to get softctsutsui
2007-03-12Fix printf formats in #ifdef DEBUG.tsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-03-29Use device_cfdata().thorpej
2006-03-28Use device_unit().thorpej
2005-12-11merge ktrace-lwp.christos
2005-01-22de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.chs
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15__KERNEL_RCSID()lukem
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-03correct range check, have overflow check, fix type mismatches,itojun
2001-09-19machine/fbio.h -> dev/sun/fbio.hthorpej
2001-09-05Remove register prefixes.tsutsui
2000-06-29remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
1998-06-09Simplify ifdefs in cg4b_ldcmap()gwr
1998-06-09Make this work on the 3/80, which has the Brooktree DACgwr
1998-03-21Deal with missing P4 register on old Sun3/60 machines.gwr
1998-03-08Need to use an offset to map the colormap H/W now that thegwr
1998-02-08Rewrite the match/attch routines to use the P4 registergwr
1998-01-26Simplify the colormap and blanking stuff a little.gwr
1998-01-12Update for changes to config.thorpej
1996-12-17Make this compile with -Werror -Wall -Wstrict-prototypesgwr
1996-10-29Checkpoint new version of this driver with support for the "Type A"gwr
1996-10-13backout previous kprintf changechristos
1996-10-11printf -> kprintf, sprintf -> ksprintfchristos
1996-10-09Merge netbsd-1-2 branch back into mainline.thorpej
1996-03-17New device attachment scheme:thorpej
1995-04-13fix typogwr
1995-04-10map --> mmapmycroft
1995-04-10map --> mmapmycroft
1995-04-07Fix that probe sequence right this time.gwr
1995-04-07Changed fb_attach() interface, hack probe to avoid impossible matches.gwr
1995-03-10New frame-buffer support from Chuck Silvers (plus some tweaks from me)gwr