summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386
Commit message (Expand)AuthorAgeFilesLines
* Reference the correct gdt[] entry on SMP. Remove the `generation' flag,jlemon1999-08-271-13/+12
* Rename 'bios_jmp' to 'bios16_jmp' to make it clear what it's related to.msmith1999-08-252-7/+7
* Use the far jump for the base of the page arithmatic rather than thepeter1999-08-252-6/+7
* Work around a bad design in some PnP BIOS code whereby the BIOS can reachmsmith1999-08-241-2/+11
* Cosmetic: Correct the Id string.alc1999-08-241-1/+1
* Fixed a misplaced cast to uintptr_t. Cosmetic.bde1999-08-242-14/+8
* `bootdev' is an ordinary u_long, so don't cast it to a pointer to print it.bde1999-08-231-4/+3
* Implement a version of s_lock_try that doesn't cause the next s_lockalc1999-08-231-20/+20
* Now that we can bind cdevsw to the individual dev_t, divorce the PERFMONphk1999-08-232-28/+35
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-62/+11
* The nexus_attach() code works a lot better if it's actually connected topeter1999-08-232-24/+12
* Modify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAST_INTR_LOCKalc1999-08-231-4/+2
* The previous fix didn't do anything if you didn't have pnp. The ICUpeter1999-08-221-2/+3
* Finish unbreaking autoconf.c includes (for non-SMP.)green1999-08-221-1/+2
* Oops, that wasn't so clever after all. struct isa_device is still apeter1999-08-221-1/+2
* Zap a heap of unused cruft now. We don't need the ISA/EISA/PCI hookspeter1999-08-221-35/+24
* Take advantage of the apm/npx code and let them identify themselves ratherpeter1999-08-222-46/+68
* This commit adds device driver support for the Sundance Technologies ST201wpaul1999-08-211-2/+3
* Loosen up the constructed argument segment generation slightly; rather thanmsmith1999-08-201-10/+3
* There may exist two kinds of IBM BlueLightning CPU. One is that 5/2kato1999-08-201-1/+15
* Update for MI switch code, and trim a heap of unused (I believe) entries.peter1999-08-191-32/+1
* Use the MI process selection. We use a quick routine to decide whetherpeter1999-08-191-269/+15
* Create callable (non-inline) versions of the atomic_OP_TYPE functionsalc1999-08-181-0/+47
* Remove the SMBIOS detection and definitions; this should be handled in amsmith1999-08-181-30/+1
* Search for and interrogate the PnP BIOS if found. This code just printsmsmith1999-08-171-31/+188
* Mindbogglingly, many BIOS vendors expect to be able to load %ds withmsmith1999-08-171-8/+17
* Fix a bug in busdma_mem_free() where we were improperly checkinggibbs1999-08-161-2/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-9/+9
* _pmap_allocpte:alc1999-08-111-6/+3
* pmap_remove_pages:alc1999-08-101-1/+4
* Remove a reference to config(8) when IRQ 2 is remapped to IRQ 9.mpp1999-08-091-5/+5
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-0910-572/+16
* Forgot the "bsd" slice, now setrootbyname() understands "wd0s1a".phk1999-08-061-2/+2
* Fix typo which would have caused MTRR support on non-SMP systems tomsmith1999-08-041-2/+2
* pmap_object_init_pt:alc1999-07-311-2/+2
* Change the type of vpgqueues::lcnt from "int *" to "int". The indirectionalc1999-07-311-3/+3
* Add parentheses for clarity.alc1999-07-311-2/+2
* Formatting-only cleanup accidentally omitted from the patch merge in themsmith1999-07-291-198/+196
* 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
* Major update to the kernel's BIOS-calling ability.msmith1999-07-293-42/+409
* Remove XXX from the headers (broke the build, I'm betting.)green1999-07-291-2/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-292-8/+18
* We're called too early to have any idea whether APM is going to bemsmith1999-07-281-11/+7
* Remove some droppings left over from the removal of the APM hooks.msmith1999-07-281-5/+1
* On FPU exceptions, pass a useful error code (one of the FPE_...cracauer1999-07-252-7/+7
* This commit adds device driver support for Adaptec Duralink PCI fastwpaul1999-07-251-2/+3
* - Correctly initialize cn_dev_t and cn_udev_t.yokota1999-07-241-4/+7
* Reduce the number of "magic constants" used for page coloringalc1999-07-221-2/+2
OpenPOWER on IntegriCloud