search for: intsrc

Displaying 3 results from an estimated 3 matches for "intsrc".

Did you mean: intsrv
2011 Dec 12
0
[PATCH 1/4] ACPI: eliminate duplicate MADT parsing and unused SBF definitions
...sapic->flags.enabled = 0; + lsapic->lapic_flags &= ~ACPI_MADT_ENABLED; lsapic->id = 0; lsapic->eid = 0; } @@ -83,10 +83,11 @@ static int __init acpi_patch_plat_int_src(struct acpi_subtable_header * header, const unsigned long end) { - struct acpi_table_plat_int_src *plintsrc; + struct acpi_madt_interrupt_source *plintsrc = + container_of(header, struct acpi_madt_interrupt_source, + header); - plintsrc = (struct acpi_table_plat_int_src *)header; - if (!plintsrc) + if (!header) return -EINVAL; if (plintsrc->type == ACPI_INTERRUPT_CPEI) { @@ -193,12 +1...
2005 Mar 24
0
[patch] small accounting and lockup fix for xenfreebsd on -unstable
...lt;< l2i); port = (l1i << 5) + l2i; + if ((owned = mtx_recursed(&sched_lock)) != 0) + mtx_unlock_spin_flags(&sched_lock, MTX_QUIET); if ( (irq = evtchn_to_irq[port]) != -1 ) { struct intsrc *isrc = intr_lookup_source(irq); intr_execute_handlers(isrc, frame); } else { evtchn_device_upcall(port); } + if (owned) + mtx_lock_spin_flags(&sched_lock, MTX_QUIET); }...
2008 Jan 08
6
What current Dell Systems are supported/work
Sorry for the repost... I don't think the first one posted.. posted to freebsd.stable, freebsd-current, Freebsd-hardware I checked the hardware in the online documentation manual/hardware It only lists the bits and peices of the machine say the hard drive controller and so forth. but doesn't give you a particular system to look at as a working machine with FreeBSD 6.2 does anybody