- 08 Nov, 2010 20 commits
-
-
jhb authored
- Register APIC enumerators at SI_SUB_TUNABLES - 1 instead of SI_SUB_CPU - 1. - Probe CPUs at SI_SUB_TUNABLES - 1. This allows i386 to set a truly accurate mp_maxid value rather than always setting it to MAXCPU - 1.
-
jhb authored
included in a kernel config. These stubs had existed previously so that acpi.ko could always include the MADT parsing code and still link with a kernel that did not include 'device apic'.
-
jhb authored
compiled into the kernel, not as a loadable module.
-
jhb authored
-
jhb authored
local APIC if those LVT entries are valid. This quiets spurious illegal register local APIC errors during boot on a CPU that doesn't support those vectors. MFC after: 1 week
-
nwhitehorn authored
otherwise low-level controllers. Reviewed by: thompsa
-
jkim authored
-
yongari authored
There were a couple of attempts in the past to reduce it since it took more than 1ms. Because mii_tick() periodically polls link status, waiting more than 1ms for each GMII register access was overkill. Unfortunately all previous attempts were failed with various ways on different controllers. This time, add additional 20us dealy at the end of GMII register access which seems to requirement of all RealTek controllers to issue next GMII register access request. This is the same way what Linux does.
-
obrien authored
-
mav authored
ATAPI or USB), request only as much data as requested by consumer. On the way back -- report how much sense data we have actually received.
-
mav authored
I/O length on underruns, that often happens for some SCSI commands.
-
mav authored
was lauched. Few seconds event burst, accumulated during long startup, reported to cause panic in SCHED_ULE priority calculation logic.
-
des authored
-
des authored
PR: kern/56451 Submitted by: arundel@ MFC after: 3 weeks
-
ru authored
-
ru authored
While here, fixed badly formatted lines.
-
kevlo authored
MFC after: 3 days
-
thompsa authored
Reviewed by: gonzo
-
yongari authored
numbers. bge(4) supports too many models such that it's unreasonable to list all these controllers in one line description of name. While I'm here mention that BCM590x/BCM5779x is Fast Ethernet controller. bge(4) still lacks support for some controllers but supporting these controllers should be easy now and adding new controllers do not require touching .Nd any more. Obtained from: OpenBSD
-
gonzo authored
-
- 07 Nov, 2010 20 commits
-
-
obrien authored
Obtained from: http://invisible-island.net
-
obrien authored
Submitted by: marius
-
gonzo authored
-
obrien authored
their usage. Also use associated modern types instead of k&r ones.
-
gonzo authored
be called before _initialize_thread_db
-
obrien authored
-
n_hibma authored
- Use KERNCONFDIR with KERNCONF instead of copying the kernel config into the source tree so included kernel configs work. - Put more stuff in the _.bk/_.ik log file, not just make statements. - Add the kernel config name to the pprint during kernel installation. - Add NANO_MODULES providing a list of modules to build and install. Reviewed by: imp MFC after: 2 weeks
-
alc authored
as "bogus". Reported by: Jia-Shiun Li
-
alc authored
ensure that grow_amount is a multiple of the page size. Otherwise, the kernel may crash in swap_reserve_by_uid() on HEAD and FreeBSD 8.x, and produce a core file with a missing stack on FreeBSD 7.x. Diagnosed and reported by: jilles Reviewed by: kib MFC after: 1 week
-
gonzo authored
- Minor clean-up
-
gonzo authored
-
gonzo authored
-
gonzo authored
struct fpreg in src/sys/mips/include/reg.h
-
thompsa authored
-
gonzo authored
-
thompsa authored
actually 16 I/O lines but the other ones are used for system devices and interrupts. The IXP4XX platform can set interrupts on these pins for high/low/rising/falling/transitional but this is not implemented yet. The Cambria has the same interface but as all the pins are assigned to system functions the gpio header is toggled via a PLD on the i2c bus and is not supported by this commit.
-
marius authored
-
tuexen authored
function from the timer code to util, rename it appropriately and also fix a bug in sctp_get_prev_mtu(), where calling it with a value existing in the MTU table did not return a smaller one. MFC after: 3 days.
-
alc authored
superpage promotion or demotion. Micro-optimize pmap_kenter_pde(). Reviewed by: kib, jhb (an earlier version) MFC after: 1 week
-
tuexen authored
MFC after: 3 days.
-