Bug 16517 - add Device ID of i810 chipsets
Summary: add Device ID of i810 chipsets
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: Nick Hibma
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-02-06 17:20 UTC by sakichan
Modified: 2000-02-07 12:42 UTC (History)
0 users

See Also:


Attachments
file.diff (3.96 KB, patch)
2000-02-06 17:20 UTC, sakichan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!