summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Oops, forgot the following log message in the previous commit:bde1995-11-121-1/+1
* Reviewed by:bde1995-11-121-1/+4
* convert more sysctl variables.phk1995-11-101-37/+28
* Change ahb device line to eisaconf syntax.gibbs1995-11-091-2/+2
* Add eisa0 and remove ISA configuration line for ahc0.gibbs1995-11-051-2/+3
* Remove old eisaconf cruft from the eisa files. The old eisaconf kludgedgibbs1995-11-051-40/+1
* Modifications for the new eisaconf.gibbs1995-11-051-5/+9
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-042-4/+2
* Remove the #ifdev DEVRANDOM's, as promised.markm1995-11-044-24/+4
* Finished(?) moving prototypes for devswitch functions to <machine/conf.h>.bde1995-11-041-11/+12
* When the sync-on-shutdown fails to clear all buffers, this bit of codepeter1995-11-021-1/+11
* We no longer need the spltty() == splimp() hack if PPP is configured intopeter1995-10-311-6/+10
* Add a simplistic netisr register routine - I need this now for ppp-2.2.peter1995-10-311-4/+19
* Include the "od" driver.joerg1995-10-311-1/+3
* Security fix - do not allow anyone but root to choose the interrupts usedmarkm1995-10-301-1/+9
* Removed bogus statics in declarations that don't allocate storage.bde1995-10-301-4/+13
* Second batch of cleanup changes.phk1995-10-291-49/+49
* Fix mmioctl() for !DEVRANDOM case. mmioctl() is a function, not abde1995-10-291-10/+12
* Theodore Ts'po's random number gernerator for Linux, ported by me.markm1995-10-284-17/+129
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-283-8/+6
* Sorry, the last commit screwed up for me, this is the right one (I hope!)phk1995-10-282-2/+16
* Stable matcd port to 0x230, as per request by Bruce and Frank.jkh1995-10-251-2/+2
* Remove PG_W bit setting in some cases where it should not be set.dg1995-10-231-3/+3
* More improvements to the logic for modify-bit checking. Removeddg1995-10-231-109/+10
* Only allow `sensitive' devices for displays in find_display(). This isbde1995-10-221-3/+6
* Simplified some expressions.dg1995-10-221-7/+4
* A mixed bag of changes, relating to getting the state in "lsdev" right,phk1995-10-211-5/+5
* Make CONF1_ENABLE_MSK1 even less restriktive: Ignore slot ID ...se1995-10-172-4/+4
* At least the ASUS Triton motherboards don't disable the PCI bus configurationse1995-10-172-8/+10
* Go back to separate tests for configuration mechanism 1 and mechanism 2.se1995-10-152-108/+114
* Pull all of libkern.a in (though not mcount) so the LKM's don't comephk1995-10-152-2/+40
* Reduce jitter of Pentium microtime() implementation by letting the counterwollman1995-10-123-35/+68
* Include <sys/sysproto.h> so that machdep.c compiles cleanly againbde1995-10-101-23/+37
* Fix bad typo: CONF1_ENABLE_RES1 was written CONF1_ENABLE_CHK1 ...se1995-10-092-12/+28
* Fix tracing of syscalls. The previous fix required the undocumentedbde1995-10-091-47/+48
* remove GCC divsi3 routines which are never used.phk1995-10-053-36/+3
* Submitted by: Juergen Lock <nox@jelal.hb.north.de>julian1995-10-041-3/+35
* Insert zeroed pages at the head of the zero queue rather than at the tail.dg1995-10-011-2/+2
* New approach to the PCI bus configuration mechanism probe problem:se1995-09-222-100/+126
* Fix rounding bug in last commit that would have caused the problem to notdg1995-09-201-2/+2
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-194-14/+18
* Revert most changes of previous commit.se1995-09-182-36/+104
* Our existing Cyrix cache-disable code was short-cutting the steps forpst1995-09-162-6/+102
* Check for page being resident when doing I/O with /dev/kmem and returndg1995-09-151-2/+15
* Another try to determine the PCI bus configuration mode (and whetherse1995-09-152-118/+80
* 1) Killed 'BSDVM_COMPAT'.dg1995-09-152-52/+38
* Killed isa_allocphysmem() and isa_freephysmem(). They are completely useddg1995-09-151-44/+1
* 1) Don't double map the kernel page tables. The double mapping was neverdg1995-09-152-12/+14
* Improved verification of configuration space accesses working:se1995-09-142-8/+38
* Make the PCI host bridge probe code more robust when dealing with chip setsse1995-09-132-12/+70
OpenPOWER on IntegriCloud