freebsd-dev/sys/compat/ndis
Bernhard Schmidt 823fc080d7 Resurrect amd64 support.
- Many drivers on amd64 are picking system uptime, interrupt time and ticks
  via global data structure instead of calling functions for performance
  reasons. For now just patch such address so driver will not trigger page
  fault when trying to access such data. In future, additional callout may
  be added to update data in periodic intervals.
- On amd64 we need to allocate "shadow space" on stack before calling any
  function.

Submitted by:	Paul B Mahol <onemda at gmail.com>
2010-11-22 20:46:38 +00:00
..
cfg_var.h
hal_var.h o change a lock model based on HAL preemption lock to a normal mtx. 2009-03-12 02:51:55 +00:00
kern_ndis.c Remove 4.x, 5.x and 6.x compatibility bits. 2010-11-04 18:43:57 +00:00
kern_windrv.c Resurrect amd64 support. 2010-11-22 20:46:38 +00:00
ndis_var.h o port NDIS USB support from USB1 to the new usb(USB2). 2009-03-07 07:26:22 +00:00
ntoskrnl_var.h Resurrect amd64 support. 2010-11-22 20:46:38 +00:00
pe_var.h o port NDIS USB support from USB1 to the new usb(USB2). 2009-03-07 07:26:22 +00:00
resource_var.h o port NDIS USB support from USB1 to the new usb(USB2). 2009-03-07 07:26:22 +00:00
subr_hal.c Big style cleanup. While there remove references to FreeBSD versions 2009-11-02 11:07:42 +00:00
subr_ndis.c Remove 4.x, 5.x and 6.x compatibility bits. 2010-11-04 18:43:57 +00:00
subr_ntoskrnl.c Resurrect amd64 support. 2010-11-22 20:46:38 +00:00
subr_pe.c Big style cleanup. While there remove references to FreeBSD versions 2009-11-02 11:07:42 +00:00
subr_usbd.c ANSIfy prototypes in subr_usbd.c. 2010-06-12 12:19:08 +00:00
usbd_var.h o port NDIS USB support from USB1 to the new usb(USB2). 2009-03-07 07:26:22 +00:00
winx32_wrap.S Change some movl's to mov's. Newer GAS no longer accept 'movl' instructions 2009-01-31 11:37:21 +00:00
winx64_wrap.S Resurrect amd64 support. 2010-11-22 20:46:38 +00:00