summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+2
* Try and fix some style problemspeter1997-10-123-45/+54
* Allow "foo0: disabled, not probed" message to stay, but make it conditionaljkh1997-10-121-4/+4
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-2/+3
* Compensate for pcb.h tweaks.peter1997-10-103-3/+10
* Don't #include unneeded includes here. pcb_ext.h picks up lots of otherpeter1997-10-101-4/+2
* GPROC0_SEL isn't used in any *.s files it seems..peter1997-10-101-3/+1
* Convert the VM86 option from a global option to an option only dependedpeter1997-10-1015-15/+37
* - Enable PS/2 mouse support by default. Given that almost all new hardwarenate1997-10-081-2/+2
* Added two Cyrix 6x86/6x86MX options.kato1997-10-061-7/+35
* It is possible that MB's with really broken bios's not set up more ofdyson1997-10-063-0/+24
* Make sure that the memory type registers are the same for each CPUdyson1997-10-053-3/+159
* Call identifycyrix() when 6x86MX CPU is found. The identifycyrix()kato1997-10-031-2/+3
* Fix a serious bug I introduced while adding in support for CAM interrupts.gibbs1997-09-284-17/+24
* Add a small hack to support the strange antics of the Unisys ELI 4003. Thismckay1997-09-282-20/+44
* Fix a bug where the speculative memory probe wouldn't occur on systems thatdg1997-09-251-2/+2
* Look for another couple of magic bios things..phk1997-09-241-2/+8
* Moved setconf() call after root configuration again. This fixes abde1997-09-231-4/+3
* Turn on CR4_VME on the AP's the same as the BSP. Note that we do notpeter1997-09-221-1/+13
* Oops. This file shouldn't have been committed.gibbs1997-09-221-18/+17
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-215-17/+39
* autoconf.c:gibbs1997-09-213-13/+48
* Move the rules for aicasm to the MI conf file.gibbs1997-09-211-18/+19
* Implement the parts needed for VM86 under SMP.peter1997-09-218-31/+106
* Add support for more than 1 page of idle process stack on SMP systems.dyson1997-09-216-79/+132
* For AMD chips, pick up the long description from the chip ifphk1997-09-201-1/+71
* teach pnp to keep isa_device structs around, and teach isa.c how to scanjmg1997-09-191-4/+15
* Addf flags 0x10 to the sio0 line, so it is available as a potentialjoerg1997-09-141-2/+2
* Update select -> poll in drivers.peter1997-09-141-7/+7
* Revert the logic behind my last change, and use a function calledjoerg1997-09-132-7/+7
* Do not ever try to coredump adapter memory regions.joerg1997-09-102-2/+31
* add neccessary calls to autoconf for pnp,jmg1997-09-091-1/+10
* Change an assemble-time divide into a shift. Under binutils-2.8 gas in elfpeter1997-09-083-6/+6
* General cleanup of the lock pushdown code. They are grouped and enabledfsmp1997-09-0712-124/+166
* Fix an intermittent problem during SMP code operation. Not all of thedyson1997-09-071-2/+2
* Argh, what was I thinking?? Don't (yet) halt the CPU in the idle looppeter1997-09-052-2/+6
* Cosmetic adjustment for the trap/double fault/panic cpu id listing.peter1997-09-051-8/+9
* Cosmetic change to last commit: speculative_mtest -> speculative_mprobe.dg1997-09-041-8/+8
* Changed the memory sizing code so that if the following conditionsdg1997-09-041-21/+35
* Removed unused #includes.bde1997-09-024-9/+4
* Removed the "globl" nature of the vec array. This was left over from thefsmp1997-09-022-10/+6
* General cleanup of the sub-system locking macros.fsmp1997-09-013-73/+31
* Cleanup.fsmp1997-09-013-24/+30
* Move closer to supporting VM86 under SMP.bde1997-09-014-4/+31
* Removed unused #includes.bde1997-09-012-7/+2
* Fixed options SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME which were brokenbde1997-08-311-2/+2
* Debug version of simple_lock. This will store the CPU id of thefsmp1997-08-313-60/+33
* Define some machine characteristics using symbol naming on conventionspeter1997-08-301-1/+7
* Another round of lock pushdown.fsmp1997-08-3013-47/+190
* Move MACHINE_ARCH definition from <machine/param.h> to <machine/cpu.h>.kato1997-08-301-1/+12
OpenPOWER on IntegriCloud