Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2000 16:21:48 -0500
From:      Jason Young <jyoung@accessus.net>
To:        'Tim Grzechowski' <tim.grzechowski@aais.bdi.gte.com>, freebsd-hackers@freebsd.org
Subject:   RE: BOCA BB1008
Message-ID:  <AFD8E724533ED4119EEB00508B9A2140D04A@exchange.accessus.net>

next in thread | raw e-mail | index | archive | help


> 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?

They aren't automagically created. You need to make more yourself. The
/dev/MAKEDEV script is normally used but may not do this for you based on my
first look at the script - it seems to only make single-digit device
numbers. You may have to use mknod by hand after looking at how MAKEDEV
makes the first cuaaX devices.

Jason Young
Access US(tm) Chief Network Engineer 

> 
> 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: <System console> 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-hackers" in the body of the message
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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