mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-21 03:12:58 +02:00
*** empty log message ***
git-svn-id: file:///home/jj/hercules.svn/trunk@812 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
@@ -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 },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user