summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add #ifdef CPU_SOEKRIS in the missing places around the led_* codejb2004-03-091-1/+10
* AMD's ELAN documentation says that you write to the SYS_RST registerjb2004-03-091-0/+10
* Add back Giant locks around kmem_free() call from user_ldt cleanup pathpeter2004-03-081-0/+2
* Other parts of the tree do not protect calls to kmem_free() with Giant,peter2004-03-081-2/+0
* Retire pmap_pinit2(). Alpha was the last platform that used it. However,alc2004-03-071-13/+0
* Remove unused declarations. (Some time ago, these variables became fieldsalc2004-03-071-2/+0
* Remove the phantom 'nv' driver again.scottl2004-03-061-2/+0
* Fixed insertion sort errors in prototype list.bde2004-03-051-20/+20
* Removed garbage:bde2004-03-051-14/+0
* Include <machine/psl.h> for the definition of PSL_I instead of dependingbde2004-03-051-0/+2
* Fix syntax errors and wrong function prototypes in several MD headerle2004-03-052-5/+5
* Document that ENABLE_ALART controls the alarm on Intel intpm driver.obrien2004-03-051-2/+3
* Add ctau (Cronyx/Tau-ISA) device driver entry.rik2004-03-031-0/+7
* Finish the removal of the 'nv' device reference.scottl2004-03-031-1/+0
* Opps, nv(4) isn't committed yet. Comment out.obrien2004-03-031-1/+1
* Finish fixing style problems in my previous commit.njl2004-03-031-3/+1
* In the descrption of network interfaces:bde2004-03-031-9/+8
* Add support for quirks for acpi tables. Key off OEM vendor and revision.njl2004-03-031-7/+0
* Whitespace fixes.obrien2004-03-021-14/+16
* Add the ACPI standard video extensions driver. I've done some style cleanupnjl2004-03-011-2/+6
* o Typo: Ternal -> Thermal.maxim2004-02-292-2/+2
* Add support for the watchdog in Geode SC1100 which is used in embeddedphk2004-02-281-0/+36
* Add a generic watchdog facility which through a single device entryphk2004-02-281-78/+63
* Add support for /dev/led/error on Soekris Net4801.phk2004-02-281-14/+48
* Fixed the latest unsortings of CPU_ENABLE_*.bde2004-02-241-5/+5
* Add missed CPU_ENABLE_LONGRON.sobomax2004-02-231-0/+1
* Device megapatch 4/6:phk2004-02-2119-7/+38
* Device megapatch 3/6:phk2004-02-214-13/+0
* Device megapatch 1/6:phk2004-02-2118-33/+0
* Add back an include to fix the build for the CPU_ELAN case.jhb2004-02-191-0/+3
* Switch to using the new $PIR interrupt routing code and remove the oldjhb2004-02-183-436/+21
* Rework the $PIR (aka PCIBIOS) PCI interrupt routing code and split it offjhb2004-02-181-609/+445
* Fixed a misplaced ifdef that prevented npx.c building without "device isa"bde2004-02-131-1/+1
* Regen.jhb2004-02-063-19/+19
* Sync up MP safe flags with global syscalls.master. This includes write(),jhb2004-02-061-16/+16
* Rename cn_unavailable to cnunavailable for little more consistency.kan2004-02-051-2/+2
* Updates cx driver information (Cronyx-Sigma)rik2004-02-051-1/+3
* Fix a typo in kan's last commit: cnavaiable() -> cnavailable()roam2004-02-051-1/+1
* Eliminate global cons_unavailable flag and replace it by the statuskan2004-02-054-6/+9
* Regen.jhb2004-02-0411-17/+17
* The following compat syscalls are now mpsafe: linux_getrlimit(),jhb2004-02-044-6/+6
* Locking for the per-process resource limits structure.jhb2004-02-043-55/+41
* Revert the skipping of segment register reloads as it appears to actuallyjhb2004-02-032-34/+40
* Removed bogus checks that (PCPU_GET(curpcb) != NULL). Rev.1.586 ofbde2004-02-031-3/+1
* Set PCPU_GET(curpcb) for the BSP to thread0's pcb. Otherwise, the boot CPUjhb2004-02-021-0/+1
* - Make sure the apic is idle before sending an IPI. This is required onjeff2004-02-021-4/+2
* Eliminate all TLB shootdowns by pmap_pte_quick(): By temporarily pinningalc2004-02-011-13/+52
* Compiled longrun.c when defined options CPU_ENABLE_LONGRUN,shiba2004-01-311-1/+1
* Consistently capitalize acronyms like POSIX and NIC. Style.schweikh2004-01-291-52/+52
* Fix typos and remove whitespace at EOL.schweikh2004-01-291-20/+20
OpenPOWER on IntegriCloud