| Summary: | add Device ID of i810 chipsets | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | sakichan <sakichan> | ||||
| Component: | kern | Assignee: | Nick Hibma <n_hibma> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->analyzed The patch has been sent off to jhk for review. Responsible Changed From-To: freebsd-bugs->n_hibma Reminder to commit the patch when patch has been approved or code freeze is over. State Changed From-To: analyzed->closed Committed. Thanks! |
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.