summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Don't remove the virtual-to-physical mapping when an sf_buf is freed.alc2003-12-072-9/+11
* 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
* The dgb driver is redundant with the digi driver in the tree. It usesimp2003-12-071-15/+0
* First part of the removal of drivers for hardware that isn't relevantimp2003-12-072-637/+0
* File forgotten in the cx shuffle.imp2003-12-051-484/+0
* Fix yet an oversight in my ELAN_* to CPU_ELAN_* debrucification commit.phk2003-12-041-5/+4
* Remove cx in its old location.imp2003-12-034-3199/+0
* Connect the cx driver to its new location in the tree.imp2003-12-031-4/+4
* - Reenable building of the ACPI module on i386.jhb2003-12-031-1/+0
* - Remove the hack to prevent the acpi module from loading.jhb2003-12-031-3/+95
* - Reorder the APIC enumerator SYSINIT's to register enumeators atjhb2003-12-033-29/+20
* Fix all users of mp_maxid to use the same semantics, namely:jhb2003-12-031-1/+1
* Updated cx driver commit part 1: bring in the new kernel driver.imp2003-12-031-0/+449
* Fixed panics in apic interrupt handlers if kernel profiling is turnedbde2003-12-021-1/+1
* Fixed breakage of the pci case of the cy driver by the new interruptbde2003-12-021-31/+32
* Refactor AMD Elan 520 CPU support.phk2003-11-271-61/+222
* - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still calledjhb2003-11-211-8/+7
* MFamd64: use a less compiler-intensive MD implementation of 'curthread'peter2003-11-202-0/+13
* Add a special check for a stray IRQ 7 or IRQ 15 to see if it is actuallyjhb2003-11-191-0/+22
* - Add counts to the ATPIC interrupt sources and point the ATPIC interruptjhb2003-11-191-6/+17
* Replace the dangerous strcpy() call with strlcpy(), instead of the safe onetjr2003-11-181-2/+2
* - Change the i386's sf_buf implementation so that it never allocatesalc2003-11-172-27/+50
* Widen the enable/disable helper function's argument in line with thepeter2003-11-171-14/+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
* - Remove unnecessary synchronization from sf_buf_init(). (There is onlyalc2003-11-161-2/+0
* Pull latest changes from OpenBSD:sobomax2003-11-165-1/+181
* Restored the call to schedsofttty() (now spelled swi_sched(...)) again.bde2003-11-161-14/+19
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-162-1/+57
* Localized the cy driver's locking.bde2003-11-163-44/+21
* Minor source sync with amd64. Use int as the type for the widthpeter2003-11-141-2/+2
* Minor source sync with amd64. For %.*s printf formats, pass in anpeter2003-11-141-3/+5
* 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
* Always install IDT entries for ATPIC interrupt sources. The APIC nojhb2003-11-141-10/+3
* If an interrupt source doesn't have an ithread, treat it as a strayjhb2003-11-141-1/+4
* basemem is in K, not bytes. I think I tricked jhb into making the samepeter2003-11-141-1/+1
* "opt_auto_eoi.h" is not used here anymore. See atpic.c.peter2003-11-141-2/+0
* Replace magic numbers with macros for i8259A register constants. Stilljhb2003-11-141-9/+10
* - Bring in constants for 8259A registers from amd64 with some updatedjhb2003-11-141-2/+57
* Shuffle the APIC interrupt vectors around a bit:jhb2003-11-144-19/+27
* Fix a typo. We need opt_acpi.h not opt_apic.h for DEV_ACPI.jhb2003-11-141-1/+1
* Whitespace.jhb2003-11-131-5/+5
* Fix a typo.jhb2003-11-131-1/+1
* Don't disable the TSC with statclock_disable.phk2003-11-131-9/+9
* Garbage collect unused values.jhb2003-11-121-2/+0
* - Move manipulation of td_intr_nesting_level out of assembly interruptjhb2003-11-1210-99/+77
OpenPOWER on IntegriCloud