summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2266-66/+66
* Replaced START_ENTRY by _START_ENTRY. -current hasn't got my cleanupbde1997-02-171-6/+6
* Select between the generic math functions and the i387-specific onesbde1997-02-161-0/+77
* Moved definition of FUNCTION_ALIGNMENT to a machine-dependent place.bde1997-02-131-1/+9
* Align text to 16-byte boundaries if profiling is enabled. This willbde1997-02-131-0/+4
* Restored changes from rev.1.58-1.60 which were blown away by thebde1997-02-111-14/+17
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-109-56/+38
* I have no idea what this is all about, but it works and Bruce hasn'tphk1997-02-071-1/+6
* Deleted i386_cpus[]. i386_cpus[] is a static variable in identcpu.c.kato1997-02-021-1/+0
* Removed PG_N from here, too. Some machines don't like it and it's unnecessary.dg1997-01-302-2/+2
* Removed unnecessary PG_N flag from device memory mappings. This is handleddg1997-01-301-1/+1
* Estimate an initial overhead of 0 usec instead of 20 usec in DELAY().bde1997-01-292-20/+42
* Disabled logging of masked exceptions on exit. Keep the side effect ofbde1997-01-292-4/+12
* Sync with <pci/pcibus.h>. pcibus.c unfortunately still compiled (withbde1997-01-252-2/+0
* Fixed some formatting bugs (mostly regressions in rev.1.48). Replacedbde1997-01-242-48/+58
* Initialize CR0_MP in setregs() in case npx0 is disabled or not configured.bde1997-01-241-4/+25
* KNF style police.obrien1997-01-241-6/+8
* Remove some dead code from trapwrite.dyson1997-01-231-3/+1
* Fix I386 copyout support. The new page-table management code willdyson1997-01-222-28/+76
* Add bits to identify AMD K5 and K6 cpu's.obrien1997-01-191-6/+18
* Adjust ex0 entries properly after talking with Javier.jkh1997-01-171-1/+1
* Guard against the i8254 timer being uninitialzed if DELAY() isbde1997-01-162-10/+44
* Add the ex driver (Intel EtherExpress Pro/10).jkh1997-01-161-0/+1
* Fixed printing of small offsets. E.g., -4(%ebp) is now printedbde1997-01-161-0/+15
* Fix bug related to map entry allocations where a sleep might be attempteddg1997-01-151-9/+8
* Fixed longstanding annoying warning about a type mismatch. pmap doesn'tbde1997-01-151-7/+8
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1466-66/+66
* When we changed pmap_protect to support adding the writeabledyson1997-01-111-8/+13
* Moved pccard_configure() to the end of the configure() list. Thisnate1997-01-111-6/+6
* Prepare better for multi-platform by eliminating another requireddyson1997-01-111-47/+4
* Staticize the functions rtc_inb, rtc_outb, rtc_serialcombit, andkato1997-01-101-4/+1
* Make the code more consistant by using the INTR*MASK macros througout thenate1997-01-082-4/+4
* Changed magic # 0xa0000 -> ISA_HOLE_START since it's now defined.nate1997-01-081-2/+2
* Reenabled i586_optimized_copyin/out yet again.bde1997-01-042-6/+2
* Fixed context switching of FPU state after a fault inbde1997-01-042-6/+40
* Fixed botched tables:bde1997-01-041-128/+147
* Add code to copy the LDT, if required.se1997-01-021-1/+16
* Let the VM system know that on certain arch's that VM_PROT_READdyson1996-12-301-1/+3
* Superficial clean-up of useracc calls. (The useracc usage ofdyson1996-12-291-3/+3
* Allow pmap_protect to increase permissions. This mod can eliminatedyson1996-12-291-5/+7
* Disabled i586-optimized copyin and copyout again. The fault handlerbde1996-12-282-2/+6
* Give MFS_ROOT priority over NFS as root filesystem.phk1996-12-211-9/+10
* Mention amd driver in comment regarding PCI drivers.se1996-12-211-4/+4
* Only handle copyin/out/etc faults when not in an interrupt handler.bde1996-12-181-8/+9
* Fixed formatting of KERN_DUMPDEV.bde1996-12-181-2/+2
* Moved the printing of the BIOS geometries from cpu_startup() intobde1996-12-182-34/+36
* Add driver for AMD 53c974 SCSI (Tekram DC390/390T).se1996-12-181-1/+2
* Fix nbuf calculation /4 -> /8. 2.2 already has it this way.dg1996-12-171-2/+2
* Remove "options MAXLUN=2" since the ncr driver will probe for 8 LUNsse1996-12-151-2/+1
* Make the USERCONFIG_BOOT semantics closer to what was originaljkh1996-12-141-9/+7
OpenPOWER on IntegriCloud