From owner-cvs-all Fri Jul 27 9:41:11 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 23E9937B403; Fri, 27 Jul 2001 09:41:05 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.4/8.11.4) with ESMTP id f6RGf3r24406; Fri, 27 Jul 2001 17:41:03 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.4/8.11.4) with ESMTP id f6RGf2c08542; Fri, 27 Jul 2001 17:41:02 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200107271641.f6RGf2c08542@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/sys/pccard pcic.c pcic_isa.c pcic_pci.c In-Reply-To: Message from Warner Losh of "Fri, 27 Jul 2001 09:07:02 PDT." <200107271607.f6RG72Q65452@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 27 Jul 2001 17:41:02 +0100 From: Brian Somers 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 You may need to change src/sys/boot/forth/loader.conf too :) > imp 2001/07/27 09:07:02 PDT > > Modified files: > sys/pccard pcic.c pcic_isa.c pcic_pci.c > Log: > Introduce two new tunables from the boot loader. > > hw.pcic.irq Globally set the IRQ for all pcic devices' management > interrupt (aka card status change or CSC interrupt) > This is what used to be known as > machdep.pccard.pcic_irq (which has been retained for > now for compatibility). > hw.pcic.ignore_fuction_1 Ignores function 1 for all PCIC bridges by not > attaching to them. Lucent released a huge batch > of cards that were imporperly manufactuered (lacking > the 0 ohm resister to disable slot 1). This is > a big hammer to keep those cards from causing problems > (I've had 4 people contact me saying my patches > worked great once they added a kludge to always ignore > function 1, or until they soldered these resistors > in place!). > > No clue where to document these. They act as both boot loader environment > variables, as well as read-only sysctls after boot. > > At the same time, sort sys/systm.h in its proper order after sys/sysctl.h. > > Revision Changes Path > 1.151 +6 -2 src/sys/pccard/pcic.c > 1.16 +17 -7 src/sys/pccard/pcic_isa.c > 1.60 +17 -2 src/sys/pccard/pcic_pci.c -- Brian http://www.freebsd-services.com/ Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message