Opened 19 years ago
Closed 11 years ago
#35 closed enhancement (fixed)
Implement a TTY module layer
Reported by: | Owned by: | mmlr | |
---|---|---|---|
Priority: | blocker | Milestone: | R1/beta1 |
Component: | Drivers/TTY | Version: | R1/Development |
Keywords: | Cc: | diver, siarzhuk, andreasf | |
Blocked By: | Blocking: | #5754 | |
Platform: | All |
Description (last modified by )
TTY Layer
- Rework our current TTY layer into a module
- Create an API that fulfills the need of a serial port
- traditional RS232
- serial over USB.
- Integrate the new API into the serial drivers that are already in our repository,
- Make sure everything works as expected.
- Until now the serial port was reserved for kernel debugging, but it is now time for proper userland support.
Additional information may be at the haiku ML thread Drivers on TTY Layer
Change History (19)
comment:1 by , 19 years ago
Summary: | Needs a TTY module layer → Needs to be a TTY module layer |
---|
comment:2 by , 19 years ago
Cc: | added |
---|
comment:3 by , 18 years ago
Summary: | Needs to be a TTY module layer → Implement a TTY module layer |
---|
comment:4 by , 18 years ago
Type: | bug → enhancement |
---|
comment:5 by , 17 years ago
comment:6 by , 17 years ago
Component: | - Applications → Drivers |
---|
If it easily can, I would think it should. But it depends a bit on who is going to work on this, of course :-)
comment:7 by , 17 years ago
Owner: | removed |
---|
comment:8 by , 17 years ago
Cc: | added |
---|
comment:9 by , 15 years ago
Component: | Drivers → Drivers/TTY |
---|---|
Version: | → R1 development |
Don't know what a TTY are but there are a component called TTY in tracker. Moving this to that one. This didn't answer my questions. http://en.wikipedia.org/wiki/Tty
comment:10 by , 15 years ago
Cc: | removed |
---|
comment:11 by , 14 years ago
Description: | modified (diff) |
---|---|
Milestone: | R1 → R1/beta1 |
Priority: | normal → blocker |
Setting this as a blocker for entering R1/Beta's.
comment:12 by , 14 years ago
Cc: | added |
---|
comment:13 by , 14 years ago
FreeBSD recently re-wrote their tty system. Is it worthwhile to borrow code from that?
comment:14 by , 14 years ago
Version: | R1/pre-alpha1 → R1/Development |
---|
comment:15 by , 14 years ago
Description: | modified (diff) |
---|
I've implemented a generic tty module based on the tty driver in hrev39760 and ported over usb_serial to it in hrev39762. The pc_serial (RS232) driver still needs to be ported and the tty driver should now be reworked to use the tty module and only provide the driver specific code that was left out in the generic module. I'm going to work on the tty driver but will leave the pc_serial driver alone. François still wanted to keep backwards compatibility for now and I myself don't have any real serial ports where I could test it on anymore.
comment:16 by , 14 years ago
Owner: | set to |
---|---|
Status: | new → in-progress |
Going to accept the ticket for now.
comment:17 by , 13 years ago
Cc: | added |
---|
comment:18 by , 13 years ago
Blocking: | 5754 added |
---|
comment:19 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
As discussed on the ML, the only remaining part of this is #5754. Marking this as fixed.
Will our tty busmanager be compatible with be's one ?