diff options
author | bde <bde@FreeBSD.org> | 1995-12-29 12:51:32 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-12-29 12:51:32 +0000 |
commit | a1ea0799774e683ebec81ac02daa5ee3d6ece839 (patch) | |
tree | 3f2389ecb732a202af1b59ad9054e543019e2a36 /sys/conf | |
parent | 33a7b7910e3786a8e0fe7b04738cac9130a8f7b2 (diff) | |
download | FreeBSD-src-a1ea0799774e683ebec81ac02daa5ee3d6ece839.zip FreeBSD-src-a1ea0799774e683ebec81ac02daa5ee3d6ece839.tar.gz |
Added support for the Hayes ESP serial card.
Submitted by: Sean Eric Fagan (sef@kithrup.com)
Based on code by John Vinopal (banshee@resort.com)
Cosmetic (I hope) changes by me (bde).
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 72c9db5..48fd42b 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.229 1995/12/26 14:01:16 bde Exp $ +# $Id: LINT,v 1.230 1995/12/29 02:04:20 jkh Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -580,6 +580,7 @@ device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr # Options for sio: options COMCONSOLE #prefer serial console to video console +options COM_ESP #code for Hayes ESP options COM_MULTIPORT #code for some cards with shared IRQs options DSI_SOFT_MODEM #code for DSI Softmodems options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to |