support and makes MegaCli work on amd64. Scott supplied patches
to make the ioctl commands not block the controller. MegaCli
still has some issues with our emulation and create some bogus
commands so flashing doesn't work.
This should loosely resolve 113232. We were waiting on some other
fixes to go into -current before migrating this to -stable.
PR: 113232
Submitted by: scottl
from HEAD to RELENG_6:
Move definition of UNIX domain socket protosw and domain entries from
uipc_proto.c to uipc_usrreq.c, making localdomain static. Remove
uipc_proto.c as it's no longer used. With this change, UNIX domain
sockets are entirely encapsulated in uipc_usrreq.c.
I was reminded of the brokenness when attempting to profile sendto()
to compare RELENG_6 with -current. Just configuring high res profiling
made sendto() with profiling inactive almost twice as slow in RELENG_6,
and actual profiles were almost unusable due to multiple copies of
non-inlined inline functions like curthread().
events, adds many debugging and informational tools, and increases support
for running the linux management apps.
Approved by: re
Sponsored by: IronPort
- Remove SCHED_ULE from GENERIC to better avoid foot-shooting by
unsuspecting users.
- Add a comment in NOTES about experimental status of SCHED_ULE.
- Make warning about experimental status in sched_ule(4) a bit
stronger.
This is not an exact MFC since we don't have alpha in -CURRENT.
Approved by: re (kensmith)
Remove config(8)'s knowledge about NMBCLUSTERS, no code in /sys
knows about it any more.
Remove references to NMBCLUSTERS which is obsoleted.
PR: 100427
Revision Changes Path
1.1373 +1 -4 src/sys/conf/NOTES
1.552 +0 -1 src/sys/conf/options
1.42 +1 -1 src/sys/boot/common/help.common
1.86 +2 -4 src/sys/boot/common/loader.8
A kernel with 'options XBOX' will be bootable on a Microsoft Xbox (it will do
nothing extra if booted on a non-xbox i386)
The /sys/i386/conf/XBOX kernel configuration file contains a kernel with
support for all XBOX peripherals.
Approved by: imp (mentor)
Reviewed by: arch@ (no objection)