summaryrefslogtreecommitdiff
path: root/sys/dev/dm/dm_pdev.c
diff options
context:
space:
mode:
authorpooka <pooka@NetBSD.org>2008-12-19 09:33:40 +0000
committerpooka <pooka@NetBSD.org>2008-12-19 09:33:40 +0000
commitcf6dee5091a4b805bb2fe2367516b37d87bf49db (patch)
treeeedc680027278c7bd900e050cf9f87bc6a539525 /sys/dev/dm/dm_pdev.c
parent4730b27d42335cd3ca3909c1936705d948094225 (diff)
fix build
(hi thorpej! the first one is always free ;)
Diffstat (limited to 'sys/dev/dm/dm_pdev.c')
0 files changed, 0 insertions, 0 deletions
utsui 2014-02-02Misc cleanup of sio drivers.tsutsui 2013-09-23Tab/space cleanup.tsutsui 2013-05-14Use softint(9) to pass received data into wskbd(9) and wsmouse(9) layers.tsutsui 2012-10-13struct device * -> device_t, use device_xname() (from chs@)tsutsui 2012-07-16Use & not && to mask bits. From OpenBSD/luna88ktsutsui 2011-07-27KNF, use uintNN_t, tab/space cosmetics etc.tsutsui 2011-07-27- split device_t/softc and use device_t and cfdata_t etc.tsutsui 2011-07-21Add and return WSKBD_TYPE_LUNA and WSDISPLAY_TYPE_LUNA on WS*_GTYPE ioctls.tsutsui 2009-10-26kill extra whitespacescegger 2009-03-18bcopy -> memcpycegger 2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger 2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl 2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl 2008-06-13use device_lookup_private to get softccegger 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2006-11-12Tidy away wsmouse_input() abstractions and updateplunky 2005-12-11merge ktrace-lwp.christos 2005-06-28convert remaining autoconf bus "submatch" functions to use the newdrochner