From owner-freebsd-mobile Mon Jan 17 18:12:47 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from public.bta.net.cn (public.bta.net.cn [202.96.0.97]) by hub.freebsd.org (Postfix) with ESMTP id 1D94115280 for ; Mon, 17 Jan 2000 18:12:22 -0800 (PST) (envelope-from robinson@netrinsics.com) Received: from netrinsics.com (gj-12-189.bta.net.cn [202.106.12.189]) by public.bta.net.cn (8.9.3/8.9.3) with ESMTP id KAA14701 for ; Tue, 18 Jan 2000 10:12:16 +0800 (CST) Received: (from robinson@localhost) by netrinsics.com (8.9.3/8.9.3) id KAA02221 for freebsd-mobile@freebsd.org; Tue, 18 Jan 2000 10:13:01 +0800 (+0800) (envelope-from robinson) Date: Tue, 18 Jan 2000 10:13:01 +0800 (+0800) From: Michael Robinson Message-Id: <200001180213.KAA02221@netrinsics.com> To: freebsd-mobile@freebsd.org Subject: Re: 3Com 3CCFE574BT works. Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bob Willcox writes: >No, unfortunately the userconfig does not offer any way (that I could >discover) to set the IRQ to be used by a pccard. The official way to assign an IRQ to a pccard (under -STABLE at least) is to hard-code the imask in pccard_alloc_intr() in sys/pccard/pccard.c, rebuild your kernel, and reboot. For example, to get my 3C589C to use IRQ 9 (the only one it will accept), I added the following line: imask |= 1ul << 9; If you need to install using a pccard, you might have to build the kernel on another machine, and make a new boot floppy. -Michael Robinson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message