Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2000 17:35:28 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Randy Bush <randy@psg.com>
Cc:        FreeBSD Current <freebsd-current@FreeBSD.ORG>
Subject:   Re: riscom/8
Message-ID:  <Pine.BSF.4.21.0003131730590.952-100000@alphplex.bde.org>
In-Reply-To: <E12UEBB-00084u-00@rip.psg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0003131730590.952-100000>