summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Document the atkbd flags of 0x03 and be explicit to mention this mightasmodai2001-11-151-0/+2
* - Don't enable interrupts in trap() if we trapped while holding a spinjhb2001-11-151-6/+17
* Axe NFS_NOSERVER since it doesn't do anything anymore. Remove NFSSERVERjhb2001-11-151-1/+0
* Replace use of "0" constraints in inline asm with "+" constraints,keramida2001-11-131-4/+4
* Change constraints to use "+" in inline asm instead of mapping inputkeramida2001-11-121-1/+1
* Use newer constraints for atomic_cmpset().jhb2001-11-121-11/+9
* Use newer constraints for inline assembly for an operand that is both anjhb2001-11-121-21/+21
* Back out last commit, it was accidentalimp2001-11-111-79/+79
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingimp2001-11-111-79/+79
* Add two minor changes.iwasaki2001-11-111-33/+44
* Fix tab damage in rev 1.326.obrien2001-11-061-1/+1
* Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.iwasaki2001-11-061-1/+9
* GC userconfig after Peter axed it 15 months ago.phk2001-11-051-3148/+0
* Also remove the .h files for the old rp driver.phk2001-11-052-1137/+0
* Remove the old RocketPort driver which was left behind in favourphk2001-11-051-1988/+0
* Don't call cdevsw_add().phk2001-11-041-3/+0
* Don't call devsw_add().phk2001-11-041-4/+0
* Don't call cdevsw_add().phk2001-11-047-26/+0
* Don't call cdevsw_add()phk2001-11-041-4/+0
* Call to cdevsw_add() no longer needed.phk2001-11-041-1/+0
* o Add new header <sys/stdint.h>.mike2001-11-024-0/+470
* The sound drivers live in sound/driver, not sound/driversimp2001-11-021-1/+1
* Some fix for the recent apm module changes.iwasaki2001-11-014-18/+200
* Skip PG_UNMANAGED pages when we're shooting everything down to try andpeter2001-11-011-1/+1
* Remove previous revision. smp_started back in subr_smp where it belongs.mjacob2001-10-313-6/+0
* Make the actual volatile int smp_started live *somewhere*. This ismjacob2001-10-313-0/+6
* Spell deivces as devices.rwatson2001-10-312-2/+2
* Don't let pmap_object_init_pt() exhaust all available free pagesdillon2001-10-311-1/+17
* Don't try to probe the PnP BIOS if ACPI is active.msmith2001-10-311-0/+5
* Add kmupetext(), a function that expands the range of memory coveredgreen2001-10-301-0/+1
* MFGeneric: ->1.327 Sync with GENERICimp2001-10-301-10/+11
* Move device lnc to isa section, since it no longer uses the compat shims.imp2001-10-301-3/+2
* Fix a typo in comment and #ifdef fixes: GRAP_PRIO -> GRAB_PRIO so thatjhb2001-10-301-1/+1
* Don't set CR0_NE in cpu_setregs() for the SMP case, since setting itbde2001-10-291-0/+2
* - More whitespace and comment cleanups.jhb2001-10-281-35/+46
* Eliminate the prefix parameter to linux_emul_find(), which was alwaysdes2001-10-271-2/+2
* Add APM compatibility feature to ACPI.iwasaki2001-10-261-0/+335
* Add a per-thread ucred reference for syscalls and synchronous traps fromjhb2001-10-261-26/+37
* Remove wx driver, which got recently removed.asmodai2001-10-251-1/+0
* Unbreak NEWCARD by removing options NFS and replacing it with theasmodai2001-10-251-1/+2
* Currently no code does a CROSSJUMP() to sw1a, so we don't need ajhb2001-10-251-2/+0
* Use %ecx instead of %ebx for the scratch register while updating %dr7 sincejhb2001-10-251-5/+3
* - Fix typo in comment from previous revision.jhb2001-10-251-3/+4
* Whitespace, comment, and string fixes.jhb2001-10-251-43/+39
* Fixed misformatting of options line for COMPAQ_M610 and EICON_DIVA inbde2001-10-251-22/+22
* Fixed bugs in rev.1.973. Actually enable PCI_ENABLE_IO_MODES. Itbde2001-10-251-1/+2
* add options line for Compaq Microcom 610 ISDN card.hm2001-10-251-1/+4
* Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this.jlemon2001-10-252-0/+2
* Backout 1.61 -- both intrcnt and intrnames are already exportedluigi2001-10-252-12/+0
* Split the per-process Local Descriptor Table out of the PCB and intojhb2001-10-258-84/+104
OpenPOWER on IntegriCloud