summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* correct "device iwic0" to "device iwic"hm2000-10-101-1/+1
* Set i4b version number to 0.96.00.hm2000-10-101-3/+3
* Mark directories as directories, not as regular files.des2000-10-101-1/+1
* update to i4b version 0.95.04hm2000-10-091-48/+68
* update to i4b version 0.95.04hm2000-10-096-84/+404
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-092-334/+5
* A couple of negative options was not commented out in NOTES/LINT. Thisphk2000-10-091-2/+2
* Unremoved used include of <machine/ipl.h>. Removing it in rev.1.95bde2000-10-091-0/+1
* Only attach "legacy" PCI busses if none have been attached via any othermsmith2000-10-091-3/+23
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-083-2/+8
* Unbreak detection of breakage in cy driver.bde2000-10-081-6/+6
* Made this file compile again after move of stuff from <machine.ipl.h>bde2000-10-081-1/+2
* Use schedsofttty() again (SMPng casualty with intentionally wrong fixbde2000-10-081-5/+1
* Cleanup comment in machine/param.h regarding mbuf-related sizes, and get ridbmilekic2000-10-081-7/+3
* Cy driver doesn't compile and nobody seems to care.phk2000-10-071-6/+6
* Caught up with the changes in interruption stuff.kato2000-10-071-1/+2
* Work around a bug by adding struct tags. gcc-2.95 apparently gets thebde2000-10-061-2/+2
* - Change fast interrupts on x86 to push a full interrupt frame and tojhb2000-10-0622-429/+185
* currentldt is now a "special" global-data variable, and as such, therejhb2000-10-061-3/+0
* Interrupt frames don't include the saved cpl anymore since cpl is dead.jhb2000-10-061-2/+0
* Various whitespace cleanups after the SMPng commit, which jumbled thingsjhb2000-10-061-19/+19
* Don't treat a kernel stack fault the same as a general protect fault orjhb2000-10-061-0/+3
* Remove an unnecessary sti and spl0() in fork_trampoline. Interruptsjhb2000-10-061-2/+0
* - Include opt_vesa.h in vesa.c so that the VESA_DEBUG option is actuallyjhb2000-10-061-1/+15
* Driver for the Intel 82801AA (ICH) SMBus controller and compatibles.archie2000-10-061-7/+12
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-0518-411/+39
* Replace loadandclear() with atomic_readandclear_int().jhb2000-10-052-13/+2
* Add atomic_readandclear_int and atomic_readandclear_long.jhb2000-10-051-2/+34
* Make the gd_currentldt member in struct globaldata unconditional sojhb2000-10-052-6/+2
* - Remove somewhat bogus handling of the Giant mutex in the vm86 code.jhb2000-10-052-6/+13
* Reduce userland namespace polution.jasone2000-10-041-1/+4
* Fix spelling error ("exits" should be "exists").jasone2000-10-041-1/+1
* Add the pcn device to NEWCARD and NOTES.wpaul2000-10-032-0/+6
* Add ATA_ENABLE_TAGS options descriptionsos2000-10-031-0/+2
* Fix a cosmetic sign problem on machines with 4G of ram.peter2000-10-021-1/+1
* Fix StallOp implementaion. I've noticed that StallOp corresponds toiwasaki2000-10-021-4/+10
* Move the i386 PCI attachment code out of i386/isa back into i386/pci.msmith2000-10-026-2622/+507
* Put on my nuclear-grade asbestos suit and cvs rm the old, broken, soundpeter2000-10-0282-36836/+0
* Fix the no-pci case of attaching isa, eisa and mca devices.peter2000-10-012-14/+6
* Remove ACPI_NO_OSDFUNC_INLINE option from kernel configuration. Nowiwasaki2000-10-013-5/+5
* One more update against header file name changing.iwasaki2000-10-011-2/+2
* - Add acpi_disable_events() and set it with EVENTHANDLER_REGISTER in order toiwasaki2000-09-301-56/+55
* More updates to the ACPI code:msmith2000-09-304-55/+125
* Big mbuf subsystem diff #1: incorporate mutexes and fix things up somewhatbmilekic2000-09-301-13/+2
* Fill in some more missing bits from cpu_features according to the Intelpeter2000-09-291-10/+10
* First shot at identifying the Pentum 4 acording to our reading of thepeter2000-09-292-2/+8
* Get out the roto-rooter and clean up the abuse of nexus ivars by thepeter2000-09-288-82/+220
* Fix spelling of Katmai [Katami].asmodai2000-09-271-1/+1
* Since the nexus is responsible for creating the I/O resources (ports, memory)msmith2000-09-272-4/+296
* Document the pmtimer driver.iwasaki2000-09-261-1/+2
OpenPOWER on IntegriCloud