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
/
i8259.c
Age
Commit message (
Expand
)
Author
2018-04-27
vmd(8): implement vmd side of ELCR registers
Mike Larkin
2017-11-29
vmd(8): fix broken IRR bit setting for the slave PIC. Noticed by claudio
Mike Larkin
2017-09-18
protect i8259 state with a mutex.
David Gwynne
2017-05-08
Adds functions to read and write state of devices in vmd.
Reyk Floeter
2017-04-08
implement nonspecific EOI mode for the legacy PIC
Mike Larkin
2017-03-25
Last bits needed to get seabios + alpine linux working. This is enough
Mike Larkin
2017-03-25
Introduce a new function to obtain properly sized input data, and convert
Mike Larkin
2017-03-24
Backout mlarkin's previous commit while he is away:
Reyk Floeter
2017-03-24
Last bits of cleanup for linux/seabios support in i8253/i8259 emulation
Mike Larkin
2017-03-23
use proper return data size when doing PIC reads - don't clobber %eax
Mike Larkin
2017-03-19
Handle master/slave PIC vector base properly. OpenBSD uses 0x20/0x28
Mike Larkin
2017-03-19
Convert some log_warn into log_warnx, and provide pic names (master,slave)
Mike Larkin
2017-01-17
Nuke some whitespace that keeps poking me in the eye as I try to
Kenneth R Westerback
2016-11-20
Remove some old code that isn't needed anymore.
Mike Larkin
2016-10-03
add RCS tags
Mike Larkin
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