From owner-freebsd-hackers Mon Jun 23 01:22:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA21436 for hackers-outgoing; Mon, 23 Jun 1997 01:22:16 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA21427 for ; Mon, 23 Jun 1997 01:22:11 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id SAA00991; Mon, 23 Jun 1997 18:18:18 +1000 Date: Mon, 23 Jun 1997 18:18:18 +1000 From: Bruce Evans Message-Id: <199706230818.SAA00991@godzilla.zeta.org.au> To: danny@panda.hilink.com.au, gurney_j@resnet.uoregon.edu Subject: Re: TC-800 hi speed 8-port serial card Cc: freebsd-hackers@FreeBSD.ORG, sdudley@byterunner.com Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> The ByteRunner web site has a link to the serial ports section of the >> FreeBSD handbook (2.1.0 version!!!) rather than explicit instructions for >> installing with FreeBSD. I already have AST/4 clones running happily on >> my system. I configured a kernel with COM_MULTIPORT and 8 ports tied >> together as for the AST/4. I added the "verbose" bit to the flags. None >> of the sio devices was recognised, and the probe failed at "test 3", >> which looks like the IRQ test in sio.c. > >there is a bit that tells FreeBSD to ignore the results of test3... Only in -current. You don't want to ignore it for testing new hardware. >> page does not seem to handle this other than by saying "only AST/4 >> control registers are handled." > >actually.. AST/4 irq status registers aren't even supported yet... I'm >about finished with support 'em... This is why it says "only _control_ registers are supported" :-). Bruce