lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 20 Oct 2006 12:31:40 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	eiichiro.oiwa.nm@...achi.com
Cc:	greg@...ah.com, alan@...hat.com, jesse.barnes@...el.com,
	linux-kernel@...r.kernel.org, steven.c.cook@...el.com,
	bjorn.helgaas@...com, tony.luck@...el.com
Subject: Re: pci_fixup_video change blows up on sparc64

From: <eiichiro.oiwa.nm@...achi.com>
Date: Fri, 20 Oct 2006 23:20:21 +0900

> +			/*
> +			 * From information provided by 
> +			 * "David Miller" <davem@...emloft.net>
> +			 * The bridge control register is valid for PCI header
> +			 * type BRIDGE, or CARDBUS. Host to PCI controllers use
> +			 * PCI header type NORMAL.
> +			 */
> +			pci_read_config_byte(bridge, PCI_HEADER_TYPE,
> +						&config_header);

Use the software copy in "bridge->hdr_type", it's already been read
for you by the PCI device probing layer.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ