Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jan 2000 02:39:18 +0900
From:      Tatsumi Hosokawa <hosokawa@itc.keio.ac.jp>
To:        mobile@FreeBSD.org
Subject:   Re: Working pcic polling mode patch (Re: Polling mode of pcic as default?)
Message-ID:  <86g0vzgrp5.wl@ringo.FromTo.Cc>
In-Reply-To: In your message of "Sat, 15 Jan 2000 20:55:21 %2B0900" <86iu0vh7me.wl@ringo.FromTo.Cc>
References:  <86oganhgj8.wl@ringo.FromTo.Cc> <86ln5rhdxi.wl@ringo.FromTo.Cc> <86iu0vh7me.wl@ringo.FromTo.Cc>

next in thread | previous in thread | raw e-mail | index | archive | help
At Sat, 15 Jan 2000 20:55:21 +0900,
Tatsumi Hosokawa <hosokawa@itc.keio.ac.jp> wrote:

> Last patch have a minor bug.
> (if pcic_irq was not defined in loader.rc,
>  polling mode was selected)
> I fixed this bug.

This bug-fix patch has been committed.

Following patch sets polling mode as default.
How about it?

Index: loader.conf
===================================================================
RCS file: /home/ncvs/src/sys/boot/forth/loader.conf,v
retrieving revision 1.25
diff -u -r1.25 loader.conf
--- loader.conf	2000/01/14 20:41:00	1.25
+++ loader.conf	2000/01/15 17:34:53
@@ -72,7 +72,7 @@
 
 #kern.ipc.nmbclusters=""	# Set the number of mbuf clusters
 #kern.vm.kmem.size=""		# Sets the size of kernel memory (bytes)
-#machdep.pccard.pcic_irq="0"	# Assigns PCCARD controller IRQ (0=polled)
+machdep.pccard.pcic_irq="0"	# Assigns PCCARD controller IRQ (0=polled)
 #net.inet.tcp.tcbhashsize=""	# Set the value of TCBHASHSIZE
 
 
-- 
---------------------------
Tatsumi Hosokawa
hosokawa@itc.keio.ac.jp


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?86g0vzgrp5.wl>