Date: Mon, 02 Jul 2001 12:03:19 +1000 From: Gregory Bond <gnb@itga.com.au> To: hackers@freebsd.org Subject: tty/ioctl/device driver advice wanted Message-ID: <200107020203.MAA03221@lightning.itga.com.au>
next in thread | raw e-mail | index | archive | help
[pls cc me I'm not normally on -hackers] I'm working on updating the istallion mulitport serial driver into -Stable. The existing driver occasionally does "return(-ENODEV);" from (functions called from) the device ioctl routine. The new driver that I am trying to fold in does "return ENODEV;". Any advice on which is correct? Is this a bug in istallion.c that has been there since day 1? (And any obvious way of discovering stuff like this other than asking?) 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?200107020203.MAA03221>