From owner-cvs-all Fri Dec 15 12: 9:15 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 15 12:09:11 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A82B37B400; Fri, 15 Dec 2000 12:09:11 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBFK9Bf51548; Fri, 15 Dec 2000 12:09:11 -0800 (PST) (envelope-from wpaul) Message-Id: <200012152009.eBFK9Bf51548@freefall.freebsd.org> From: Bill Paul Date: Fri, 15 Dec 2000 12:09:10 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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