| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- Don't mess with CFLAGS.
- Fix description of fwe module Makefile.
|
| |
|
|
|
|
|
| |
Reviewed by: mux (mentor)
Approved by: mux (mentor)
|
|
|
|
| |
Approved by: obrien
|
| |
|
|
|
|
| |
Spotted by: bde
|
|
|
|
| |
though.
|
|
|
|
|
|
|
|
|
| |
This allocate the best IRQ to boot-disable devices (have IRQ 0).
Allocated IRQ will be used for PCI interrupt routing when ACPI is
enabled.
Note that verbose messaging enabled for the time being so that
people can easily notice the strange behavior if it happened.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: don't quite remember - the name of the sender disappeared
with the rest of my inbox. :(
|
|
|
|
| |
syscons on sparc64; msdosfs will likely never work, syscons needs work.
|
| |
|
|
|
|
| |
Obtained from: Richard Hodges <rh@matriplex.com>
|
|
|
|
|
| |
section, but I've not had a chance to build them on other
architectures recently enough to add them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
aac driver dependent on the linux emulation module. This was
especially bad for the release engineers who tried to move the
aac driver from the kernel onto the drivers floppy. The linux
compat bits for this driver are now in their own driver, aac_linux.
It can be loaded as a module or compiled into the kernel. For
the latter case, the AAC_COMPAT_LINUX option is needed, along with
the COMPAT_LINUX option.
I've tested this in every configuration I can think of. This is an
MFC candidate for 4.7.
Idea from: rwatson
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
| |
so that it is MI. Allow nfs_mountroot to return an error if the nfs_diskless
struct is not valid, rather than panicing later on. Call nfs_setup_diskless()
from nfs_mountroot if NFS_ROOT is defined, like bootpc_init(). Removed legacy
root mount support for sparc64, and enabled NFS_ROOT by default.
|
|
|
|
| |
Tested on: Alpha (beast.freebsd.org)
|
|
|
|
|
|
|
|
|
|
| |
Option 'P1003_1B_SEMAPHORES' to compile them in, or load the "sem" module
to activate them.
Have kern/makesyscalls.sh emit an include for sys/_semaphore.h into sysproto.h
to pull in the typedef for semid_t.
Add the syscalls to the syscall table as module stubs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
under way to move the remnants of the a.out toolchain to ports. As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL. It has already lasted WAY beyond
that.
Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.
Tested on: i386 (extensively), alpha
|
| |
|
|
|
|
|
|
|
| |
build on, let alone actually do some useful work on real hardware.
Namely, put it in i386/pc98. There is no bus_dma.h on the other architecures,
tra la.
|
| |
|
|
|
|
| |
Bus Protocol 2:SCSI over IEEE1394) support for CAM.
|
|
|
|
|
|
|
| |
build this several times, and even tested loaded the module. I must have
changed something right before commit.
Pointed out by: bde
|
|
|
|
| |
other #define FOO.
|
|
|
|
| |
is obsolete.
|
|
|
|
| |
if it had been different to the running kernel.
|
|
|
|
|
|
|
|
|
| |
- add dependencies on opt_cpu.h and opt_kstack_pages.h to the linux module
Makefile in the i386 case. The latter is needed by an i386-only file, the
former by the i386 implementation of linux_sysvec.c (opt_cpu.h is used for
architecture-dependent options, so I added it only for i386, although this
file is also generated for the alpha).
- add a dependency on opt_kstack_pages.h to the pecoff module Makefile.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
issues are resolved.
|
| |
|
|
|
|
| |
fix the buildkernel target.
|
| |
|
|
|
|
| |
sys/modules/{pc,}cbb/Makefile to remove.
|
|
|
|
|
|
|
|
| |
automatically once opt_foo.h is in SRCS, modulo some carelessness in
removing garbage in stale versions of opt_foo.h (touch(1) should not
be used to create opt_foo.h in kmod.mk or elsewhere).
Cleaned up nearby rule for creating opt_ddb.h.
|
|
|
|
| |
Noticed by: imp and others
|
|
|
|
| |
Noticed by: imp
|
| |
|
| |
|
| |
|
| |
|