index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
vmd
/
ns8250.c
Age
Commit message (
Expand
)
Author
2018-01-08
Fix typo in comment; ok mpi@
anton
2018-01-08
Enable TIOCUCNTL to be able to set ns8250's break detected condition.
Martin Pieuchot
2017-09-15
vmd: emulate UART scratch register, seems to be required by GRUB and
Mike Larkin
2017-08-14
whitespace and fix a comment typo
Jasper Lievisse Adriaanse
2017-07-15
Add vmctl send and vmctl receive
pd
2017-06-07
vmd: Implement simulated baudrate support in the ns8250 module. The
Mike Larkin
2017-05-08
Adds functions to read and write state of devices in vmd.
Reyk Floeter
2017-03-21
Fix two errors in NS8250 (UART) emulation. The first error zeroed out the
Mike Larkin
2016-10-26
vmd(8)/vmctl(8) for i386. Some ugliness in #ifdef __i386__ areas will be
Mike Larkin
2016-10-03
add RCS tags
Mike Larkin
2016-09-03
fix some wrong interrupt code that doesn't fit with the new model
Mike Larkin
2016-09-02
Process incoming com data asynchronously to running VCPU
Stefan Kempf
2016-09-01
change some log_warn to log_warnx and convert some integer literals to
Mike Larkin
2016-09-01
Add a set of emulated legacy devices (PIT, PIC, RTC)
Mike Larkin