commit | 6d5a2172f2b76900572107868ec080400c4f615d | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Wed Oct 20 21:59:11 2010 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Wed Oct 20 21:59:11 2010 -0400 |
tree | bcb2b2e905a8ec1a342e6665afdcf63f0a402e39 | |
parent | 9433098a3ff236717104f904e0098b91bb7f1329 [diff] |
mark irq9 active high in DSDT In PIIX4 SCI (irq9) is active high. Seabios marks it so in interrupt override table, but some OSes (FreeBSD) require the same information to be present in DSDT too. Make it so. Signed-off-by: Gleb Natapov <gleb@redhat.com>