Date: Tue, 18 Jan 2000 10:13:01 +0800 (+0800) From: Michael Robinson <robinson@netrinsics.com> To: freebsd-mobile@freebsd.org Subject: Re: 3Com 3CCFE574BT works. Message-ID: <200001180213.KAA02221@netrinsics.com>
next in thread | raw e-mail | index | archive | help
Bob Willcox <bob@luke.immure.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001180213.KAA02221>