| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
The SYSCTL_NODE macro defines a list that stores all child-elements of
that node. If there's no SYSCTL_DECL macro anywhere else, there's no
reason why it shouldn't be static.
Notes:
svn path=/stable/9/; revision=248085
|
| |
|
|
|
|
|
|
| |
Mechanically substitute flags from historic mbuf allocator with
malloc(9) flags in sys/dev.
Notes:
svn path=/stable/9/; revision=248078
|
| |
|
|
|
|
|
|
|
| |
Use DEVMETHOD_END to mark end of device methods.
Remove superfluous device methods.
Add some missing __FBSBID() macros.
Notes:
svn path=/stable/9/; revision=229093
|
| |
|
|
| |
Notes:
svn path=/head/; revision=223929
|
|
|
other Ralink SoCs.
Approved by: adrian (mentor)
Notes:
svn path=/head/; revision=223927
|