Bill Paul df7b7cf4c3 Begin the first phase of trying to add IRP support (and ultimately
USB device support):

- Convert all of my locally chosen function names to their actual
  Windows equivalents, where applicable. This is a big no-op change
  since it doesn't affect functionality, but it helps avoid a bit
  of confusion (it's now a lot easier to see which functions are
  emulated Windows API routines and which are just locally defined).

- Turn ndis_buffer into an mdl, like it should have been. The structure
  is the same, but now it belongs to the subr_ntoskrnl module.

- Implement a bunch of MDL handling macros from Windows and use them where
  applicable.

- Correct the implementation of IoFreeMdl().

- Properly implement IoAllocateMdl() and MmBuildMdlForNonPagedPool().

- Add the definitions for struct irp and struct driver_object.

- Add IMPORT_FUNC() and IMPORT_FUNC_MAP() macros to make formatting
  the module function tables a little cleaner. (Should also help
  with AMD64 support later on.)

- Fix if_ndis.c to use KeRaiseIrql() and KeLowerIrql() instead of
  the previous calls to hal_raise_irql() and hal_lower_irql() which
  have been renamed.

The function renaming generated a lot of churn here, but there should
be very little operational effect.
2005-01-24 18:18:12 +00:00
..
2005-01-23 16:13:10 +00:00
2005-01-01 19:24:25 +00:00
2005-01-13 19:12:10 +00:00
2005-01-20 22:51:38 +00:00
2005-01-07 07:08:33 +00:00
2005-01-20 19:37:22 +00:00
2005-01-20 20:06:44 +00:00
2005-01-19 17:03:35 +00:00
2005-01-16 02:39:18 +00:00
2004-08-02 20:42:28 +00:00
2004-06-16 09:47:26 +00:00
2004-06-16 09:47:26 +00:00
2004-07-10 15:38:27 +00:00
2004-08-04 18:30:31 +00:00
2004-06-16 09:47:26 +00:00
2005-01-11 06:24:40 +00:00
2004-12-22 17:29:37 +00:00
2004-05-30 20:08:47 +00:00
2005-01-20 20:32:56 +00:00
2005-01-20 19:32:37 +00:00