freebsd-dev/sys/compat/ndis
Bill Paul 2333afc31e Loosen up the range test in ndis_register_ioport(). Allow drivers to
map ranges that are smaller than what our resource manager code knows
is available, rather than requiring that they match exactly. This
fixes a problem with the Intel PRO/1000 gigE driver: it wants to map
a range of 32 I/O ports, even though some chips appear set up to
decode a range of 64. With this fix, it loads and runs correctly.
2004-01-13 01:12:28 +00:00
..
cfg_var.h Deal with the duplicate sysctl leaf problem. A .inf file may contain 2003-12-18 03:51:21 +00:00
hal_var.h
kern_ndis.c Ugh. I am not having a good day. Remove debugging #ifdef that accidentally 2004-01-12 21:40:05 +00:00
ndis_var.h Merge in some changes submitted by Brian Feldman. Among other things, 2004-01-12 03:49:20 +00:00
ntoskrnl_var.h Re-do the handling of ndis_buffers. The NDIS_BUFFER structure is 2003-12-23 04:08:22 +00:00
pe_var.h Clean up pe_get_message(). Allow the caller to obtain the resource 2004-01-06 18:06:54 +00:00
resource_var.h
subr_hal.c Merge in some changes submitted by Brian Feldman. Among other things, 2004-01-12 03:49:20 +00:00
subr_ndis.c Loosen up the range test in ndis_register_ioport(). Allow drivers to 2004-01-13 01:12:28 +00:00
subr_ntoskrnl.c Ugh. Last commit went horribly wrong. Back out changes to subr_ntoskrnl.c, 2004-01-12 21:04:43 +00:00
subr_pe.c Clean up pe_get_message(). Allow the caller to obtain the resource 2004-01-06 18:06:54 +00:00