mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
'private' isn't a PNP string field, so instead used the reserved '#'
name for this field (it might even be possible to just drop it entirely, since it will be ignored either way). Sponsored by: Netflix
This commit is contained in:
parent
49ccd3fe61
commit
6043585892
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324280
@ -63,7 +63,7 @@ struct intr_map_data_fdt {
|
||||
};
|
||||
#endif
|
||||
|
||||
#define SIMPLEBUS_PNP_DESCR "Z:compat;P:private;"
|
||||
#define SIMPLEBUS_PNP_DESCR "Z:compat;P:#;"
|
||||
#define SIMPLEBUS_PNP_INFO(t) \
|
||||
MODULE_PNP_INFO(SIMPLEBUS_PNP_DESCR, simplebus, t, t, sizeof(t[0]), sizeof(t) / sizeof(t[0]));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user