Project

General

Profile

Actions

Bug #29

closed

/usr/src/sys/dev/netif/ndis/if_ndis.c

Added by esmith over 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

All cases ( about seven ) of "ifp->serializer" in the file
/usr/src/sys/dev/netif/ndis/if_ndis.c
need to be changed because "serializer" is not a member of struct ifnet.
They should be changed to "if_serializer", I believe.

This compiles, however, when the generated kernel module is loaded the
system panics ( on a call to lwkt_serialize_enter() ), so there is still
more work to be done.

Actions

Also available in: Atom PDF