summaryrefslogtreecommitdiff
path: root/common/lib/libppath
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /common/lib/libppath
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'common/lib/libppath')
0 files changed, 0 insertions, 0 deletions
d>2011-07-18convert the remaining sparc drivers to CFATTACH_DECL_NEW/cfdata_t/device_t.mrg 2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung 2011-01-14Retire struct user, remove sys/user.h inclusions. Note sys/user.h headerrmind 2010-01-03add an explicit "bool mpsafe" to intr_establish(). only set it to truemrg 2009-11-21Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage.rmind 2009-09-20- use device_t and cfdriver_ttsutsui 2008-12-19use M_ZERO on malloc() and remove subsequent bzero().cegger 2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled 2007-05-17merge yamt-idlelwp branch. asked by core@. some ports still needs work.yamt 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2005-11-16ANSIify function declarations/defintions. Use uint<N>_t.uwe 2005-06-04fkbyte() is in locore.s and accoring to its description it's usedtsutsui 2004-12-13for drivers that support only one instance, use a global variable to ensurechs 2004-06-27GC unsed sparc_vme_bus_tag.pk 2004-03-17Rename PROM_getprop*() => prom_getprop*().pk 2003-08-27change PROM_getprop() from taking a "void **" for the storage, to amrg 2003-08-01Correct some `defined(SUN*)' inconsistencies.pk 2003-07-15__KERNEL_RCSID()lukem 2003-01-18Merge the nathanw_sa branch.thorpej 2003-01-03part one of bus_space(9) fixes to enable bus spaces to override themrg 2002-12-28update the vme bus_space_tag_t to reality.mrg 2002-12-16The cache flush routines now take a CPU context parameter. This is goingpk