CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/23 13:37:35
Modified files:
sys/dev/pci : ppb.c
Log message:
Since ppb(4) properly allocates bus ranges for attached devices,
the hotplug code doesn't need to do the same. Also the hotplug
code only configured a single bus and did that before the proper
allocation ran, so there was no chance for hotplugged ppb(4)s to
have children busses.
ok kettenis@
