phk
d08ddc3f6b
Add functions to create and free the "tty-ness" of a serial port in a
...
generic way. This code will allow a similar amount of code to be
removed from most if not all serial port drivers.
Add generic cdevsw for tty devices.
Add generic slave cdevsw for init/lock devices.
Add ttypurge function which wakes up all know generic sleep
points in the tty code, and calls into the hw-driver if it
provides a method.
Add ttycreate function which creates tty device and optionally
cua device. In both cases .init/.lock devices are created
as well.
Change ttygone() slightly to also call the hw driver provided
purge routine.
Add ttyfree() which will purge and destroy the cdevs.
Add ttyconsole mode for setting console friendly termios
on a port.
2004-09-28 19:33:49 +00:00
..
2004-08-12 17:26:22 +00:00
2004-08-12 17:26:22 +00:00
2004-06-05 02:18:28 +00:00
2003-06-11 00:56:59 +00:00
2003-06-11 00:56:59 +00:00
2004-09-23 23:29:24 +00:00
2004-02-04 21:52:57 +00:00
2003-06-11 00:56:59 +00:00
2003-06-11 00:56:59 +00:00
2004-09-05 02:09:54 +00:00
2004-07-13 19:36:59 +00:00
2004-06-17 17:16:53 +00:00
2004-07-26 07:24:04 +00:00
2003-10-25 16:10:41 +00:00
2004-07-10 21:36:01 +00:00
2004-08-19 11:31:42 +00:00
2004-09-27 06:34:30 +00:00
2003-11-09 20:31:04 +00:00
2004-08-19 14:59:51 +00:00
2004-04-28 01:27:33 +00:00
2004-09-14 18:38:16 +00:00
2004-09-23 21:01:50 +00:00
2004-09-24 20:27:04 +00:00
2004-09-13 22:10:04 +00:00
2004-09-01 06:42:02 +00:00
2004-09-05 02:09:54 +00:00
2004-06-27 09:03:22 +00:00
2004-09-23 21:03:16 +00:00
2004-09-01 02:11:28 +00:00
2004-09-20 19:01:44 +00:00
2004-07-26 07:24:04 +00:00
2004-08-27 01:20:26 +00:00
2004-08-27 01:41:28 +00:00
2004-04-05 21:03:37 +00:00
2004-07-15 08:26:07 +00:00
2004-07-19 06:21:27 +00:00
2004-09-20 08:52:04 +00:00
2004-04-05 21:03:37 +00:00
2004-08-20 21:47:48 +00:00
2003-07-16 01:00:39 +00:00
2004-09-02 18:59:15 +00:00
2004-03-14 15:23:05 +00:00
2004-09-23 14:45:04 +00:00
2004-07-03 02:38:03 +00:00
2004-09-19 18:34:17 +00:00
2004-08-31 06:12:13 +00:00
2004-09-24 00:38:15 +00:00
2004-06-14 18:19:05 +00:00
2004-09-02 18:59:15 +00:00
2004-08-31 07:34:54 +00:00
2004-07-10 15:42:16 +00:00
2004-09-19 18:34:17 +00:00
2004-02-27 16:13:44 +00:00
2004-09-16 07:12:59 +00:00
2004-07-15 08:26:07 +00:00
2004-07-28 06:42:41 +00:00
2004-08-14 08:33:49 +00:00
2004-09-07 07:04:47 +00:00
2004-09-25 00:53:46 +00:00
2004-06-21 22:34:57 +00:00
2004-08-06 21:49:00 +00:00
2004-07-12 15:28:31 +00:00
2004-01-22 13:34:11 +00:00
2004-07-26 07:24:04 +00:00
2003-09-13 18:46:24 +00:00
2004-08-29 01:21:51 +00:00
2004-08-09 18:46:13 +00:00
2003-09-20 17:39:32 +00:00
2003-12-23 03:50:43 +00:00
2003-06-11 00:56:59 +00:00
2003-07-22 10:36:36 +00:00
2003-06-11 06:34:30 +00:00
2003-06-11 06:34:30 +00:00
2004-09-16 07:12:59 +00:00
2004-09-16 07:12:59 +00:00
2004-07-26 07:24:04 +00:00
2004-04-05 21:03:37 +00:00
2004-06-04 04:03:26 +00:00
2004-08-30 05:48:49 +00:00
2004-07-15 20:47:41 +00:00
2004-04-05 21:03:37 +00:00
2004-06-16 09:47:26 +00:00
2004-08-19 19:51:51 +00:00
2003-06-11 00:56:59 +00:00
2003-07-02 16:01:38 +00:00
2004-09-26 06:48:59 +00:00
2003-10-16 09:16:28 +00:00
2004-06-16 09:47:26 +00:00
2003-12-07 21:53:41 +00:00
2004-04-05 21:03:37 +00:00
2003-06-11 00:56:59 +00:00
2003-09-05 11:12:00 +00:00
2004-04-05 21:03:37 +00:00
2003-06-11 00:56:59 +00:00
2004-01-02 18:24:13 +00:00
2004-07-10 21:43:23 +00:00
2004-07-16 21:04:55 +00:00
2004-08-19 20:16:09 +00:00
2004-04-05 21:03:37 +00:00
2004-07-09 11:37:44 +00:00
2004-04-05 21:03:37 +00:00
2004-08-19 11:31:42 +00:00
2004-09-03 07:42:31 +00:00
2004-08-08 02:37:22 +00:00
2004-09-23 21:03:58 +00:00
2004-09-01 02:11:28 +00:00
2004-09-09 05:01:37 +00:00
2004-08-27 21:23:50 +00:00
2004-08-16 01:27:24 +00:00
2004-08-08 22:26:11 +00:00
2004-07-22 20:40:23 +00:00
2004-07-13 19:36:59 +00:00
2004-07-13 19:35:11 +00:00
2003-06-11 00:56:59 +00:00
2004-05-30 20:34:58 +00:00
2004-05-30 20:34:58 +00:00
2004-09-03 05:11:32 +00:00
2004-06-21 22:57:16 +00:00
2004-07-15 20:47:41 +00:00
2004-09-24 07:16:56 +00:00
2004-09-23 16:13:46 +00:00
2004-07-15 20:47:41 +00:00
2004-06-17 17:16:53 +00:00
2004-09-28 19:33:49 +00:00
2004-06-01 04:08:48 +00:00
2004-04-03 09:16:27 +00:00
2004-04-05 21:03:37 +00:00
2004-07-23 19:36:18 +00:00
2004-07-21 07:12:24 +00:00
2004-09-28 18:40:18 +00:00
2004-04-05 21:03:37 +00:00
2004-05-30 20:34:58 +00:00
2004-08-15 06:24:42 +00:00
2004-08-15 06:24:42 +00:00
2004-09-05 14:33:21 +00:00
2004-08-15 06:24:42 +00:00
2004-08-25 21:24:36 +00:00
2004-07-26 07:24:04 +00:00
2004-09-23 14:45:04 +00:00
2004-09-24 05:55:03 +00:00
2004-04-05 21:03:37 +00:00
2004-09-27 19:14:10 +00:00
2004-09-24 06:23:31 +00:00
2004-07-12 08:14:09 +00:00
2004-07-26 07:24:04 +00:00
2004-09-15 21:42:03 +00:00
2004-08-04 18:39:07 +00:00
2004-09-24 09:19:03 +00:00
2004-09-24 06:16:08 +00:00
2004-07-26 07:24:04 +00:00
2004-09-24 06:16:48 +00:00
2004-09-13 06:50:42 +00:00