mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Synchronize with sys/i386/isa/sioreg.h revision 1.8.
This commit is contained in:
parent
5b6bca02c7
commit
083af2b396
1 changed files with 1 additions and 15 deletions
|
|
@ -31,7 +31,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)comreg.h 7.2 (Berkeley) 5/9/91
|
||||
* $Id$
|
||||
* $Id: sioreg.h,v 1.4 1997/02/22 09:43:45 peter Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
|
@ -110,20 +110,6 @@
|
|||
#define MSR_DDSR 0x02
|
||||
#define MSR_DCTS 0x01
|
||||
|
||||
/*
|
||||
* WARNING: Serial console is assumed to be at COM1 address
|
||||
* and CONUNIT must be 0.
|
||||
*
|
||||
* Well, maybe not...
|
||||
*/
|
||||
#ifndef CONADDR
|
||||
#define CONADDR (0x3F8)
|
||||
#endif
|
||||
|
||||
#ifndef CONUNIT
|
||||
#define CONUNIT (0)
|
||||
#endif
|
||||
|
||||
#ifndef CONSPEED
|
||||
#define CONSPEED (9600)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue