From owner-cvs-all Sun Dec 6 16:35:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA24038 for cvs-all-outgoing; Sun, 6 Dec 1998 16:35:08 -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 QAA24025; Sun, 6 Dec 1998 16:35:07 -0800 (PST) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA06730; Sun, 6 Dec 1998 16:35:06 -0800 (PST) Date: Sun, 6 Dec 1998 16:35:06 -0800 (PST) Message-Id: <199812070035.QAA06730@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man4/man4.i386 rl.4 src/sys/pci if_rl.c if_rlreg.h src/release/texts RELNOTES.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/12/06 16:35:06 PST Modified files: share/man/man4/man4.i386 rl.4 sys/pci if_rl.c if_rlreg.h release/texts RELNOTES.TXT Log: if_rl.c: make a small tweak to properly handle the Accton MPX 5030/5038 as a RealTek 8139 if_rlreg.h: use bus_space_read_X() in CSR_READ_X() macros instead of directly calling inb()/outb() etc... rl.4 + RELNOTES.TXT: mention that SMC EtherEZ PCI 1211-TX is supported by the RealTek driver Revision Changes Path 1.5 +5 -4 src/share/man/man4/man4.i386/rl.4 1.4 +15 -15 src/sys/pci/if_rl.c 1.3 +12 -30 src/sys/pci/if_rlreg.h 1.5 +3 -1 src/release/texts/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message