From owner-cvs-all Wed Feb 5 13:49: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 765C037B401; Wed, 5 Feb 2003 13:49:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CE3643F85; Wed, 5 Feb 2003 13:49:02 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h15Ln1bv025749; Wed, 5 Feb 2003 13:49:02 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h15Ln1XW025748; Wed, 5 Feb 2003 13:49:01 -0800 (PST) Message-Id: <200302052149.h15Ln1XW025748@repoman.freebsd.org> From: Martin Blapp Date: Wed, 5 Feb 2003 13:49:01 -0800 (PST) To: all-committers@FreeBSD.org, legacy-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sis.c if_sisreg.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2003/02/05 13:49:01 PST Modified files: (Branch: RELENG_4) sys/pci if_sis.c if_sisreg.h Log: MFC: Rev. 1.59 SIS_CFG_EDB_MASTER_EN indicates the EDB bus is used instead of the PCI bus. When this bit is set, the Max DMA Burst Size for TX/RX DMA should be no larger than 64 bytes. Rev. 1.60 SiS no longer implements the enhanced phy control register for newer chipsets and phy has to be directly accessed via mdio. Rev. 1.61 Allow to read EEPROM from LAN for SiS96x chipset. It is shared between a 1394 controller and the NIC and each time we access it, we need to set SIS_EECMD_REQ. Rev. 1.63 Add PCI revision number for 630A and 900B. Enable parity error detection on 900B and 635(A). Reviewed by: phk Revision Changes Path 1.13.4.23 +334 -60 src/sys/pci/if_sis.c 1.1.4.11 +39 -2 src/sys/pci/if_sisreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message