Opened 13 years ago
Last modified 13 years ago
#29 closed defect
Handle the ISA enable bit in PCI-PCI bridges — at Initial Version
| Reported by: | john | Owned by: | john |
|---|---|---|---|
| Priority: | major | Component: | kernel |
| Version: | Keywords: | PCI | |
| Cc: | Blocked By: | ||
| Blocking: | Parent Tickets: | ||
| P4 Branch: | //depot/projects/pci/... | GIT Branch: | |
| FreeBSD PR: | 179033 | Due Date: |
Description
IF the ISA enable bit is set in a PCI-PCI bridge, the driver needs to exclude ISA compatibility ranges from allocation. The simplest solution may be to have the PCI-PCI bridge driver allocate those ranges out its RMAN, but it should also not allocate them from its parent so they are available to ISA devices.
Note: See
TracTickets for help on using
tickets.
