Re[2]: Driver for device on serial (COM) port

2002-07-03 Thread Lev Serebryakov
Hello, Julian! Saturday, June 29, 2002, 11:32:31 PM, you wrote: JE> in -current, we have a new netgraph node ng_device JE> that gives a device interface to netgraph. JE> We also have the ng_tty node that attaches to a tty JE> as a 'line disciplin' JE> adding a node between these to do you own stu

Re[2]: Driver for device on serial (COM) port

2002-06-30 Thread Lev Serebryakov
Hello, Julian! Saturday, June 29, 2002, 11:32:31 PM, you wrote: JE> in -current, we have a new netgraph node ng_device JE> that gives a device interface to netgraph. JE> We also have the ng_tty node that attaches to a tty JE> as a 'line disciplin' JE> adding a node between these to do you own st

Re: Driver for device on serial (COM) port

2002-06-29 Thread Julian Elischer
in -current, we have a new netgraph node ng_device that gives a device interface to netgraph. We also have the ng_tty node that attaches to a tty as a 'line disciplin' adding a node between these to do you own stuff would give you what you want. (the ng_device node shuld be Merged from current s

Driver for device on serial (COM) port

2002-06-29 Thread Lev Serebryakov
Hello, freebsd-hackers! How are you? I want to write driver for some device, which is attached to standard serial (COM, RS-232) port. I want to make this driver full-featured -- with device node in /dev, ioctl()s and other. But I don't want to re-implement all this serial tty stuff,