mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 10:01:25 +00:00
[PATCH] synclink_gt: add bisync and monosync modes
Add bisync and monosync serial protocol support to the synclink_gt driver. Signed-off-by: Paul Fulghum <paulkf@microgate.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
3c1fcfe229
commit
cb10dc9ac7
2 changed files with 66 additions and 26 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* SyncLink Multiprotocol Serial Adapter Driver
|
||||
*
|
||||
* $Id: synclink.h,v 3.13 2006/05/23 18:25:06 paulkf Exp $
|
||||
* $Id: synclink.h,v 3.14 2006/07/17 20:15:43 paulkf Exp $
|
||||
*
|
||||
* Copyright (C) 1998-2000 by Microgate Corporation
|
||||
*
|
||||
|
@ -124,6 +124,8 @@
|
|||
|
||||
#define MGSL_MODE_ASYNC 1
|
||||
#define MGSL_MODE_HDLC 2
|
||||
#define MGSL_MODE_MONOSYNC 3
|
||||
#define MGSL_MODE_BISYNC 4
|
||||
#define MGSL_MODE_RAW 6
|
||||
|
||||
#define MGSL_BUS_TYPE_ISA 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue