summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-161-0/+56
* Localized the cy driver's locking.bde2003-11-161-12/+0
* Convert a couple of pointers to integers for source compatability withpeter2003-11-141-4/+4
* Whitespace nit (sorry, couldn't help it)peter2003-11-141-1/+1
* Shuffle the APIC interrupt vectors around a bit:jhb2003-11-142-13/+15
* Fix a typo.jhb2003-11-131-1/+1
* - Move manipulation of td_intr_nesting_level out of assembly interruptjhb2003-11-122-0/+2
* - Similar to post-PAE RELENG_4 split pmap_pte_quick() into two cases,alc2003-11-081-1/+1
* Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() inscottl2003-11-071-0/+4
* Spelling and grammar fixes.anholt2003-11-051-8/+8
* Remove old APIC header.jhb2003-11-031-447/+0
* Catch up to interrupt code changes.jhb2003-11-031-0/+2
* New i386 SMP code:jhb2003-11-032-132/+25
* Add the MP Table APIC enumerator. This code uses the BIOS MP Table tojhb2003-11-031-2764/+45
OpenPOWER on IntegriCloud