summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Tweak the version string output for ioapic devices.jhb2003-11-042-4/+6
* Use a wrapper around the driver interrupt handler. The wrapper accepts thejhb2003-11-041-3/+10
* - cleanup SP refcnt issue.ume2003-11-0421-1081/+1655
* use nd6log().ume2003-11-041-30/+24
* - update comments to refrect recent BSDs.ume2003-11-042-38/+35
* Fix LINTnyan2003-11-042-1/+2
* 'options APIC_IO' is replaced by 'device apic'.nyan2003-11-041-2/+2
* 'options APIC_IO' is replaced by 'device apic'.nyan2003-11-041-1/+1
* MFi386: revision 1.206nyan2003-11-043-498/+39
* MFi386: revision 1.580nyan2003-11-042-24/+78
* Fix to support pc98.nyan2003-11-042-0/+12
* MFi386: revision 1.456nyan2003-11-041-3/+9
* Split pc98 support into pc98/pc98/nmi.c.nyan2003-11-044-44/+158
* MFi386: revision 1.200nyan2003-11-041-2/+2
* Get rid of DIAGNOSTIC that gives false positives on slow CPUs.mckusick2003-11-041-28/+0
* - Add initial support for pinning and binding.jeff2003-11-041-2/+53
* - Clean up comments to reflect the KSE pushout.jeff2003-11-041-8/+17
* Update avail_ssize for rstacks after growing them.marcel2003-11-041-0/+1
* Add a "-f" flag for asf(8) which performs a search to find the each modulegreen2003-11-041-1/+1
* Use %#jx for both args.imp2003-11-041-2/+2
* Allow the bufdaemon and update daemon processes to skip themckusick2003-11-041-4/+8
* 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
* 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
* Remove old APIC header.jhb2003-11-031-447/+0
* 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
OpenPOWER on IntegriCloud