From dcda0098b9c740c0fbc2d82fe344f3e26fcf64f8 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sun, 19 Nov 1995 13:47:56 +0000 Subject: [PATCH] from netbsd; Oops, this also belongs to the ser02 selection --- sys/arch/atari/include/video.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/atari/include/video.h b/sys/arch/atari/include/video.h index f104ae40c61..b4c126689bc 100644 --- a/sys/arch/atari/include/video.h +++ b/sys/arch/atari/include/video.h @@ -1,4 +1,4 @@ -/* $NetBSD: video.h,v 1.2 1995/08/17 20:34:04 leo Exp $ */ +/* $NetBSD: video.h,v 1.2.2.1 1995/11/16 20:30:13 leo Exp $ */ /* * Copyright (c) 1995 Leo Weppelman. @@ -196,6 +196,6 @@ struct sound { #define PA_SDTR 0x10 /* Serial DTR */ #define PA_PSTROBE 0x20 /* Parallel Strobe */ #define PA_USER 0x40 /* Free Pin on Monitor Connector */ -/* 0x80 reserved */ +#define PA_SER2 0x80 /* Choose between LAN or Ser2 port */ #endif /* _MACHINE_VIDEO_H */ -- 2.20.1