summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add the ifpi2 driver.gj2001-12-221-0/+7
* Add support for the AVM Fritz!Card PCI version 2 controller.gj2001-12-221-2/+4
* Use the new resource_list_print_type() function.tmm2001-12-211-1/+1
* Add support for the Intel 82443MX chipsetpirzyk2001-12-211-1/+1
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-2017-119/+84
* I am not sure if it is a good idea or not to have my id in the cvs logpeter2001-12-201-824/+797
* Replace a bunch of:peter2001-12-201-20/+6
* Fix some whitespace nits, and a minor error that I made in some unusedpeter2001-12-201-8/+7
* Comment out DEVICE_POLLING so that LINT compiles again.phk2001-12-191-1/+2
* Axe stale extern for a non-existent variable.jhb2001-12-181-1/+0
* In a couple of places, we recalculated addresses we already had in localjulian2001-12-181-3/+3
* Various assembly fixes mostly in the form of using the "+" modifier forjhb2001-12-183-29/+29
* Allow the ATOMIC_ASM() macro to pass in the constraints on the V parameterjhb2001-12-181-23/+23
* With GCC 3, we *must* use the GCC stdarg.h. We can no longer just makeobrien2001-12-181-0/+6
* Modify the critical section API as follows:jhb2001-12-1810-140/+93
* Small cleanups to the SMP code:jhb2001-12-174-101/+48
* Add description of DEVICE_POLLING option.luigi2001-12-141-0/+19
* Clarify the comments related to DUMMYNET and HZluigi2001-12-141-7/+12
* Device Polling code for -current.luigi2001-12-141-0/+10
* Enable UFS_DIRHASH in the GENERIC kernel.iedowse2001-12-141-0/+1
* Fixed to draw mouse cursor. The syscons driver for PC98 uses differentnyan2001-12-141-0/+5
* o Clarify the comments on AIO to note that yes, AIO really is unsuitablerwatson2001-12-141-2/+2
* Add maxusers auto-sizing description to NOTES file for -currentdillon2001-12-141-1/+3
* Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier.jhb2001-12-123-3/+0
* Overhaul the per-CPU support a bit:jhb2001-12-1121-414/+201
* Delete some leftover code from a bygone age. We dont have an array ofpeter2001-12-111-11/+1
* Add new boot flag to i386 boot: -p.guido2001-12-101-1/+1
* Add identification string for AMD-761 host to PCI bridge.murray2001-12-101-0/+3
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-103-6/+6
* style(9)obrien2001-12-091-7/+7
* Allow maxusers to be specified as 0 in the kernel config, which willdillon2001-12-093-3/+4
* o Whitespace sync to GENERICrwatson2001-12-051-1/+1
* Update pathnames for creation of tags file.mckusick2001-12-051-1/+1
* PROCFS requires PSEUDOFS.des2001-12-041-1/+2
* PROCFS requires PSEUDOFS. I forgot that GENERIC didn't have PSEUDOFS yet.des2001-12-041-1/+2
* PROCFS requires PSEUDOFS now.des2001-12-041-1/+1
* Add a missing open paren to a macro that's been broken (and apparentlyjhb2001-12-041-1/+1
* o Stop abusing MD headers with non-MD types.mike2001-12-011-2/+0
* cpuid bit 30 is 'IA64', for when you're running in i386 mode on an ia64peter2001-11-301-1/+1
* Whitespace fixes so thre 386 versoion of __uint8_swap_uint32 is easier tojhb2001-11-281-2/+4
* Clean up some of the gross macros whitespace wise before I fix the asmjhb2001-11-281-20/+22
* Add the 'ciss' driver, which supports the Compaq SmartRAID 5* family ofmsmith2001-11-271-0/+7
* MFS: I was confused. This code wasn't in -current after all.imp2001-11-262-10/+28
* Add driver for Granch SBNI12-xx ISA and PCI network adapters.fjoe2001-11-211-0/+6
* Convert BSD trap codes to i386.pb2001-11-201-2/+41
* Yet another verbose printing cleanup. Remove debug_wakeup flag andiwasaki2001-11-181-5/+2
* Fix the non-KSTACK_GUARD case.. It has been broken since the KSEpeter2001-11-171-0/+1
* Start bringing i386/pmap.c into line with cleanups that were done topeter2001-11-174-258/+193
* Handle the IBCS2 FIONREAD ioctl. I have only tested that thisiedowse2001-11-161-0/+1
* Oops, I accidently merged a whitespace error from the original commit.peter2001-11-161-1/+1
OpenPOWER on IntegriCloud