Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2006 22:20:24 +0300
From:      Niki Denev <nike_d@cytexbg.com>
To:        freebsd-hackers@freebsd.org
Subject:   provide ttys from device driver
Message-ID:  <200608082220.25048.nike_d@cytexbg.com>

next in thread | raw e-mail | index | archive | help
Hi,

The cardbus hsdpa/umts adapter which driver i'm trying to port from linux to\
 freebsd should look as four port serial device.
The part of the driver that speaks with the hardware is more or less ready and 
working, i have setup a interrupt handler and can talk to the card and catch 
and service interrupts.
Now the tricky part is to connect this to the tty layer...
So, what is the best place to look for examples to provide ttys from a device 
driver? (apart from reading the code of existing serial drivers, which i'm 
doing right now :) )

Thanks!

--niki



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608082220.25048.nike_d>