From owner-freebsd-mobile Tue May 29 20:33:32 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from smtp011.mail.yahoo.com (smtp011.mail.yahoo.com [216.136.173.31]) by hub.freebsd.org (Postfix) with SMTP id 3252937B423 for ; Tue, 29 May 2001 20:33:30 -0700 (PDT) (envelope-from freebsd_mail@yahoo.com) Received: from adsl-63-195-114-87.dsl.snfc21.pacbell.net (HELO gregsIBM) (63.195.114.87) by smtp.mail.vip.sc5.yahoo.com with SMTP; 30 May 2001 03:33:29 -0000 X-Apparently-From: Message-ID: <200105292033290460.00D7F01F@smtp.mail.yahoo.com> In-Reply-To: <20010529231149.B18953@pir.net> References: <3B143E0A.1060702@telocity.com> <200105292006180010.00BF0A68@smtp.mail.yahoo.com> <20010529231149.B18953@pir.net> X-Mailer: Calypso Version 3.20.02.00 (2) Date: Tue, 29 May 2001 20:33:29 -0700 Reply-To: freebsd_mail@yahoo.com From: "Greg Smith" To: freebsd-mobile@freebsd.org Subject: config kernel without rebuild (was: Re: Vaio with TI-1131 Cardbus problems - IRQs?) Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Peter, Yes, exactly. Thanks. I should have mentioned two things: 1) I think one should have a last line of q or quit in kernel.conf, since this is a batch version of the user config tool. 2) Unlike the machdep... solution, the userconfig solution is generalizable to all the devices in the kernel, with at least the following commands: di sio1 (disable) en pcic1 (enable) po pcic0 0xfcec (set port) ir pcic0 9 (set IRQ) dr pcm0 1 (set DRQ) iom pcic0 0xd8000 (set iomem) ios pcic0 ????? (set iosize) f pcm0 0x10 (set flags) This is very handy on those older machines where it takes a long time to rebuild the kernel. Try boot -c to get the whole picture. Greg -----Original Message----- >> put "ir pcic0 9", or whatever IRQ you choose, in a file called >> /boot/kernel.conf and make sure /boot/loader.conf includes >> userconfig_script_load="YES". See the list archives for the other way > >/boot/loader.conf >machdep.pccard.pcic_irq="10" _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message