From owner-freebsd-commit Sat Apr 8 02:39:52 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08728 for commit-outgoing; Sat, 8 Apr 1995 02:39:52 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08714 for cvs-sys-outgoing; Sat, 8 Apr 1995 02:39:47 -0700 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08704 ; Sat, 8 Apr 1995 02:39:38 -0700 Date: Sat, 8 Apr 1995 02:39:38 -0700 From: Poul-Henning Kamp Message-Id: <199504080939.CAA08704@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa if_eg.c if_egreg.h Sender: commit-owner@FreeBSD.org Precedence: bulk phk 95/04/08 02:39:37 Modified: sys/i386/conf GENERIC LINT files.i386 Log: Added the "eg0" interface driver for the 3Com "3c505" or "etherlink/+" card. This is the braindamaged card with the 80186 CPU on it. It is slow, probably not very good after all, but hey, if you have one lying around doing nothing anyway... Added the "zp0" driver to GENERIC. Added: sys/i386/isa if_eg.c if_egreg.h Log: Driver for 3c505 boards. Uses the onboard firmware, which is not a good way to do it. Doesn't support DMA or high speeds. Contributed by: Dean Huxley via NetBSD