summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Reversed my patch from yesterday. "eisa" if >= 0x1000.phk1994-09-131-2/+2
* Only say eisa if ((ioaddr & 0xfff) >= 0x400)phk1994-09-131-2/+2
* Eliminated a whole pile of ancient (we're taking 4.3BSD) VM systemdg1994-09-126-122/+12
* Be more careful about dereferencing curproc, p_vmspace, and curpcb,dg1994-09-111-12/+20
* Define new MIB variable, hw.floatingpoint, which is true if FP hardwarewollman1994-09-092-6/+8
* Get all the definitions from DEFS.h and not directly from asmacros.hbde1994-09-081-4/+12
* Remove <machine/eflags.h> and all dependencies on it. eflags.h is justbde1994-09-082-16/+13
* Fix comments.bde1994-09-052-12/+10
* DOn't allow I/O register access in process 1 (oops).dg1994-09-052-12/+4
* Improved some comments.dg1994-09-041-2/+2
* Detect if we're running on a Cyrix 486DLC and enable automatic cachepst1994-09-045-6/+121
* Rewrote last vestige of code that used gs (copyinstr). The use of gs indg1994-09-042-96/+70
* Added pmap_mapdev() function to map device memory.dg1994-09-041-1/+35
* Initialize eflags register - brought over from 1.1.5.dg1994-09-042-4/+14
* Reviewed by:ats1994-09-021-2/+2
* Converted P_LINK -> P_FORW, P_RLINK -> P_BACK, minor optimization.dg1994-09-023-125/+115
* Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().dg1994-09-025-42/+29
* It's not necessary to make page tables write-through, so get rid of thisdg1994-09-022-6/+6
* Realtime priority scheduling support.dg1994-09-013-13/+178
* Got rid of some old, unused junk.dg1994-09-011-26/+1
* Reviewed by: Stefan Esser <se>se1994-08-311-1/+6
* Fixed bug that surfaced with last commit for NOBOUNCE -> BOUNCE_BUFFERS bydg1994-08-311-14/+15
* Rather than exclude bounce buffers support with NOBOUNCE, include itdg1994-08-312-6/+6
* Don't define LOCORE (as nothing) in sources. It is now definedbde1994-08-302-4/+2
* Fake floppy partition RAW_PART=2 nowache1994-08-291-2/+3
* Don't test if a u_int is < 0. The remaining test is sufficient and thebde1994-08-281-2/+2
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-272-11/+8
* Changes preparing for iBCS supportsos1994-08-241-10/+9
* Changes preparing for iBCS2 supportsos1994-08-241-1/+8
* Corrected some comments regarding ptes/pdes.dg1994-08-231-3/+3
* Re-enabled inlining of inb.paul1994-08-231-11/+3
* I've disabled this piece of code since it's what'spaul1994-08-231-1/+3
* Pad `_cpu_vendor' to finish on a 32-bit boundary so that most of thebde1994-08-222-6/+6
* Made idempotent.paul1994-08-213-3/+18
* Implemented filesystem clean bit via:dg1994-08-201-17/+15
* Removed bogus save of CMAP2.dg1994-08-192-8/+2
* Terry Lambert's loadable kernel module support w/improvements from thedg1994-08-191-2/+2
* 1. Make this idempotent.jkh1994-08-191-1/+9
* Fix up some sloppy coding practices:wollman1994-08-187-33/+9
* Bruce Evans' dynamic interrupt support.dg1994-08-185-429/+429
* Enable use of the RTC chip for the statistical clock. While this doeswollman1994-08-152-8/+112
* Submitted by: Bruce Evansats1994-08-142-12/+8
* Made the kernel compile cleanly with gcc 2.6.0. Thanks go to Brucedg1994-08-131-2/+2
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-1319-171/+171
* Change outb() as per Bruce's instructions so that it doesn't explicitlyjkh1994-08-111-2/+2
* For Pentium machines, use a faster version of microtime with 8 usecwollman1994-08-112-2/+58
* Tell Pentium users their CPU speed. (More changes to make use of thiswollman1994-08-103-5/+56
* Handle NMI's in accordance with data in van Gilluwe book.wollman1994-08-102-6/+25
* Some programs (like GNU configure programs) depend on the output ofwollman1994-08-101-2/+2
* Add back in CPU detection copde from 1.1.5. As an added bonus, thewollman1994-08-104-50/+147
OpenPOWER on IntegriCloud