summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add $Id$ tags.newton1999-07-303-12/+10
* Remove all vestiges of APMIO_BIOSmsmith1999-07-303-16/+3
* Formatting-only cleanup accidentally omitted from the patch merge in themsmith1999-07-291-198/+196
* No more apm_errno. It breaks the build with APM_DEBUG,iwasaki1999-07-292-6/+6
* GBIOSSTACK_SEL is undefined, but OTOH, BSSSEL apparently isn't used either.peter1999-07-291-2/+1
* Remove some duplicate definitions, as suggested by Alan Cox.msmith1999-07-292-7/+4
* Fix for vmspace sharing as per Alan Cox. Thanks!msmith1999-07-291-5/+1
* Nuke this, it's not used anymore.msmith1999-07-292-120/+0
* Major update to the kernel's BIOS-calling ability.msmith1999-07-2910-680/+945
* Remove XXX from the headers (broke the build, I'm betting.)green1999-07-292-4/+2
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-294-19/+36
* We're called too early to have any idea whether APM is going to bemsmith1999-07-282-22/+14
* Remove unused real-mode APM setup support. We've been using the vm86msmith1999-07-286-378/+34
* Remove unused real-mode APM init functions.msmith1999-07-2816-1518/+0
* Remove some erroneous comments about how APM is initialised.msmith1999-07-282-20/+6
* Remove some droppings left over from the removal of the APM hooks.msmith1999-07-281-5/+1
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These aredfr1999-07-281-4/+6
* Pave the way for the fla driver.phk1999-07-262-7/+8
* Various formatting fixes on my FPE trapcode commit.cracauer1999-07-264-167/+157
* On FPU exceptions, pass a useful error code (one of the FPE_...cracauer1999-07-257-51/+258
* This commit adds device driver support for Adaptec Duralink PCI fastwpaul1999-07-254-5/+21
* 3C574TX 16bit FastEtherlink PC-card support.hosokawa1999-07-252-6/+40
* Increased max kmem to 200MB. This should fix some out-of-kmem panics ondg1999-07-241-2/+2
* - Correctly initialize cn_dev_t and cn_udev_t.yokota1999-07-241-4/+7
* atomic.h:alc1999-07-233-18/+7
* Add braces to make if-else statement clearer.iwasaki1999-07-222-8/+12
* Reduce the number of "magic constants" used for page coloringalc1999-07-221-2/+2
* Fix the following problem:alc1999-07-211-4/+15
* Correct the alignment of some of the members in the wi_frame structure.wpaul1999-07-201-3/+5
* I missed a not. Also, remove invltlb(), since it's "unncessary [sic] becausegreen1999-07-201-4/+2
* Update of the i686 MTRR/memory range support.msmith1999-07-201-45/+46
* Implement an all-CPU shootdown-style rendezvous facility. This allowsmsmith1999-07-208-9/+317
* An SMP-specific change: Eliminate an unnecessary lock acquire and releasealc1999-07-201-10/+1
* Fix a page size vs. KB mixup. The extra buffers allocated at a reducedpeter1999-07-191-4/+4
* Sync with GENERIC (place of xe0 driver)hosokawa1999-07-191-2/+3
* Updated acquire_timer2()'s state machine to work when the i8254 isbde1999-07-182-46/+20
* Don't let the machdep.tsc_freq sysctl proceed if the TSC is presentbde1999-07-182-12/+12
* Use the vn_todev() function, rather than VOP_GETATTRphk1999-07-181-7/+3
* Centralize dumpdev handling.phk1999-07-171-60/+1
* An SMP-specific change: eliminate another check on bsp_apic_ready.alc1999-07-171-10/+1
* Implementation of TCXONC.marcel1999-07-172-3/+38
* Add support for multiple PCI busses directly connected to the nexus.msmith1999-07-166-18/+746
* Move the xe0 driver back where it was. It was misleading where it was as itobrien1999-07-131-2/+3
* Commit the correct patch, i.e., the one that actually correspondsalc1999-07-131-35/+55
* Changed the implementation of the primitives to guarantee atomicityalc1999-07-131-22/+42
* Improve Logitech MouseMan+ protocol support.yokota1999-07-121-1/+4
* Correct a couple of spelling errors in comments.kris1999-07-121-2/+2
* remove a set_cpl which survived last change.phk1999-07-121-2/+1
* We may have three ways to generate the SPL functions, but one tablephk1999-07-111-54/+25
* Add a hook for a bus to detect child devices which didn't find drivers.dfr1999-07-111-2/+21
OpenPOWER on IntegriCloud