?? s1lib.inc
字號:
// openbios/m4/s1Lib.inc, redbios, redbios_iii_1.0 3/23/98 11:42:26 //------------------------------------------------------------------------------+//// This source code has been made available to you by IBM on an AS-IS// basis. Anyone receiving this source is licensed under IBM// copyrights to use it in any way he or she deems fit, including// copying it, modifying it, compiling it, and redistributing it either// with or without modifications. No license under IBM patents or// patent applications is to be implied by the copyright license.//// Any user of this software should understand that IBM cannot provide// technical support for this software and will not be responsible for// any consequences resulting from the use of this software.//// Any person who transfers this source code or any derivative work// must include the IBM copyright notice, this paragraph, and the// preceding two paragraphs in the transferred software.//// COPYRIGHT I B M CORPORATION 1995// LICENSED MATERIAL - PROGRAM PROPERTY OF I B M//-------------------------------------------------------------------------------//-------------------------------------------------------------------------------//// File Name: s1Lib.inc//// Function: Set values used for serial port access//// Author: Kevin Williams//// Change Activity-//// Date Description of Change BY// --------- --------------------- ---// 27Nov95 Created kdw// 08-Aug-96 Port to Mesquite JWB// 09-Feb-98 Port to Redwood pag////------------------------------------------------------------------------------- .set COM1UPPER,0x4004 .set COM1LOWER,0x0000// .set COM2UPPER,0x7E00// .set COM2LOWER,0x0080 .set DATA_REG,0x0 .set DL_LSB,0x0 .set DL_MSB,0x1 .set INT_ENABLE,0x1 .set FIFO_CONTROL,0x2 .set ALT_FUNCTION,0x2 .set LINE_CONTROL,0x3 .set MODEM_CONTROL,0x4 .set LINE_STATUS,0x5 .set MODEM_STATUS,0x6 .set SCRATCH,0x7
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -