From owner-freebsd-current Sun Mar 12 22:35:53 2000 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id CF8B537B56A for ; Sun, 12 Mar 2000 22:35:48 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id RAA22583; Mon, 13 Mar 2000 17:42:07 +1100 Date: Mon, 13 Mar 2000 17:35:28 +1100 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Randy Bush Cc: FreeBSD Current Subject: Re: riscom/8 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 12 Mar 2000, Randy Bush wrote: > riscom/8 used to work on this box when running 3.4-stable. Try this fix. Index: isa_compat.h =================================================================== RCS file: /home/ncvs/src/sys/i386/isa/isa_compat.h,v retrieving revision 1.27 diff -c -2 -r1.27 isa_compat.h *** isa_compat.h 2000/02/28 07:52:22 1.27 --- isa_compat.h 2000/03/13 06:30:25 *************** *** 176,180 **** { INTR_TYPE_TTY, &labpcdriver }, #endif ! #if NRCD > 0 { INTR_TYPE_TTY, &rcdriver }, #endif --- 176,180 ---- { INTR_TYPE_TTY, &labpcdriver }, #endif ! #if NRC > 0 { INTR_TYPE_TTY, &rcdriver }, #endif Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message