summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Rework the APIC mixed mode support a bit:jhb2004-05-101-0/+1
* Add an MI implementation of the ACPI global lock routines and retire thenjl2004-05-051-35/+8
* - Create a pir0 psuedo device as a child of legacy0 if we attach a legacyjhb2004-05-041-1/+0
* - Add a new pic method pic_config_intr() to set the trigger mode andjhb2004-05-041-0/+4
* - Change the APIC code to mostly use the recently added intr_triggerjhb2004-05-041-4/+7
* Add a simple mini-driver for the ELCR register. Originally, the ELCRjhb2004-05-041-0/+5
* Increase BUS_SPACE_IAT_MAXSIZE to 33 for the ed driver.nyan2004-05-041-1/+1
* Make the legacy_pcib_attach() function static.jhb2004-05-031-1/+0
* Belatedly remove a file from the earlier apic code that is no longer used.jhb2004-04-271-59/+0
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationdas2004-04-251-0/+4
* - is_physical_memory()'s parameter, which is a physical address, should bealc2004-04-111-1/+1
* - pmap_kenter_temporary()'s first parameter, which is a physical address,alc2004-04-101-1/+1
* - pmap_kenter_temporary() is unused by machine-independent code. Therefore,alc2004-04-101-0/+1
* Remove advertising clause from University of California Regent'simp2004-04-0729-116/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64alc2004-04-051-1/+0
* Move the definition of rss() from db_interface.c to cpufunc.h wheremarcel2004-04-031-0/+8
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-201-0/+1
* The gsc driver uses the old COMPAT_ISA api. Retire it so we canimp2004-03-141-53/+0
* The spigot driver uses the old COMPAT_ISA interface. Retire it sinceimp2004-03-141-97/+0
* stl and stli use the old COMPAT_ISA api. slt also uses the really oldimp2004-03-141-495/+0
* remove the ioctl files from the asc, ctx and wt drivers just removedimp2004-03-143-114/+0
* Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a commonpeter2004-03-132-122/+0
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-1213-58/+161
* Don't implement anything in the ffs family in <machine/cpufunc.h>bde2004-03-111-0/+4
* Remove unused declarations. (Some time ago, these variables became fieldsalc2004-03-071-2/+0
* Fixed insertion sort errors in prototype list.bde2004-03-051-20/+20
* Removed garbage:bde2004-03-051-14/+0
* Fix syntax errors and wrong function prototypes in several MD headerle2004-03-052-5/+5
* Switch to using the new $PIR interrupt routing code and remove the oldjhb2004-02-181-2/+4
* Add new CPU_ENABLE_TCC option, from NOTES:sobomax2004-01-181-0/+3
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-091-0/+1
* Use ANSI C function definition for `_mcount' and remove `static'nectar2004-01-061-1/+0
* Add struct definition of the Elan MMCR registers (from jb@)phk2004-01-052-1/+280
* GC the unused <machine/kse.h> file.peter2003-12-241-49/+0
* Hey, how about we NOT make modules crash 486s?green2003-12-171-1/+1
* - Add the mp_topology() function to mp_machdep.c. This function builds upjeff2003-12-111-0/+1
* Delete old and unused APIC_IRQ defines.jhb2003-12-101-32/+0
* Add just enough of i386/include/pcvt_ioctl.h to amd64/include/pcvt_ioctl.hobrien2003-12-101-4/+0
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrobrien2003-12-082-445/+36
* Don't remove the virtual-to-physical mapping when an sf_buf is freed.alc2003-12-071-0/+1
* Ooops. These are still used by the bktr driver. David O'Brien hasimp2003-12-071-0/+187
* Remote meteor driver. It hasn't compiled in over 3 years. If someoneimp2003-12-071-187/+0
* File forgotten in the cx shuffle.imp2003-12-051-484/+0
* Updated cx driver commit part 1: bring in the new kernel driver.imp2003-12-031-0/+449
* MFamd64: use a less compiler-intensive MD implementation of 'curthread'peter2003-11-201-0/+10
* - Change the i386's sf_buf implementation so that it never allocatesalc2003-11-171-1/+2
* Fixed pedantic warnings for statement-expressions using __extension__bde2003-11-171-4/+4
* Fixed a pedantic syntax error (a stray semicolon at the end ofbde2003-11-171-1/+1
* Fixed pedantic syntax errors. Many macros didn't permit a semicolon afterbde2003-11-171-3/+6
* Avoid a warning for compiling with `gcc -Wbad-function cast'. (Thisbde2003-11-171-1/+5
OpenPOWER on IntegriCloud