*** empty log message ***

git-svn-id: file:///home/jj/hercules.svn/trunk@812 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
Jan Jaeger
2002-04-11 17:41:39 +00:00
parent 16d79ddeae
commit c618dee321

View File

@@ -13,18 +13,23 @@ DEVENT device_handler_table[] = {
/* TTY consoles */
{ 0x1052, &constty_device_hndinfo },
{ 0x3215, &constty_device_hndinfo },
/* Card readers */
{ 0x1442, &cardrdr_device_hndinfo },
{ 0x2501, &cardrdr_device_hndinfo },
{ 0x3505, &cardrdr_device_hndinfo },
/* Card punches */
{ 0x3525, &cardpch_device_hndinfo },
/* Printers */
{ 0x1403, &printer_device_hndinfo },
{ 0x3211, &printer_device_hndinfo },
/* Tapes */
{ 0x3420, &tapedev_device_hndinfo },
{ 0x3480, &tapedev_device_hndinfo },
/* Count Key Data Direct Access Storage Devices */
{ 0x2311, &ckddasd_device_hndinfo },
{ 0x2314, &ckddasd_device_hndinfo },
@@ -35,13 +40,16 @@ DEVENT device_handler_table[] = {
{ 0x3380, &ckddasd_device_hndinfo },
{ 0x3390, &ckddasd_device_hndinfo },
{ 0x9345, &ckddasd_device_hndinfo },
/* Fixed Block Architecture Direct Access Storage Devices */
{ 0x0671, &fbadasd_device_hndinfo },
{ 0x3310, &fbadasd_device_hndinfo },
{ 0x3370, &fbadasd_device_hndinfo },
{ 0x9336, &fbadasd_device_hndinfo },
/* Local Non-SNA 3270 devices */
{ 0x3270, &loc3270_device_hndinfo },
/* Communications devices */
{ 0x3088, &ctcadpt_device_hndinfo },