summaryrefslogtreecommitdiff
path: root/sys/dev/sun/fbio.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/dev/sun/fbio.h
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'sys/dev/sun/fbio.h')
0 files changed, 0 insertions, 0 deletions
' class='logmsg'> 2008-04-06use aprint_*_dev and device_xnamecegger 2008-03-26use device_t & cfdata_tmatt 2008-03-26"split" softc/device_t. (since softc was a struct device, use a split softcmatt size of 0). 2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos - fix a couple of unused bugs - no more -Wno-unused for i386 2005-12-11merge ktrace-lwp.christos 2005-08-25kill a number of autoconf submatch functions which follow thedrochner standard scheme: if (<configured> != <wildcard> && <configured> != <real>) then fail else ask device match function This is handled by config_stdsubmatch() now. 2005-08-25replace the "locdesc_t" structure carrying the number of locatorsdrochner explicitely by a plain integer array the length in now known to all relevant parties, so this avoids duplication of information, and we can allocate that thing in drivers without hacks 2005-02-27nuke trailing whitespaceperry 2004-09-01use the locator passing config_found/submatch, and limit use of thedrochner "locators.h" header to the .c file 2004-08-30Phase out the use of a string as first "attach args" member to controldrochner which bustype should be attached with a specific call to config_found() (from a "mainbus" or a bus bridge). Do it for isa/eisa/mca and pci/agp for now. These buses all attach to an mi interface attribute "isabus", "eisabus" etc., and the autoconf framework now allows to specify an interface attribute on config_found() and config_search(), which limits the search of matching config data to these which attach to that specific attribute. So we basically have to call config_found_ia(..., "foobus", ...) where such a bus is attached. As a consequence, where a "mainbus" or alike also attaches other devices (eg CPUs) which do not attach to a specific attribute yet, we need at least pass an attribute name (different from "foobus") so that the foo bus is not found at these places. This made some minor changes necessary which are not obviously related to the mentioned buses. 2004-08-23- Use ANSI function decls.thorpej - Sprinkle some static around. - Sprinkle some const around. 2004-04-22sprintf -> snprintfitojun 2003-01-01Use aprint_normal() in cfprint routines.thorpej