index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
/
acpiprt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
Make acpiprt(4) handle interrupts with non-standard polarity and trigger mode
kettenis
2014-05-02
1
-25
/
+84
*
Bail out early if the PCI bus number is -1. This means the hardware isn't
kettenis
2013-12-22
1
-4
/
+6
*
Remove old code that figures out the PCI bus number. The new code gets some
kettenis
2010-08-03
1
-87
/
+5
*
spacing and indents that are driving me crazy
deraadt
2010-07-21
1
-2
/
+2
*
clean up a pile of prototypes and shred some macros which were just covering
deraadt
2010-07-21
1
-3
/
+3
*
Verify _ADR bdf is correct (some systems return 0xffff)
jordan
2010-07-10
1
-2
/
+2
*
Add mapping for ACPI device to PCI bdf (match autoconf tree)
jordan
2010-07-08
1
-14
/
+15
*
Backout recent AML changes, breaks on R210 and others
jordan
2010-07-01
1
-8
/
+88
*
Simplified aml_parse_resource call, cleanup code
jordan
2010-07-01
1
-9
/
+4
*
Use new ACPI PCI mapping to get _PRT bus
jordan
2010-06-29
1
-80
/
+5
*
Backout previous change; it breaks more machines than it fixes.
kettenis
2009-03-31
1
-1
/
+7
*
Always re-route interrupts, even when doing so appears to be a no-op. Some
kettenis
2009-03-21
1
-7
/
+1
*
More aml_evalinteger fixup
jordan
2009-03-11
1
-13
/
+10
*
Cleanup.. use aml_evalinteger instead of aml_evalname
jordan
2009-03-11
1
-5
/
+4
*
Turns out the IRQ Information is optional in IRQ Descriptor resources, so
kettenis
2009-01-27
1
-4
/
+4
*
On many systems the information returned by _PRT is an absolute lie, especially
kettenis
2008-12-19
1
-48
/
+6
*
Make the code that picks an IRQ from the list of possible IRQs a bit smarter
kettenis
2008-12-17
1
-2
/
+62
*
Make acpiprt(4) check whether the current interrupt routing is "possible" and
kettenis
2008-12-07
1
-55
/
+90
*
Fix $OpenBSD$ for once and for all
marco
2008-06-11
1
-1
/
+1
*
Add _?RS methods evaluation to obtain additional heuristics and setting
marco
2008-06-06
1
-7
/
+72
*
Re-enable new parser. Lots of testing by various folks. Fits all media
marco
2008-06-01
1
-4
/
+57
*
back out jordans new parser.
dlg
2008-05-16
1
-53
/
+3
*
Removed debugging printfs
jordan
2008-05-14
1
-2
/
+4
*
Clean up a bit.
brad
2008-05-14
1
-7
/
+5
*
Adding new ACPI Parser code
jordan
2008-05-14
1
-3
/
+53
*
spacing
deraadt
2007-11-12
1
-3
/
+3
*
a little less excitement (every printf does not need to end in !)
deraadt
2007-11-12
1
-2
/
+2
*
More simple memset(,0,) -> M_ZERO changes. In this batch move to
krw
2007-10-08
1
-3
/
+2
*
Fix code that figures out the PCI bus number for a _PRT configuration object.
kettenis
2007-09-07
1
-18
/
+39
*
Added support for getting host-bridge _BBN from _CRS resources
jordan
2007-02-23
1
-1
/
+24
*
Make an acpi-enabled GENERIC.MP work on systems that only support PIC mode.
kettenis
2007-02-21
1
-25
/
+28
*
Fix a few memory leaks.
marco
2007-02-21
1
-8
/
+19
*
Deal with weird systems that return bogus device numbers for stuff that's not
kettenis
2007-01-24
1
-2
/
+12
*
Check whether PCI interrupt link devices are enabled.
kettenis
2007-01-18
1
-5
/
+6
*
even more knf love
deraadt
2006-12-21
1
-9
/
+6
*
spacing
deraadt
2006-12-21
1
-14
/
+14
*
more minor knf
deraadt
2006-12-21
1
-2
/
+2
*
move proto to the right place
deraadt
2006-12-18
1
-4
/
+2
*
Post-process PCI config space opregions
jordan
2006-11-27
1
-4
/
+6
*
Make normal pic interrupt routing work too.
kettenis
2006-11-27
1
-6
/
+39
*
Add check for acpi pointer. This prevents some ugly panics.
marco
2006-11-27
1
-1
/
+5
*
Fixes for acpiprt routing
jordan
2006-11-27
1
-27
/
+50
*
Handle objrefs in _PRT.
kettenis
2006-11-27
1
-3
/
+6
*
sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for multi-ioapic systems.
niklas
2006-11-25
1
-3
/
+6
*
dd pseudo-devices to handle acpi apic interrupt routing.
kettenis
2006-11-15
1
-0
/
+214