From owner-cvs-all Sun May 20 17:55:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C21B637B424; Sun, 20 May 2001 17:55:45 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4L0tjW01237; Sun, 20 May 2001 17:55:45 -0700 (PDT) (envelope-from imp) Message-Id: <200105210055.f4L0tjW01237@freefall.freebsd.org> From: Warner Losh Date: Sun, 20 May 2001 17:55:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard i82365.h pcic.c X-FreeBSD-CVS-Branch: HEAD 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 imp 2001/05/20 17:55:45 PDT Modified files: sys/pccard i82365.h pcic.c Log: Two comments and one bug fix: o Add defines for the VS[12]# bits in register 0x16. o Add comment about what we're doing reading register 0x16 (PCIC_CDGC) in the DF case. o Check bit VS1# rather than a random bit I was checking due to a bogus transcrition on my part from nakagawa-san's article. o Add note about IBM KING and 3.3V operation from information larned from wildboard. Revision Changes Path 1.14 +3 -1 src/sys/pccard/i82365.h 1.128 +14 -4 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message