summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Modify libpcap to work a bit better with our 802.11 code. This meansgreen2003-11-043-11/+58
* o Save a copy of the GPT entries for which there's a chunk with anmarcel2003-11-041-10/+55
* o Add sysctl to allow ignoring checksum of eeprom.imp2003-11-042-53/+77
* ppbus_if.c is necessary if you are loading submodules.imp2003-11-041-1/+1
* o Don't tell that there's such a thing as a C suffix for specifyingmarcel2003-11-042-14/+44
* disable MPSAFE network drivers; we aren't ready yet`sam2003-11-041-1/+1
* I believe kbyanc@ really meant this in rev 1.58.cognet2003-11-041-2/+2
* Module for cs driverimp2003-11-041-0/+9
* Do not attempt to report proc event if NOTE_EXIT has already been received.cognet2003-11-041-0/+7
* Make this compile with PAE.peter2003-11-042-10/+12
* Fix wi(4)'s WI_RID_SCAN_RES ioctl (wicontrol -L). The wrong lengthgreen2003-11-041-9/+13
* On my ZoomAir-branded Intersil PRISM2 cards, if you try to set thegreen2003-11-041-0/+3
* It seems when su executes in a shell scripts, there is a timing race,davidxu2003-11-031-0/+2
* Remove old APIC header.jhb2003-11-031-447/+0
* Add an entry dealing with the change from 'options APIC_IO' tojhb2003-11-031-0/+6
* Remove remaining bits of old interrupt and APIC code.jhb2003-11-037-2239/+0
* Remove the SMP kernel config as SMP is now enabled in GENERIC.jhb2003-11-031-12/+0
* Remove references to SMP and APIC_IO since GENERIC (which this filejhb2003-11-031-4/+0
* - Enable SMP and 'device apic' by default.jhb2003-11-031-2/+3
* Replace APIC_IO with 'device apic'.jhb2003-11-031-2/+2
* - Remove references to old interrupt and SMP code.jhb2003-11-031-3/+10
* - Remove APIC_IO option.jhb2003-11-031-2/+3
* Temporarily disable the acpi(4) module on i386 until issues revolvingjhb2003-11-031-1/+0
* Don't require INTR_FAST handlers to be exclusive in the MI layer. Instead,jhb2003-11-031-7/+11
* Update spin lock order list for new i386 interrupt and SMP code.jhb2003-11-031-3/+2
* Update includes for new interrupt code.jhb2003-11-031-4/+2
* Catch up to interrupt code changes.jhb2003-11-033-2/+2
* - Always allocate the maximum size for the IRQ resource manager. Ideallyjhb2003-11-031-16/+4
* Catch up to i386 interrupt and SMP code changes.jhb2003-11-031-7/+6
* New i386 SMP code:jhb2003-11-039-4150/+822
* Don't probe PnP BIOS devices for PICs for now to avoid problems with thosejhb2003-11-032-18/+6
* - Remove explicit enabling of the BSP's APIC in the APIC_IO case and thejhb2003-11-031-36/+3
* - Update includes.jhb2003-11-031-3/+4
* Add the ACPI MADT table APIC enumerator. This code uses the ACPI Multiplejhb2003-11-032-0/+1300
* Add the MP Table APIC enumerator. This code uses the BIOS MP Table tojhb2003-11-036-10692/+1724
* - Export doreti as a global symbol.jhb2003-11-032-128/+1
* Update names of entry points for interrupt frames.jhb2003-11-031-2/+2
* Enable PCI interrupt routing for i386 SMP kernels.jhb2003-11-031-1/+1
* Fix two small style nits pointed out by bde: Remove spaces after cast andimp2003-11-031-1/+1
* New APIC support code:jhb2003-11-0320-1215/+3507
* Add the new atpic(4) driver for the 8259A master and slave PICs. Byjhb2003-11-035-403/+990
* Add a per-thread variable for saving the state of eflags to support thejhb2003-11-031-3/+1
* Allocate space for the intrcnt array. This array is managed in thejhb2003-11-031-0/+11
* New device interrupt code. This defines an interrupt source abstractionjhb2003-11-034-0/+774
* - Always use 256 IDT entries since it is now a runtime decison as to howjhb2003-11-031-5/+2
* Move the NMI handling code out to its own file.jhb2003-11-032-1172/+4
* Don't be so chatty about building includes.ru2003-11-031-1/+1
* Define IDTVEC() and TRAP() assembly macros so that they can be sharedjhb2003-11-031-0/+11
* Revert the critical section implementation to disable interrupts viajhb2003-11-032-145/+9
* Remove soon to be obsolete file to break kernel build while the newjhb2003-11-031-716/+0
OpenPOWER on IntegriCloud