Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Dec 2008 08:03:32 +0000 (UTC)
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/share/man/man4 ndis.4 src/sys/compat/ndis kern_ndis.c kern_windrv.c ndis_var.h ntoskrnl_var.h subr_ndis.c subr_ntoskrnl.c subr_usbd.c usbd_var.h src/sys/dev/if_ndis if_ndis.c if_ndis_pccard.c if_ndis_pci.c if_ndis_usb.c ...
Message-ID:  <200812270810.mBR8Afph080894@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
weongyo     2008-12-27 08:03:32 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       ndis.4 
    sys/compat/ndis      kern_ndis.c kern_windrv.c ndis_var.h 
                         ntoskrnl_var.h subr_ndis.c 
                         subr_ntoskrnl.c subr_usbd.c usbd_var.h 
    sys/dev/if_ndis      if_ndis.c if_ndis_pccard.c if_ndis_pci.c 
                         if_ndis_usb.c if_ndisvar.h 
    sys/modules/ndis     Makefile 
    usr.sbin/ndiscvt     inf.c windrv_stub.c 
  Log:
  SVN rev 186507 on 2008-12-27 08:03:32Z by weongyo
  
  Integrate the NDIS USB support code to CURRENT.
  
  Now the NDISulator supports NDIS USB drivers that it've tested with
  devices as follows:
  
    - Anygate XM-142 (Conexant)
    - Netgear WG111v2 (Realtek)
    - U-Khan UW-2054u (Marvell)
    - Shuttle XPC Accessory PN20 (Realtek)
    - ipTIME G054U2 (Ralink)
    - UNiCORN WL-54G (ZyDAS)
    - ZyXEL G-200v2 (ZyDAS)
  
  All of them succeeded to attach and worked though there are still some
  problems that it's expected to be solved.
  
  To use NDIS USB support, you should rebuild and install ndiscvt(8) and
  if you encounter a problem to attach please set `hw.ndisusb.halt' to
  0 then retry.
  
  I expect no changes of the NDIS code for PCI, PCMCIA devices.
  
  Obtained from:  //depot/projects/ndisusb/...
  
  Revision  Changes    Path
  1.2       +1 -1      src/share/man/man4/ndis.4
  1.99      +28 -1     src/sys/compat/ndis/kern_ndis.c
  1.15      +8 -3      src/sys/compat/ndis/kern_windrv.c
  1.49      +3 -0      src/sys/compat/ndis/ndis_var.h
  1.46      +29 -1     src/sys/compat/ndis/ntoskrnl_var.h
  1.115     +76 -1     src/sys/compat/ndis/subr_ndis.c
  1.97      +101 -20   src/sys/compat/ndis/subr_ntoskrnl.c
  1.4       +1078 -15  src/sys/compat/ndis/subr_usbd.c
  1.2       +169 -3    src/sys/compat/ndis/usbd_var.h
  1.147     +43 -13    src/sys/dev/if_ndis/if_ndis.c
  1.15      +3 -0      src/sys/dev/if_ndis/if_ndis_pccard.c
  1.19      +2 -0      src/sys/dev/if_ndis/if_ndis_pci.c
  1.10      +97 -2     src/sys/dev/if_ndis/if_ndis_usb.c
  1.35      +45 -3     src/sys/dev/if_ndis/if_ndisvar.h
  1.12      +1 -0      src/sys/modules/ndis/Makefile
  1.19      +120 -0    src/usr.sbin/ndiscvt/inf.c
  1.3       +19 -0     src/usr.sbin/ndiscvt/windrv_stub.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812270810.mBR8Afph080894>