Return to BSD News archive
#! rnews 1722 bsd Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!news.ececs.uc.edu!newsfeeds.sol.net!news.maxwell.syr.edu!visi.com!not-for-mail From: "Patrick Sonnek" <psonnek@soncom.com> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Question on moax cp104p boards Date: 19 Feb 1997 17:05:45 GMT Organization: (missing) Lines: 29 Message-ID: <01bc1e86$6b20e4a0$1d9f09ce@win95.soncom.com> NNTP-Posting-Host: win95.soncom.com X-Newsreader: Microsoft Internet News 4.70.1155 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:35811 I just installed, and have working a Moxa CP104P board. when callers hangup, I get the following messages in the log file. Feb 19 09:53:11 nancy pppd[398]: fcntl(F_SETFL, fdflags): Inappropriate ioctl for device Feb 19 09:53:11 nancy pppd[398]: ioctl(TIOCSETD): Inappropriate ioctl for device Feb 19 09:53:11 nancy pppd[398]: tcsetattr: Inappropriate ioctl for device And here is my kernel configuration for sio devices. device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr device sio3 at isa? port "IO_COM4" tty irq 7 vector siointr 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 10 vector siointr the old regular sio cards do not get these error messages. I would appreciate it if anyone could tell me what is causing these messages. Thanks.