Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2002 09:35:48 -0800 (PST)
From:      Thomas Moestl <tmm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/hme if_hme.c if_hme_pci.c if_hme_sbus.c if_hmereg.h if_hmevar.h
Message-ID:  <200202271735.g1RHZmT29901@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tmm         2002/02/27 09:35:48 PST

  Added files:
    sys/dev/hme          if_hme.c if_hme_pci.c if_hme_sbus.c 
                         if_hmereg.h if_hmevar.h 
  Log:
  Add a driver for the Sun HME PCI/SBus ethernet adaptor, which is onboard
  in most machines of the Sun Ultra series. This is a port of the NetBSD
  driver which I enhanced to make use of the gather functionality and the
  configurable RX buffer offset to avoid copying all received/sent packet
  (instead, packets will be directly DMAd from mbuf chains and into mbuf
  clusters now).
  
  Revision  Changes    Path
  1.1       +1512 -0   src/sys/dev/hme/if_hme.c (new)
  1.1       +196 -0    src/sys/dev/hme/if_hme_pci.c (new)
  1.1       +276 -0    src/sys/dev/hme/if_hme_sbus.c (new)
  1.1       +319 -0    src/sys/dev/hme/if_hmereg.h (new)
  1.1       +152 -0    src/sys/dev/hme/if_hmevar.h (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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