NetBSD/sys/compat/ndis
dsl 454af1c0e8 Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
2009-03-14 15:35:58 +00:00
..
cfg_var.h Updated to the latest NDIS code. I added commented out lines in the files 2006-03-31 00:03:57 +00:00
files.ndis Added 3 files which were not part of the original FreeBSD code: 2006-03-31 02:43:18 +00:00
hal_var.h
kern_ndis.c Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
kern_windrv.c Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
nbcompat.c Remove a no-longer-used local variable. 2008-01-08 07:59:23 +00:00
nbcompat.h Remove LKMs and switch to the module framework, pass 1. 2008-11-12 12:35:50 +00:00
ndis_var.h Start detangling lock.h from intr.h. This is likely to cause short term 2008-01-04 21:17:40 +00:00
ntoskrnl_var.h fix typo (s/stucture/structure/) 2009-03-05 01:21:57 +00:00
pe_var.h __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
resource_var.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
subr_hal.c Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
subr_ndis.c Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
subr_ntoskrnl.c Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
subr_pe.c Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
subr_usbd.c Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
usbd_var.h
winx64_wrap.S