| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in current:
(cherry picked from commit 031beb4e239b)
|
| |
|
|
|
| |
It's no longer used since 58aa35d42975c298ca0adba705c042596303c9f5
and r357455 respectively.
|
| |
|
|
|
|
|
|
|
| |
Remove all sparc64 specific files
Remove all sparc64 ifdefs
Removee indireeect sparc64 ifdefs
Notes:
svn path=/head/; revision=357455
|
| |
|
|
|
|
|
|
|
|
|
| |
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=314651
|
| |
|
|
|
|
|
|
|
|
|
|
| |
lightly used. Find the proper .m file when we depend on *_if.[ch] in
the srcs line, with seat-belts for false positive matches. This uses
make's path mechanism. A further refinement would be to calculate this
once, and then pass the resulting _MPATH to modules submakes.
Differential Revision: https://reviews.freebsd.org/D2327
Notes:
svn path=/head/; revision=285068
|
| |
|
|
|
|
|
|
| |
Approved by: nwhitehorn (mentor)
MFC after: 3 days
Notes:
svn path=/head/; revision=232176
|
| |
|
|
| |
Notes:
svn path=/head/; revision=212523
|
| |
|
|
|
|
|
|
|
|
|
| |
which are also likely to be irrelevant for sun4v (there's no SBus on sun4v
and only some EBus devices). While at it fix some style bugs according to
style.Makefile(5) where appropriate.
MFC after: 3 days
Notes:
svn path=/head/; revision=178762
|
| |
|
|
| |
Notes:
svn path=/head/; revision=178601
|
| |
|
|
|
|
|
| |
only and build the scc(4) module with MacIO attachment for powerpc.
Notes:
svn path=/head/; revision=157353
|
|
|
controllers typically have multiple channels and support a number
of serial communications protocols. The scc(4) driver is itself
an umbrella driver that delegates the control over each channel
and mode to a subordinate driver (like uart(4)).
The scc(4) driver supports the Siemens SAB 82532 and the Zilog
Z8530 and replaces puc(4) for these devices.
Notes:
svn path=/head/; revision=157299
|