mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
Fix typos from last commit, these should have been #.
This commit is contained in:
parent
d171d2f281
commit
6efa5583c7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327095
@ -401,5 +401,5 @@ MODULE_DEPEND(radeonkms, iicbus, 1, 1, 1);
|
||||
MODULE_DEPEND(radeonkms, iic, 1, 1, 1);
|
||||
MODULE_DEPEND(radeonkms, iicbb, 1, 1, 1);
|
||||
MODULE_DEPEND(radeonkms, firmware, 1, 1, 1);
|
||||
MODULE_PNP_INFO("U32:vendor;U32:device;P:#;D:@", vgapci, radeonkms,
|
||||
MODULE_PNP_INFO("U32:vendor;U32:device;P:#;D:#", vgapci, radeonkms,
|
||||
pciidlist, sizeof(pciidlist[0]), nitems(pciidlist));
|
||||
|
@ -145,6 +145,6 @@ static driver_t ed_pci_driver = {
|
||||
DRIVER_MODULE(ed, pci, ed_pci_driver, ed_devclass, 0, 0);
|
||||
MODULE_DEPEND(ed, pci, 1, 1, 1);
|
||||
MODULE_DEPEND(ed, ether, 1, 1, 1);
|
||||
MODULE_PNP_INFO("W32:vendor/device;D:@", pci, ed, pci_ids, sizeof(pci_ids[0]),
|
||||
MODULE_PNP_INFO("W32:vendor/device;D:#", pci, ed, pci_ids, sizeof(pci_ids[0]),
|
||||
nitems(pci_ids) - 1);
|
||||
|
||||
|
@ -3119,5 +3119,5 @@ static DEFINE_CLASS_0(ntb_hw, ntb_intel_driver, ntb_intel_methods,
|
||||
DRIVER_MODULE(ntb_hw_intel, pci, ntb_intel_driver, ntb_hw_devclass, NULL, NULL);
|
||||
MODULE_DEPEND(ntb_hw_intel, ntb, 1, 1, 1);
|
||||
MODULE_VERSION(ntb_hw_intel, 1);
|
||||
MODULE_PNP_INFO("W32:vendor/device;D:@", pci, ntb_hw_intel, pci_ids,
|
||||
MODULE_PNP_INFO("W32:vendor/device;D:#", pci, ntb_hw_intel, pci_ids,
|
||||
sizeof(pci_ids[0]), nitems(pci_ids));
|
||||
|
Loading…
Reference in New Issue
Block a user