summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/cgtwo.c
AgeCommit message (Expand)Author
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
2011-07-18convert to use device_t, cfdata_t and CFATTACH_DECL_NEW().mrg
2008-06-11mechanical changes to use device_private() or device_lookup_private()drochner
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-03-29Use device_cfdata().thorpej
2005-12-11merge ktrace-lwp.christos
2005-11-16ANSIify function declarations/defintions. Use uint<N>_t.uwe
2003-08-25Undo previous as it broke things.uwe
2003-08-24#include "opt_rcons.h"uwe
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15__KERNEL_RCSID()lukem
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29More changes for providing lwpid for ktrace (sparc GENERIC built)darrenr
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2002-12-05Fixed a null pointer passed to printf().fredette
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-08-05use unsigned variable types as appropriatejdolecek
2000-08-22Use the framebuffer drivers & header files that now live in /sys/dev/sun.pk
2000-06-29remove include of <vm/vm.h> and <machine/pmap.h>. <vm/vm.h> -> <uvm/uvm_exter...mrg
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-03-19Use fb_is_console(); retract fbconstty & fbnode from service.pk
1999-06-30update for new VME frameworkdrochner
1998-04-07bus_space_mmap() has changed to take a `bus_space_handle_t *' argument,pk
1998-03-21Account for changed bus attachment scheme.pk
1998-02-06vme_bus_probe() takes an `offset' argument.pk
1998-02-04Account for changed vme_bus_probe() arguments.pk
1998-01-28Use offsetof() from libkern.hthorpej
1998-01-25Convert to new VME interface.pk
1998-01-12Update for changes to config.thorpej
1997-05-24Remove all `bustype' arguments from map[io]dev() and REG2PHYS().pk
1997-05-19Replace bus_tmp() with mapdev() equivalent.pk
1996-12-10Comply with recent autoconfiguration changes. Diffs graciouslypk
1996-10-13backout previous kprintf changechristos
1996-10-11printf -> kprintf, sprintf -> ksprintfchristos
1996-10-04Returning ENODEV is not correct in a poll entry point. Instead, sincethorpej
1996-05-18use __Pmrg
1996-04-23Map the pixels explicitly on the VME32 bus.pk
1996-04-01Eliminated dependencies on dev_conf.hchristos
1996-03-17Avoid "unused variable" warning.pk
1996-03-17New device attachment scheme:thorpej
1996-03-14Bring prototypes into scope and fix compiler warnings.christos
1996-02-27First-cut support for P4 framebuffers. Currently supports P4 variantsthorpej
1996-02-25Use CPU-type macros.pk
1995-12-11Adapt to changed mapiodev() interface.pk