dowmun
July 12th, 2004, 09:43
Hello,
I am using FreeBSD 4-10. I bought a Cyber 2s1p Plus card so that I can have a 16650 serial port. In my kernel configuration file, under the serial (COM) section, I added the device puc. I also put in the option PUC_FASTINTR.
Compiling the kernel with these items allows me to have cuaa4 and cuaa5. However, They are still 16550 ports.
I read in the LINT file that I need to add the 0x20000 flag for sio in order to make them work as 16650 ports.
I do not know how to do this.
I have tried adding the following lines, in the serial (COM) section, with no success.
device sio4 flags 0x20000
device sio5 flags 0x20000
I think I have to give some sort of location before the flags, but I do not know what to enter.
Thanks for any suggestions,
Dave
I am using FreeBSD 4-10. I bought a Cyber 2s1p Plus card so that I can have a 16650 serial port. In my kernel configuration file, under the serial (COM) section, I added the device puc. I also put in the option PUC_FASTINTR.
Compiling the kernel with these items allows me to have cuaa4 and cuaa5. However, They are still 16550 ports.
I read in the LINT file that I need to add the 0x20000 flag for sio in order to make them work as 16650 ports.
I do not know how to do this.
I have tried adding the following lines, in the serial (COM) section, with no success.
device sio4 flags 0x20000
device sio5 flags 0x20000
I think I have to give some sort of location before the flags, but I do not know what to enter.
Thanks for any suggestions,
Dave