Page MenuHomeFreeBSD

LinuxKPI: move MODULE_DEVICE_TABLE from pci.h to module.h
ClosedPublic

Authored by bz on Mon, Jan 26, 9:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 23, 7:11 PM
Unknown Object (File)
Mon, Feb 23, 8:01 AM
Unknown Object (File)
Mon, Feb 23, 8:01 AM
Unknown Object (File)
Mon, Feb 23, 8:01 AM
Unknown Object (File)
Sun, Feb 22, 9:43 AM
Unknown Object (File)
Mon, Feb 16, 12:14 AM
Unknown Object (File)
Thu, Feb 12, 8:35 PM
Unknown Object (File)
Sun, Feb 8, 11:56 AM
Subscribers

Details

Summary

Move the MODULE_DEVICE_TABLE macro to module.h where it belongs
in preparation for different bus (e.g., USB, SDIO) support.
The various struct <bus>_device_id, if not elsewhere, should be
defined in mod_devicetable.h.

This is the next step after 2f5666c1727c.

No functional changes.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable