freebsd-dev/sys/compat/ndis
Bill Paul e3c8d8194c In subr_ndis.c: correct ndis_interlock_inc() and ndis_interlock_dec()
so we increment the right thing. (All work and not enough parens
make Bill something something...) This makes the RealTek 8139C+
driver work correctly.

Also fix some mtx_lock_spin()s and mtx_unlock_spin()s that should
have been just plain mtx_lock()s and mtx_unlock()s.

In kern_ndis.c: remove duplicate code from ndis_send_packets() and
just call the senddone handler (ndis_txeof()).
2004-01-07 06:15:56 +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 In subr_ndis.c: correct ndis_interlock_inc() and ndis_interlock_dec() 2004-01-07 06:15:56 +00:00
ndis_var.h - Add pe_get_message() and pe_get_messagetable() for processing 2004-01-06 07:09:26 +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 subr_hal.c: implement WRITE_PORT_BUFFER_xxx() and READ_PORT_BUFFER_xxx() 2004-01-03 09:20:48 +00:00
subr_ndis.c In subr_ndis.c: correct ndis_interlock_inc() and ndis_interlock_dec() 2004-01-07 06:15:56 +00:00
subr_ntoskrnl.c - Add pe_get_message() and pe_get_messagetable() for processing 2004-01-06 07:09:26 +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