From owner-freebsd-current Sun Jun 10 16:13:21 2001 Delivered-To: freebsd-current@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 64D0D37B405 for ; Sun, 10 Jun 2001 16:13:11 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f5AND5V60475; Sun, 10 Jun 2001 17:13:06 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200106102313.f5AND5V60475@harmony.village.org> To: Samuel Tardieu Subject: Re: PCCARD and -current Cc: current@FreeBSD.ORG In-reply-to: Your message of "10 Jun 2001 21:10:52 +0200." <2001-06-10-21-10-52+trackit+sam@inf.enst.fr> References: <2001-06-10-21-10-52+trackit+sam@inf.enst.fr> <992179431.3b2374e7ab8a8@Mail.SavvyWorld.Net> <200106091315.f59DFPW15949@hak.lan.Awfulhak.org> <200106100140.f5A1egl17676@billy-club.village.org> <200106101846.f5AIkSl21015@billy-club.village.org> Date: Sun, 10 Jun 2001 17:13:05 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <2001-06-10-21-10-52+trackit+sam@inf.enst.fr> Samuel Tardieu writes: : I think that a short HOWTO-UPGRADE would benefit to everyone. For The entry in UPDATING should do that. If it is unclear, let me know and I'll update it. : example, should I: : : - keep my old kernel settings (using the glue compatibility layer) : or use the new one? (copied from NEWCARD) Keep old kernel settings, do not use new ones. : - make sure that my hints file matches the interrupt of my pcic : device? (9 in my case, shared with all the other PCI stuff) Hints adjustment is not necessary. Hints are only used for ISA attachment. : - should I still be running pccardd if I choose the new settings? : (pccardd reports that no PCCARD can be found in my case) Use pccardd. If it is reporting no pccard slots found, then either your cardbus bridge isn't being recognized or you are running newcard. : - should I force the IRQ? (if I do that, while keeping the old : settings (as pccardd won't start with the new ones albeit it's a : new pccardd), then I get a panic using "-I -i 9") You shouldn't be getting a panic. If you are seeing a panic, make sure that you have a new pccardd and have rebuilt the kernel. If you get a panic, please report a traceback. In summary: o Use the same config file you used before. o Update pccardd o Add "-I -i 9" to pccardd_flags (if your pcic's irq is 9). o rebuild and reinstall the kernel. o reboot. Send your panics to me. :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message