rpb.h (8013:2dfcde2e9998) rpb.h (8018:f3975c1b6009)
1/*
2 * Copyright 1990 Hewlett-Packard Development Company, L.P.
3 *
4 * Permission is hereby granted, free of charge, to any person
5 * obtaining a copy of this software and associated documentation
6 * files (the "Software"), to deal in the Software without
7 * restriction, including without limitation the rights to use, copy,
8 * modify, merge, publish, distribute, sublicense, and/or sell copies

--- 251 unchanged lines hidden (view full) ---

260struct ctb_tt {
261 long ctb_type; /* 000: console type */
262 long ctb_unit; /* 008: console unit */
263 long ctb_resv; /* 010: reserved */
264 long ctb_length; /* 018: byte length of device dep portion */
265 long ctb_csr; /* 020: CSR Address */
266 long ctb_tivec; /* 028: <63>=tie; interrupt vector */
267 long ctb_rivec; /* 030: <63>=rie; interrupt vector */
1/*
2 * Copyright 1990 Hewlett-Packard Development Company, L.P.
3 *
4 * Permission is hereby granted, free of charge, to any person
5 * obtaining a copy of this software and associated documentation
6 * files (the "Software"), to deal in the Software without
7 * restriction, including without limitation the rights to use, copy,
8 * modify, merge, publish, distribute, sublicense, and/or sell copies

--- 251 unchanged lines hidden (view full) ---

260struct ctb_tt {
261 long ctb_type; /* 000: console type */
262 long ctb_unit; /* 008: console unit */
263 long ctb_resv; /* 010: reserved */
264 long ctb_length; /* 018: byte length of device dep portion */
265 long ctb_csr; /* 020: CSR Address */
266 long ctb_tivec; /* 028: <63>=tie; interrupt vector */
267 long ctb_rivec; /* 030: <63>=rie; interrupt vector */
268 long ctb_baud; /* 038: baud rate */
268 long ctb_term_type; /* 038: baud rate */
269 long ctb_put_sts; /* 040: PUTS callback extended status */
270 long ctb_get_sts; /* 048: GETS callback extended status */
271 long ctb_rsvd[1]; /* 050: reserved for console use */
272};
273
274/*
275 * The "Console Terminal Block" portion of the HWRPB.
276 */

--- 52 unchanged lines hidden ---
269 long ctb_put_sts; /* 040: PUTS callback extended status */
270 long ctb_get_sts; /* 048: GETS callback extended status */
271 long ctb_rsvd[1]; /* 050: reserved for console use */
272};
273
274/*
275 * The "Console Terminal Block" portion of the HWRPB.
276 */

--- 52 unchanged lines hidden ---