From owner-cvs-all Sun Sep 22 13:27: 0 2002 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 7D7B737B401; Sun, 22 Sep 2002 13:26:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B57A43E65; Sun, 22 Sep 2002 13:26:59 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MKQxCo057332; Sun, 22 Sep 2002 13:26:59 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MKQxlm057331; Sun, 22 Sep 2002 13:26:59 -0700 (PDT) Message-Id: <200209222026.g8MKQxlm057331@freefall.freebsd.org> From: Warner Losh Date: Sun, 22 Sep 2002 13:26:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard cardinfo.h i82365.h pccard.c pccard_nbk.c pccard_nbk.h pcic.c pcic_pci.c pcic_pci.h pcicvar.h slot.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 imp 2002/09/22 13:26:59 PDT Modified files: (Branch: RELENG_4) sys/pccard cardinfo.h i82365.h pccard.c pccard_nbk.c pccard_nbk.h pcic.c pcic_pci.c pcic_pci.h pcicvar.h slot.h Log: MFC: Lots of stuff: 1) Provide slots to pass the CIS Vendor, CIS Version, OEM ID, Product ID, and Product EXT by taking space from the largely unused misc field. 2) Cardbus voltages now work, so use them for cardbus bridges. This should fix toshiba bridges and 3.3V cards. 3) Add support for CardBus bridges mapping PC Card memory into high memory (> 16M). 4) Attempt to sanely setup the TI MFUNC register on those bridges that have it. 5) Maybe support routing 6729 bridges via PCI bus. 6) ID name length reduction. 7) Better verbage in the sysctl doc strings. 8) Add ability for 6722 users to specify how, if at all, they want to try to detect 3.3V cards. 9) Minor formatting nits Approved by: re@ Revision Changes Path 1.16.2.6 +25 -18 src/sys/pccard/cardinfo.h 1.10.2.9 +16 -0 src/sys/pccard/i82365.h 1.106.2.14 +5 -1 src/sys/pccard/pccard.c 1.15.2.11 +20 -4 src/sys/pccard/pccard_nbk.c 1.4.2.2 +3 -1 src/sys/pccard/pccard_nbk.h 1.89.2.27 +61 -16 src/sys/pccard/pcic.c 1.54.2.21 +244 -167 src/sys/pccard/pcic_pci.c 1.23.2.11 +12 -0 src/sys/pccard/pcic_pci.h 1.15.2.11 +2 -1 src/sys/pccard/pcicvar.h 1.25.2.5 +10 -6 src/sys/pccard/slot.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message