On Fri, Mar 11, 2005 at 04:16:54PM -0800, long wrote:
> This patch includes the source code of core component of PCI Express
> Advanced Error Reporting driver.
> 
> Signed-off-by: T. Long Nguyen <[EMAIL PROTECTED]>
> 
> --------------------------------------------------------------------
> diff -urpN linux-2.6.11-rc5/drivers/pci/pcie/aer/aerdrv_core.c 
> patch-2.6.11-rc5-aerc3-split5/drivers/pci/pcie/aer/aerdrv_core.c
> --- linux-2.6.11-rc5/drivers/pci/pcie/aer/aerdrv_core.c       1969-12-31 
> 19:00:00.000000000 -0500
> +++ patch-2.6.11-rc5-aerc3-split5/drivers/pci/pcie/aer/aerdrv_core.c  
> 2005-03-10 10:31:09.000000000 -0500
> @@ -0,0 +1,911 @@
> +/*
> + * Copyright (C) 2005 Intel
> + * Copyright (C) Tom Long Nguyen ([EMAIL PROTECTED])
> + *
> + */
> +
> +#include <linux/module.h>
> +#include <linux/pci.h>
> +#include <linux/kernel.h>
> +#include <linux/errno.h>
> +#include <linux/pm.h>
> +#include <linux/rtc.h>
> +#include <linux/suspend.h>
> +#include <linux/acpi.h>
> +#include <linux/pci-acpi.h>
> +#include "aerdrv.h"
> +
> +LIST_HEAD(rc_list);                  /* Define Root Complex List */

Static?


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to