Re: How to Disable Ethernet



If the cable is connected, there's a reasonable chance that you'll get
network traffic. Are you sure you're not seeing broadcast packets from
other machines on your network getting to your Windows CE device?

Is the device configured for DHCP? Maybe it's trying to get an IP address
from a DHCP server?

Other 'things' in the system aren't going to access the chip directly, once
you've removed KITL. Everything will go through the driver. That doesn't
mean that many network services won't be sending and receiving data, though.

Paul T.

"jeffs" <anonymous@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0c7a01c55203$37f77170$a401280a@xxxxxxxxxx
>I am adding an NDIS driver to a PXA255 board. OS is winCE
> 4.2 I want to make sure that nothing else accesses the
> 91C96 ethernet chip other than my driver. To do this I
> modified "OEMKitlInit" to only return FALSE to disable
> KITL. In addition, under platform settings->build options
> I unchecked "KITL" & "CE Target Control support".
>
> With KITL supposedly turned off and no ethernet drivers
> added to the build I am still seeing constant access to the
> 91C96 chip. The TX light is constantly going & the
> interrupt is constantly going.
>
> QUESTION : what else is accessing the 91C96? Have I
> properly disabled KITL?
>
> The following environment variables are also set:
> BSP_NOSHAREETH=1
> KERNELNOSHAREETH=1
> BSP_NOSERIAL=1
>
> Thanks in advance for any help -Jeff


.



Relevant Pages

  • Re: Ethernet connect
    ... KITL is a special kernel version driver (actually, ... But I have only one network adapter SMS91C111, ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Ethernet debugging
    ... Without KITL the Ethernet driver Ping itself fails. ... If you have KITL enabled your network device is accessed by the OS ...
    (microsoft.public.windowsce.platbuilder)
  • Re: 91c111 as production ethernet
    ... When you set your network adaptor to be shared between KITL and the OS, ... The VMINI is a "Virtual" miniport driver that redirects ... It seems that you may have a misunderstanding of Passive mode KITL. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Linux Firewall/LoadBalancer
    ... The bonding driver originally came from Donald Becker's beowulf patches for ... Build kernel with the bonding driver ... "Bonding driver support" in the "Network device support" section. ... so the bonding driver will automatically load when the bond0 interface is ...
    (Security-Basics)
  • [SPARC] Problem with "Happy Meal" drivers
    ... I also use two network cards handled by your driver: ... # Loadable module support ... Unimplemented SPARC system call 188 ...
    (Linux-Kernel)

Loading