summaryrefslogtreecommitdiff
path: root/sys/dev/isa/i82365_isa.c
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/isa/i82365_isa.c
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'sys/dev/isa/i82365_isa.c')
0 files changed, 0 insertions, 0 deletions
6810d580331702a72abfadc6d1'>whitespace, knf, comments, but no functional changembalmer 2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland 2014-07-19lua: updated from 5.1 to 5.3 work3lneto 2014-07-19lua(4): uniformed the KPI name space using 'klua_' prefixlneto 2014-07-19lua(4): using lua_CFunctionlneto 2014-07-19lua(4): added support for running Lua scripts in intr contextlneto 2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland 2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka 2013-12-04fixed lua(4) alloc (nsize can be lesser than osize)lneto 2013-11-23switch from malloc(9) to kmem(9)mbalmer 2013-10-29initialize variablesmbalmer 2013-10-23use MODULE_CLASS_MISC for Lua modulesmbalmer 2013-10-18fix CVS marker and copyright yearmbalmer 2013-10-16welcome lua(4), a devide driver that can create and control Lua states inside...mbalmer