From owner-cvs-all Mon Dec 21 10:01:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27148 for cvs-all-outgoing; Mon, 21 Dec 1998 10:01:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA27139; Mon, 21 Dec 1998 10:01:13 -0800 (PST) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA19576; Mon, 21 Dec 1998 10:01:15 -0800 (PST) Date: Mon, 21 Dec 1998 10:01:15 -0800 (PST) Message-Id: <199812211801.KAA19576@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk joerg 1998/12/21 10:01:15 PST src - Imported sources Update of /home/ncvs/src In directory freefall.freebsd.org:/c/users/joerg/src Log Message: This is my first cut on a driver for the RealTek RTL 8002 pocket ethernet driver. The BUGS section is still impressive, but the driver seems to work for me now. Disclaimer: i haven't been able to test this under -current so far (but it compiles, and the notebook it's intended for can now be updated to -current more easy than before). Don't be afraid of the many #ifdefs on __FreeBSD_version in the imported file; i want them in the repository on the vendor-branch so other people can also manually integrate it into older systems. I'll clean it up on the -current branch in a followup commit. The vendor-banch version right now supports systems back to 2.2R. This driver should be layered upon ppc(4), but i currently have no idea how to do this. Eventually i'll further develop the driver to also support the more modern RTL 8012 success, which seems to be present in a number of cheap pocket ethernet adapters these days. Right now, i doubt it will run with the 8012 without any changes. Finally a big Thanks! to RealTek for promptly providing me with documentation and with the source code for the 8012 pocket driver upon request. I wish all vendors were that cooperative!. Status: Vendor Tag: JOERG Release Tags: v1_0 N src/sys/i386/isa/if_rdp.c N src/sys/i386/isa/if_rdpreg.h N src/share/man/man4/man4.i386/rdp.4 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message