Opened 13 years ago
Closed 10 years ago
#10 closed enhancement (fixed)
Implement pcib_detach()
| Reported by: | john | Owned by: | john |
|---|---|---|---|
| Priority: | major | Component: | kernel |
| Version: | Keywords: | PCI | |
| Cc: | Blocked By: | ||
| Blocking: | Parent Tickets: | 8 | |
| P4 Branch: | GIT Branch: | ||
| FreeBSD PR: | Due Date: |
Description
Add detach routines to the PCI bridge drivers. This also fixes panics on boot on certain Dell machines where PCI bridge attach fails.
Change History (4)
comment:1 Changed 13 years ago by john
- Status changed from new to assigned
comment:2 Changed 13 years ago by john
comment:3 Changed 13 years ago by john
Fix for the PR committed in r252576 though that isn't really related to implementing pcib_detach().
comment:4 Changed 10 years ago by john
- Resolution set to fixed
- Status changed from assigned to closed
Committed in r300249.
Note: See
TracTickets for help on using
tickets.

Related: http://www.freebsd.org/cgi/query-pr.cgi?pr=91594