diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-04 04:21:30 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-04 04:21:30 +0000 |
| commit | f48465862b3fa27bb85351e24578e72fdc6874ba (patch) | |
| tree | 831132bfb2b67db35a39dbefea550540aed9f2e5 /sys/alpha | |
| parent | 8eff60c4424ccd131c972c503c88353eebe286a8 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/include/console.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/alpha/include/console.h b/sys/alpha/include/console.h index de049daad5c5..0a5956bc750c 100644 --- a/sys/alpha/include/console.h +++ b/sys/alpha/include/console.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: console.h,v 1.25 1996/09/30 23:00:23 sos Exp $ + * $Id: console.h,v 1.26 1996/11/14 22:18:31 sos Exp $ */ #ifndef _MACHINE_CONSOLE_H_ @@ -272,14 +272,6 @@ typedef struct ssaver ssaver_t; #define MKEY 0x400 /* meta key marker (prepend ESC)*/ #define BKEY 0x800 /* backtab (ESC [ Z) */ -#ifdef PC98 -#define KB_DATA 0x41 /* kbd data port */ -#define KB_STAT 0x43 /* kbd status port */ -#define KB_BUF_FULL 0x02 /* kbd has char pending */ -#define KB_READY 0x02 /* kbd ready for command */ -#define KB_WRITE 0x43 /* kbd write command */ -#endif - /* video mode definitions */ #ifdef PC98 #define M_PC98_80x25 98 /* PC98 80x25 */ |
