Subject: pci probe
To: None <tech-kern@NetBSD.org, port-i386@netbsd.org>
From: None <itojun@iijlab.net>
List: port-i386
Date: 08/15/2003 16:31:50
>Module Name:	src
>Committed By:	itojun
>Date:		Fri Aug 15 07:17:22 UTC 2003
>
>Modified Files:
>	src/sys/dev/pci: pci.c pci_quirks.c pcivar.h
>
>Log Message:
>- check HDRTYPE early, and ignore if it is not supported (n > 2).
>- defer access to interrupt configuration register, as its existence depends on
>  HDRTYPE.
>- add "skip particular funtion in multifunction device" functionality
>  to quirk table.
>- add GEODE/NS SC1100 quirk (now boots on soekris Net4801).
>
>
>To generate a diff of this commit:
>cvs rdiff -r1.80 -r1.81 src/sys/dev/pci/pci.c
>cvs rdiff -r1.2 -r1.3 src/sys/dev/pci/pci_quirks.c
>cvs rdiff -r1.58 -r1.59 src/sys/dev/pci/pcivar.h

	my impression is that pci device probe needs a bit of surgery,
	as freebsd/openbsd works without quirk table for SC1100.  i'm not
	too familiar with pci configuration matters, so i would like someone
	to look at it (i'm happy to test it on my Net4801).

itojun