summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Another sweep over the pmap/vm macros, this time with more focus onphk1996-05-035-16/+15
* Move atdevbase out of locore.s and into machdep.cphk1996-05-026-199/+168
* removed:phk1996-05-0211-103/+104
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-024-38/+38
* KGDB is dead. It may come back one day if somebody does it.phk1996-05-022-56/+4
* Added calibration the i8254 and the i586 clocks agains the RTC at bootbde1996-05-014-97/+504
* i386/machdep.cbde1996-05-011-14/+3
* Don't return unused values in cpu_switch() or savectx().bde1996-05-013-14/+6
* Only disable sio3 by default.bde1996-05-011-2/+2
* Make pcibus_check() ignore Device/Vendor IDs of all 0.se1996-04-302-4/+4
* pte.h: Add the VADDR(pdi,pti) macro to construct virtual address fromphk1996-04-302-18/+23
* Remove a spurious mapping that was introduced earlier.phk1996-04-302-18/+2
* Add ATAPI_STATIC so that the ATAPI cdroms work correctly againjkh1996-04-291-2/+3
* Fix some bugs I introduced and some old ones as well.phk1996-04-282-108/+410
* Fixed a bug introoduced in the previous change. ISA device memory wasbde1996-04-262-6/+6
* A significant debogofication of locore.s. I havn't found any actualyphk1996-04-263-697/+598
* Fix cpu_fork for real.phk1996-04-255-20/+14
* - add apm to the GENERIC kernel (disabled by default), and add some commentsnate1996-04-224-12/+55
* This fixes a troubling oversight in some of the pmap code enhancements.dyson1996-04-221-1/+2
* Change the devconf description from "ISA or EISA bus" to "ISA bus" nowgibbs1996-04-201-2/+2
* savectx returns through cpu_switch in case of the child, so it mustphk1996-04-192-4/+5
* Fix a bogon. cpu_fork & savectx ecpected cpu_switch to restore %eax,phk1996-04-184-8/+14
* Added a disabled psm0 (PS/2) mouse device, using the new 'disable'nate1996-04-181-1/+3
* Use PCB_SAVEFPU_SIZE instead of a too-small size in savectx(). Thisbde1996-04-132-18/+22
* Generate #define of PCB_SAVEFPU_SIZE for use in savectx().bde1996-04-131-1/+2
* Make alltraps a .globl so that DDB doesn't make people belive they havephk1996-04-122-2/+4
* Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.bde1996-04-113-3/+9
* Disable sio3 in GENERIC - it messes with ATI cards.jkh1996-04-101-2/+2
* hp300 -> i386nate1996-04-101-2/+2
* Gag! Somebody removed the bus mouse from GENERIC for reasons unknown.jkh1996-04-091-1/+2
* Add a lock for DMA Channels to prevent two devices from using the same DMAsmpatel1996-04-081-44/+112
* Added a $Id$ keyword. Bruce still needs to put a copyright noticewollman1996-04-081-0/+5
* Use breakpoint() function instead of inline assembler.bde1996-04-071-6/+2
* Changed bdb() to breakpoint() and always enable it.bde1996-04-071-34/+30
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-071-2/+1
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-073-8/+3
* Moved declaration of bootverbose to a better place. It isn'tbde1996-04-071-4/+1
* Fixed the ownership and permissions of /dev/io. Rev.1.32 broke rev.1.29.bde1996-04-071-2/+2
* Major cleanups for the pmap code.dyson1996-04-071-182/+76
* Switch 586/686 back to generic_bzero and #if 0'd the "optimized" code. Itdg1996-04-063-5/+7
* Fix adjkerntz expression priorityache1996-04-052-6/+6
* Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even forache1996-04-055-15/+26
* Fixed a problem that the UPAGES of a process were being run downdyson1996-04-031-3/+3
* Convert from using devfs_add_devsw() to devfs_add_devswf()scrappy1996-04-011-18/+25
* Change if/goto into a while loop.dg1996-03-311-4/+2
* Finished removing NOP macros.bde1996-03-311-10/+1
* Moved rtcin() to clock.c.bde1996-03-316-31/+33
* Killed religous FASTER_NOP again.bde1996-03-312-10/+2
* Count PCI irqs in up to 4 ISAish counters named `pci irqnn' instead ofbde1996-03-292-6/+60
* Parenthesized macros.bde1996-03-291-7/+7
OpenPOWER on IntegriCloud