Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2000 12:09:10 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/modules Makefile src/sys/modules/el Makefile src/sys/i386/isa if_el.c if_elreg.h
Message-ID:  <200012152009.eBFK9Bf51548@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2000/12/15 12:09:10 PST

  Modified files:
    sys/modules          Makefile 
    sys/i386/isa         if_el.c if_elreg.h 
  Added files:
    sys/modules/el       Makefile 
  Log:
  Newbus the if_el (3Com 3c501) driver. Use bus_space_X() functions.
  Add detach routine and turn driver into a module so it can be loaded
  and unloaded. Also take a stab at implementing multicast packet
  reception so that this NIC will work with IPv6. Promiscuous mode
  doesn't seem to work, but I'm not sure why. It works well enough that
  I can run dhclient on it and put it on the office network though.
  Also ripped out spl stuff and replaced it with mutexes.
  
  Revision  Changes    Path
  1.156     +2 -2      src/sys/modules/Makefile
  1.52      +246 -121  src/sys/i386/isa/if_el.c
  1.8       +2 -1      src/sys/i386/isa/if_elreg.h



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?200012152009.eBFK9Bf51548>