summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include/openpicreg.h
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 /sys/arch/macppc/include/openpicreg.h
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'sys/arch/macppc/include/openpicreg.h')
0 files changed, 0 insertions, 0 deletions
8-04-28 20:22:51 +0000'>2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-03-12Use device_t and its accessors throughout. Use aprint_*_dev().dyoung 2008-03-07Split device_t/softc for i386's apm(4), and other related cosmetic changes.cube 2008-03-01Welcome to 4.99.55:rmind 2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad 2007-12-09Merge jmcneill-pm branch.jmcneill 2007-12-05Do not "return 1" from kqfilter for errors. That value is passedpooka 2007-12-05lockmgr -> mutexad 2007-11-25Do not run the get_powstat callback in apm_attach(), this has a badxtraeme 2007-07-09warning: 'apm_create_thread' declared 'static' but never definedad 2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2006-12-10Use aprint_normal for attachment messages.uwe 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12Use __unused in function arguments where appropiate. (hi christos)xtraeme 2006-10-04add missing initializer elementdogcow 2006-07-17make APM_POWER_PRINT compile.christos 2006-07-10fix some field names (Arnaud Lacombe)christos 2006-07-08Make apm an MI backend to be used by the i386 bios implementation and thechristos 2000-07-30Remove src/sys/dev/apm/*. (They've gone to arch/hpcmips/dev/apm.)takemura 2000-07-02Common part of APM (advanced power management) support for Hpcmips.takemura