summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis/subr_pe.c
diff options
context:
space:
mode:
authorweongyo <weongyo@FreeBSD.org>2009-03-07 07:26:22 +0000
committerweongyo <weongyo@FreeBSD.org>2009-03-07 07:26:22 +0000
commit6d523cd42af824d128b343edb51f35a859902554 (patch)
tree2e7363befdd88ff9363f94e0ec33120a942d098f /sys/compat/ndis/subr_pe.c
parent75dde6e038bfb963bde327a29d4eb13ee9f8f294 (diff)
downloadFreeBSD-src-6d523cd42af824d128b343edb51f35a859902554.zip
FreeBSD-src-6d523cd42af824d128b343edb51f35a859902554.tar.gz
o port NDIS USB support from USB1 to the new usb(USB2).
o implement URB_FUNCTION_ABORT_PIPE handling. o remove unused code related with canceling the timer list for USB drivers. o whitespace cleanup and style(9) Obtained from: hps's original patch
Diffstat (limited to 'sys/compat/ndis/subr_pe.c')
-rw-r--r--sys/compat/ndis/subr_pe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/ndis/subr_pe.c b/sys/compat/ndis/subr_pe.c
index 1235ab0..6a347a4 100644
--- a/sys/compat/ndis/subr_pe.c
+++ b/sys/compat/ndis/subr_pe.c
@@ -417,7 +417,7 @@ pe_relocate(imgbase)
relhdr->ibr_vaddr + IMR_RELOFFSET(rel));
*qloc = pe_translate_addr(imgbase,
(*qloc - base));
- break;
+ break;
default:
printf ("[%d]reloc type: %d\n",i,
@@ -446,7 +446,7 @@ pe_get_import_descriptor(imgbase, desc, module)
vm_offset_t imgbase;
image_import_descriptor *desc;
char *module;
-{
+{
vm_offset_t offset;
image_import_descriptor *imp_desc;
char *modname;
OpenPOWER on IntegriCloud