From owner-freebsd-current Sun Mar 12 23:11: 7 2000 Delivered-To: freebsd-current@freebsd.org Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 25DA237B541 for ; Sun, 12 Mar 2000 23:11:05 -0800 (PST) (envelope-from randy@psg.com) Received: from randy by rip.psg.com with local (Exim 3.13 #1) id 12UP0G-000GhH-00; Sun, 12 Mar 2000 23:11:00 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Bruce Evans Cc: FreeBSD Current Subject: Re: riscom/8 References: Message-Id: Date: Sun, 12 Mar 2000 23:11:00 -0800 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> 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 > yes! rc0 at port 0x220-0x22e irq 12 on isa0 rc0: 8 chans, firmware rev. C rc0: driver is using old-style compatability shims randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message