Bug 16517

Summary: add Device ID of i810 chipsets
Product: Base System Reporter: sakichan <sakichan>
Component: kernAssignee: Nick Hibma <n_hibma>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description sakichan 2000-02-06 17:20:02 UTC
	current kernel does not know Device IDs of Intel i810
        (and i810-DC100, i810E) chipsets, GMCH and ICH,
	except for the IDE function in ICH.
	So, they are detected and printed as "generic" or 
	unknown devices.

Fix: Patches below fix some of the problem. Non-PCI chips,
	such as FWH, are not yet detected.

	
How-To-Repeat: 
	Every boot on i810 chipset systems.
Comment 1 Nick Hibma freebsd_committer freebsd_triage 2000-02-06 22:17:39 UTC
State Changed
From-To: open->analyzed

The patch has been sent off to jhk for review. 


Comment 2 Nick Hibma freebsd_committer freebsd_triage 2000-02-06 22:17:39 UTC
Responsible Changed
From-To: freebsd-bugs->n_hibma

Reminder to commit the patch when patch has been approved or code freeze is over. 
Comment 3 Nick Hibma freebsd_committer freebsd_triage 2000-02-07 12:23:10 UTC
State Changed
From-To: analyzed->closed

Committed. Thanks!