15.4. How do I enable support for a multiport serial card?

Aftab Jahan Subedar jahan at bol-online.com
Thu Mar 17 20:30:53 UTC 2005


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 






More information about the freebsd-doc mailing list