Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2008 06:32:33 +0000 (UTC)
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/malo if_malo.c if_malo.h if_malo_pci.c if_malohal.c if_malohal.h if_maloioctl.h src/sys/modules/malo Makefile src/share/man/man4 malo.4
Message-ID:  <200803250632.m2P6WXGY082935@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
weongyo     2008-03-25 06:32:33 UTC

  FreeBSD src repository

  Added files:
    sys/dev/malo         if_maloioctl.h if_malohal.h if_malohal.c 
                         if_malo_pci.c if_malo.h if_malo.c 
    sys/modules/malo     Makefile 
    share/man/man4       malo.4 
  Log:
  Add support for Marvell Libertas 88W8335 based PCI network adapters.
  
  Reviewed by:    sam, many wireless people
  Approved by:    thompsa (mentor)
  
  Revision  Changes    Path
  1.1       +124 -0    src/share/man/man4/malo.4 (new)
  1.1       +2472 -0   src/sys/dev/malo/if_malo.c (new)
  1.1       +586 -0    src/sys/dev/malo/if_malo.h (new)
  1.1       +373 -0    src/sys/dev/malo/if_malo_pci.c (new)
  1.1       +918 -0    src/sys/dev/malo/if_malohal.c (new)
  1.1       +234 -0    src/sys/dev/malo/if_malohal.h (new)
  1.1       +114 -0    src/sys/dev/malo/if_maloioctl.h (new)
  1.1       +8 -0      src/sys/modules/malo/Makefile (new)



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