Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 2000 20:43:44 -0600
From:      Steve Price <sprice@hiwaay.net>
To:        Mark.Andrews@nominum.com
Cc:        stable@freebsd.org
Subject:   Re: 4.2-BETA hangs on boot
Message-ID:  <20001116204344.B62344@bonsai.knology.net>
In-Reply-To: <200011170209.eAH297q51130@drugs.dv.isc.org>; from Mark.Andrews@nominum.com on Fri, Nov 17, 2000 at 01:09:07PM %2B1100
References:  <20001116195957.A62344@bonsai.knology.net> <200011170209.eAH297q51130@drugs.dv.isc.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 17, 2000 at 01:09:07PM +1100, Mark.Andrews@nominum.com wrote:
# 
# 	On my 3800 I had to give pcic0 an irq (10).

Yep, that did it.  Since Dell laptops are so commonplace it
would be nice get this fixed in the GENERIC before the release
goes out.  I'm sure there is a more appropriate fix, but the
following patch worked for me.

-steve

BEWARE: cut-n-pasted patch below

steve@dorado(/usr/src/sys/i386/conf)$ cvs diff -u GENERIC 
Index: GENERIC
===================================================================
RCS file: /home/ncvs/src/sys/i386/conf/GENERIC,v
retrieving revision 1.246.2.20
diff -u -r1.246.2.20 GENERIC
--- GENERIC     2000/10/31 23:16:07     1.246.2.20
+++ GENERIC     2000/11/17 02:26:26
@@ -146,7 +146,7 @@
 
 # PCCARD (PCMCIA) support
 device         card
-device         pcic0   at isa? irq 0 port 0x3e0 iomem 0xd0000
+device         pcic0   at isa? irq 10 port 0x3e0 iomem 0xd0000
 device         pcic1   at isa? irq 0 port 0x3e2 iomem 0xd4000 disable
 
 # Serial (COM) ports


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001116204344.B62344>