Print this page
acpica-unix2-20130823
PANKOVs restructure
*** 3,13 ****
* Module Name: rsaddr - Address resource descriptors (16/32/64)
*
******************************************************************************/
/*
! * Copyright (C) 2000 - 2011, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
--- 3,13 ----
* Module Name: rsaddr - Address resource descriptors (16/32/64)
*
******************************************************************************/
/*
! * Copyright (C) 2000 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*** 401,407 ****
/* Generic resource type, just copy the TypeSpecific byte */
Aml->Address.SpecificFlags = Resource->Data.Address.Info.TypeSpecific;
}
}
-
-
--- 401,405 ----