diff options
| author | matt <matt@NetBSD.org> | 2008-10-24 04:43:08 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2008-10-24 04:43:08 +0000 |
| commit | f759cc96ec975bb1f9e1ca3a4085313e54337abb (patch) | |
| tree | 3904568d8ac1df151f5b86a9b50ee1ce2a8c9171 /sys/dev/ic/comvar.h | |
| parent | f5d7ce3d2fc36b2965729a33eb02fb95c9fb56cd (diff) | |
Add support for 16550 chips without an Enhanced Register Set.
Diffstat (limited to 'sys/dev/ic/comvar.h')
| -rw-r--r-- | sys/dev/ic/comvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ic/comvar.h b/sys/dev/ic/comvar.h index bf4554fe4d4..a9006bac0e5 100644 --- a/sys/dev/ic/comvar.h +++ b/sys/dev/ic/comvar.h @@ -207,6 +207,7 @@ struct com_softc { #define COM_TYPE_PXA2x0 2 /* Intel PXA2x0 processor built-in */ #define COM_TYPE_AU1x00 3 /* AMD/Alchemy Au1x000 proc. built-in */ #define COM_TYPE_OMAP 4 /* TI OMAP processor built-in */ +#define COM_TYPE_16550_NOERS 5 /* like a 16550, no ERS */ /* power management hooks */ int (*enable)(struct com_softc *); |
