Subject: Re: pci probe
To: None <cgd@broadcom.com>
From: Jun-ichiro itojun Hagino <itojun@itojun.org>
List: port-i386
Date: 08/16/2003 06:38:31
> At Sat, 16 Aug 2003 06:30:38 +0900 (JST), itojun@itojun.org wrote:
> > 	- check hdrtype early, and skip if hdrtype > 2
> Based on the PCI specification, I believe this is both unnecessary and
> probably undesirable.  Those are valid, but not yet defined, header
> types.

	my (and imp's) intent was just to filter hdrtype we don't support,
	and avoid touching registers that are not defined in yet-to-be-known
	hdrtypes.

itojun