]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Make pci_load_vendor_data() static and do it during MOD_LOAD instead of
authorjhb <jhb@FreeBSD.org>
Wed, 4 Sep 2002 03:13:16 +0000 (03:13 +0000)
committerjhb <jhb@FreeBSD.org>
Wed, 4 Sep 2002 03:13:16 +0000 (03:13 +0000)
commit9b9a63123d964a69ecc775b9e7f749c58dce551c
tree3b0607051e1aa744454b34cbb15fa0c9d0c30d7b
parent63ecc1767c44e2826d7f11e6c57b0b4b27244562
- Make pci_load_vendor_data() static and do it during MOD_LOAD instead of
  when the first PCI bus attaches.
- Create /dev/pci during MOD_LOAD as well.
- Destroy /dev/pci during MOD_UNLOAD (not that you can kldunload pci, but
  might as well get the code right)
sys/dev/acpica/acpi_pci.c
sys/dev/pci/pci.c
sys/dev/pci/pci_private.h