From owner-cvs-all Mon Dec 6 11: 9:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 765A5154F3; Mon, 6 Dec 1999 11:08:41 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA81649; Mon, 6 Dec 1999 10:29:04 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Message-Id: <199912061829.KAA81649@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 6 Dec 1999 10:29:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ahc_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/12/06 10:29:04 PST Modified files: sys/pci ahc_pci.c Log: Simplify my license. Don't arbitrarily limit the initiator ID of the card to something <= 7. Fix a bug in the checksum code that would incorrectly prevent a valid checksum of zero. (cp) Don't touch rely on seeprom data when configuring termination. We may not have seeprom data. (cp) Treat all ULTRA2 capable adapters the same way when reading or writing the BRDCTL register. We previously only did this correctly for aic7890/91 chips. This should correct some problems with termination settings on aic7896/97 adapters. (cp) Changes marked with "(cp)" Pointed out by: Chuck Paterson Revision Changes Path 1.22 +53 -40 src/sys/pci/ahc_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message