From owner-freebsd-newbies Tue Aug 15 14:23:32 2000 Delivered-To: freebsd-newbies@freebsd.org Received: from ftwmail.bdi.gte.com (ftwmail.bdi.gte.com [192.76.86.129]) by hub.freebsd.org (Postfix) with ESMTP id 1D7D737B564; Tue, 15 Aug 2000 14:23:25 -0700 (PDT) (envelope-from tim.grzechowski@aais.bdi.gte.com) Received: from ftwmail.bdi.gte.com (localhost [127.0.0.1]) by ftwmail.bdi.gte.com (8.9.3/8.9.3) with ESMTP id QAA02223; Tue, 15 Aug 2000 16:19:09 -0500 (EST) Received: from mail1.irngtx.tel.gte.com ([143.91.100.195]) by ftwmail.bdi.gte.com (8.9.3/8.9.3) with ESMTP id QAA02212; Tue, 15 Aug 2000 16:19:07 -0500 (EST) Received: from calender.tmtrfl.tel.gte.com (calender.tmtrfl.tel.gte.com [136.151.235.242]) by mail1.irngtx.tel.gte.com (8.9.3/8.9.3) with ESMTP id QAA10678; Tue, 15 Aug 2000 16:23:21 -0500 (CDT) Received: from aais.bdi.gte.com (michigan.tmtrfl.tel.gte.com [136.151.196.186]) by calender.tmtrfl.tel.gte.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id Q0GZC2YB; Tue, 15 Aug 2000 17:33:26 -0400 Message-ID: <3999B44C.DDD53EF5@aais.bdi.gte.com> Date: Tue, 15 Aug 2000 17:21:16 -0400 From: Tim Grzechowski Organization: GTE Data Services X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.12-20 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org, freebsd-newbies@freebsd.org Subject: BOCA BB1008 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Interesting problem, I have installed two Boca BB1008 boards for console access to a litter of Sun, HPUX, and AIX servers... I installed/configured one board at a time. At the bottom of this email is the info from dmesg as well as from my kernel. However in the /dev directory it only lists "cuaa0" thru "cuaa11". I have tested out the first card and all the ports work as expectecd, on the second board the first three work great (as expected considering the devices that are available)... however because cuaa12 and above don't exists I can do the normal "cu -l /dev/cuaa12 -s 9600" (or 13, 14, et cetera). I have recompiled the kernel, even did a :make clean" first, any ideas how to automajically create the five devices I am missing? Thanks! /tg KERNEL: --------------------------------------------------------------- options COM_MULTIPORT # Needed for Boca 4/8 Port sio boards # Serial (COM) ports #device sio0 at isa? port IO_COM1 flags 0x10 irq 4 #device sio1 at isa? port IO_COM2 irq 3 #device sio2 at isa? disable port IO_COM3 irq 5 #device sio3 at isa? disable port IO_COM4 irq 9 device sio1 at isa? port 0x100 flags 0xb05 device sio2 at isa? port 0x108 flags 0xb05 device sio3 at isa? port 0x110 flags 0xb05 device sio4 at isa? port 0x118 flags 0xb05 device sio5 at isa? port 0x120 flags 0xb05 device sio6 at isa? port 0x128 flags 0xb05 device sio7 at isa? port 0x130 flags 0xb05 device sio8 at isa? port 0x138 flags 0xb05 irq 4 device sio9 at isa? port 0x200 flags 0xb05 device sio10 at isa? port 0x208 flags 0xb05 device sio11 at isa? port 0x210 flags 0xb05 device sio12 at isa? port 0x218 flags 0xb05 device sio13 at isa? port 0x220 flags 0xb05 device sio14 at isa? port 0x228 flags 0xb05 device sio15 at isa? port 0x230 flags 0xb05 device sio16 at isa? port 0x238 flags 0xb05 irq 3 --------------------------------------------------------------- DMESG: --------------------------------------------------------------- sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1 at port 0x100-0x107 flags 0xb05 on isa0 sio1: type 16550A (multiport) sio2 at port 0x108-0x10f flags 0xb05 on isa0 sio2: type 16550A (multiport) sio3 at port 0x110-0x117 flags 0xb05 on isa0 sio3: type 16550A (multiport) sio4 at port 0x118-0x11f flags 0xb05 on isa0 sio4: type 16550A (multiport) sio5 at port 0x120-0x127 flags 0xb05 on isa0 sio5: type 16550A (multiport) sio6 at port 0x128-0x12f flags 0xb05 on isa0 sio6: type 16550A (multiport) sio7 at port 0x130-0x137 flags 0xb05 on isa0 sio7: type 16550A (multiport) sio8 at port 0x138-0x13f irq 4 flags 0xb05 on isa0 sio8: type 16550A (multiport) sio9 at port 0x200-0x207 flags 0xb05 on isa0 sio9: type 16550A (multiport) sio10 at port 0x208-0x20f flags 0xb05 on isa0 sio10: type 16550A (multiport) sio11 at port 0x210-0x217 flags 0xb05 on isa0 sio11: type 16550A (multiport master) sio12 at port 0x218-0x21f flags 0xb05 on isa0 sio12: type 16550A (multiport) sio13 at port 0x220-0x227 flags 0xb05 on isa0 sio13: type 16550A (multiport) sio14 at port 0x228-0x22f flags 0xb05 on isa0 sio14: type 16550A (multiport) sio15 at port 0x230-0x237 flags 0xb05 on isa0 sio15: type 16550A (multiport) sio16 at port 0x238-0x23f irq 3 flags 0xb05 on isa0 sio16: type 16550A (multiport) --------------------------------------------------------------- -- --------------------------------------------------------------- Timothy Grzechowski tim.grzechowski@aais.bdi.gte.com --------------------------------------------------------------- GTE Data Services AAIS Engineering, Sys. Admin. --------------------------------------------------------------- Office: 813/978-4327 Office FAX: 813/978-6812 --------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message