Bjorn Helgaas
8cb24c8fd7
PNPACPI: parse Extended Address Space Descriptors
...
Extended Address Space Descriptors are new in ACPI 3.0 and allow the
BIOS to communicate device resource cacheability attributes (write-back,
write-through, uncacheable, etc) to the OS.
Previously, PNPACPI ignored these descriptors, so if a BIOS used them,
a device could be responding at addresses the OS doesn't know about.
This patch adds support for these descriptors in _CRS and _PRS. We
don't attempt to encode them for _SRS (just like we don't attempt to
encode the existing 16-, 32-, and 64-bit Address Space Descriptors).
Unfortunately, I don't have a way to test this.
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com >
Signed-off-by: Len Brown <len.brown@intel.com >
2009-05-27 21:25:00 -04:00
..
2009-05-16 01:55:59 -04:00
2009-03-24 16:38:22 -07:00
2009-05-15 14:14:56 -04:00
2009-04-13 15:04:33 -07:00
2009-04-01 08:59:17 -07:00
2009-05-24 21:15:07 +02:00
2009-05-19 08:27:42 +02:00
2009-02-27 06:14:50 +01:00
2009-05-20 08:42:06 +02:00
2009-05-22 07:30:41 -07:00
2009-04-21 13:41:47 -07:00
2009-02-02 23:22:04 -08:00
2009-05-26 12:04:50 -04:00
2008-12-30 18:48:01 -05:00
2009-05-17 15:48:05 -07:00
2009-03-23 09:25:58 -07:00
2009-03-24 16:38:22 -07:00
2009-05-12 14:41:48 -07:00
2009-04-21 13:41:51 -07:00
2009-03-27 17:28:43 +01:00
2009-03-24 20:56:52 +01:00
2009-05-02 15:36:10 -07:00
2009-04-03 15:24:35 -07:00
2009-05-26 14:48:36 -07:00
2009-05-11 17:09:21 +02:00
2009-05-08 20:27:28 +02:00
2009-05-12 11:21:51 -07:00
2009-05-22 16:23:39 +02:00
2009-04-07 08:31:10 -07:00
2009-04-07 08:31:11 -07:00
2009-05-13 16:31:12 -07:00
2009-05-20 23:26:51 +01:00
2009-05-21 15:04:15 -07:00
2009-04-08 14:13:48 +01:00
2009-05-26 12:13:11 -07:00
2009-04-24 08:16:05 -07:00
2009-03-24 16:38:23 -07:00
2009-05-26 12:57:36 +10:00
2009-05-09 18:54:32 -03:00
2009-04-07 08:31:11 -07:00
2009-04-21 13:41:50 -07:00
2009-05-19 22:22:28 +02:00
2009-05-15 12:20:57 -04:00
2009-05-20 23:26:51 +01:00
2009-05-18 08:36:21 -07:00
2009-05-25 22:56:11 -07:00
2009-04-01 08:59:23 -07:00
2009-05-07 17:28:59 +02:00
2009-04-14 08:48:50 -07:00
2009-04-07 08:44:06 -07:00
2009-05-19 15:26:07 -07:00
2009-04-23 23:25:40 +01:00
2009-05-14 11:28:27 -04:00
2009-05-27 21:25:00 -04:00
2009-04-08 17:45:02 -07:00
2009-03-11 17:10:17 +11:00
2009-04-07 08:31:11 -07:00
2009-05-18 11:21:10 +01:00
2009-05-20 23:26:51 +01:00
2009-04-27 10:07:37 -05:00
2009-04-14 19:46:19 -07:00
2009-05-18 14:17:17 -05:00
2009-05-22 21:47:52 -07:00
2009-04-06 08:55:19 -07:00
2009-04-07 08:31:10 -07:00
2009-05-12 14:11:34 -07:00
2009-03-27 20:13:20 -04:00
2009-05-08 19:39:28 -07:00
2009-03-24 16:38:22 -07:00
2009-05-14 13:40:53 -04:00
2009-04-16 16:17:11 -07:00
2009-05-18 08:37:15 -07:00
2009-04-07 08:31:11 -07:00
2009-05-22 13:19:15 +09:00
2009-04-19 23:14:01 +09:30
2009-04-05 00:32:22 +02:00
2009-04-23 23:25:41 +01:00
2009-05-05 11:43:13 -07:00
2009-03-24 16:38:21 -07:00
2009-04-29 15:41:13 -03:00