Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2005 02:22:34 -0600
From:      Aftab Jahan Subedar <jahan@bol-online.com>
To:        doc@FreeBSD.org
Subject:   15.4. How do I enable support for a multiport serial card?
Message-ID:  <423A8FCA.6020805@bol-online.com>

next in thread | raw e-mail | index | archive | help
The above mentioned FAQ needs updating for kernel configuration example.

Version ???? possbily below 4:

options "COM_MULTIPORT"
device sio4 at isa? port 0x2a0 tty flags 0x781
device sio5 at isa? port 0x2a8 tty flags 0x781
device sio6 at isa? port 0x2b0 tty flags 0x781
device sio7 at isa? port 0x2b8 tty flags 0x781 irq 7 vector siointr


Version 4.10 ++:

options COM_MULTIPORT
device sio4 at isa? port 0x2a0 flags 0x781
device sio5 at isa? port 0x2a8 flags 0x781
device sio6 at isa? port 0x2b0 flags 0x781
device sio7 at isa? port 0x2b8 flags 0x781 irq 7 






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