diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-19 13:47:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-19 13:47:57 +0000 |
commit | 2bb1a0429aba76e206c2fa47b05470a1bf4d3ba7 (patch) | |
tree | cd0c2af249ad32ea449a4dade0d478c2d61459f6 /sys/arch/atari/include | |
parent | bc6b219e14262eb6ad2021e09867c4e02f01a416 (diff) |
from netbsd; Oops, this also belongs to the ser02 selection
Diffstat (limited to 'sys/arch/atari/include')
-rw-r--r-- | sys/arch/atari/include/video.h | 4 |
1 files 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 */ |