summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
...
* Put on my asbestos suit and attempt to tidy up and add some simple docspeter1999-06-291-118/+108
* Save common_tssd before it's loaded and the busy bit set.luoqi1999-06-281-3/+3
* Use the same -UKERNEL strategy as the alpha to avoid the inlines etc.peter1999-06-281-1/+4
* An SMP-specific change: Remove an unnecessary lock acquire and releasealc1999-06-272-10/+26
* Shut up gcc.peter1999-06-272-2/+6
* Fix warning message; that was 4GB, not 2GB. I apparently can't dojlemon1999-06-241-2/+2
* Explicitly ignore any memory > 2GB, we don't support it yet.jlemon1999-06-241-1/+7
* Only include AMD wt_alloc routines if I586_CPU is defined. Fixesjlemon1999-06-241-2/+2
* This commit gives support for the Rise mP6 CPU. It has two changes:green1999-06-243-12/+26
* Changes in the way that the APs are started appears to have removed themsmith1999-06-233-33/+9
* Do not setup 4M pdir until all APs are up.luoqi1999-06-235-64/+44
* Remove an unnecessary panic when sparse PCI bus numbering is encountered.msmith1999-06-223-9/+3
* Clean up some of the documentation at the top.jkh1999-06-201-8/+12
* Harmless change to prevent possible problems in the future. I madegreen1999-06-181-2/+4
* Changed the global `idt' from an array to a pointer so that npx.cbde1999-06-185-21/+18
* Clean up bitrot in interrupt tracing code.tegge1999-06-161-3/+3
* Kill option FAILSAFE.des1999-06-152-8/+2
* Use pmap_kenter instead of pmap_enter to map the message buffer.alc1999-06-131-3/+2
* Change variable used for calculating ending address of physical memoryjlemon1999-06-101-2/+2
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() to allocatedt1999-06-081-2/+2
* Fix an accounting problem when prefaulting 4M pages.luoqi1999-06-051-2/+2
* remove references to isa_device, it's no longer associated with interrupts.peter1999-06-031-5/+1
* Unbreak memory sizing for SMP.jlemon1999-06-011-11/+15
* Introduce the makebdev() function, it does the same as the makedev()phk1999-06-011-7/+7
* Null commit; note that there is a new memory sizing routine that usesjlemon1999-06-011-1/+1
* Unifdef VM86.jlemon1999-06-0119-427/+381
* Remove fd driver from its old home and change files which include rtc.hdfr1999-05-313-6/+6
* Simplify cdevsw registration.phk1999-05-312-11/+8
* This commit should be a extensive NO-OP:phk1999-05-301-5/+22
* Allow up to 8 ports, 4 memory regions and two irqs and drqs.dfr1999-05-301-4/+8
* Activate/deactivate resources by calling the method, not through thedfr1999-05-302-2/+34
* Stop the TSC from being used as timecounter on K5/step0 machines.phk1999-05-294-6/+10
* Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter.bde1999-05-286-121/+134
* pmap_object_init_pt:alc1999-05-281-2/+2
* - Make setroot() conditional on FFS etc, to avoid a compiler warningjb1999-05-241-17/+5
* * Factor out the common code between the isa bus drivers for i386 and alpha.dfr1999-05-221-431/+32
* Recover from removing the last (unshared) interrupt handler.peter1999-05-222-54/+24
* This commit adds driver support for PCI fast ethernet cards based on thewpaul1999-05-211-1/+2
* usbdi.h:n_hibma1999-05-201-9/+5
* Move pcibus (host -> pci bus) probe/attach routines from nexuspeter1999-05-184-114/+102
* pmap_qremove:alc1999-05-181-4/+17
* Don't hardcode IRQ 13 for NPX. It's as good as hardwired in the hardwarepeter1999-05-152-12/+22
* * Define a new static method DEVICE_IDENTIFY which is called to add devicedfr1999-05-141-106/+36
* Add the `xe' Xircom PC Card driver.obrien1999-05-141-1/+2
* Renamed the private copies of strlen and strcpy to gdb_strlen andbde1999-05-131-4/+3
* Unbreak VESA on SMP.luoqi1999-05-128-31/+31
* VM86_FRAMESIZE is now the size of vm86 frame, not the number of 4-byte words.luoqi1999-05-121-2/+2
* Fix dumpon. It passes a udev_t from userland to kernel, that needs aphk1999-05-121-4/+4
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Yet another place I missed when increasing trapframe size, which causes problemluoqi1999-05-113-5/+7
OpenPOWER on IntegriCloud