aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* PNP BIOS devices are fundamentally different than ISA PNP devices.Warner Losh2004-12-071-1/+1
* Move reading the current CPU mask in pmap_lazyfix() to where the threadStephan Uphoff2004-12-071-1/+2
* Allow fast interrupts to cause preemption.Stephan Uphoff2004-12-061-2/+0
* Due to a significant addition of code, add my copyright to this file. AlsoScott Long2004-12-061-0/+1
* Add support for the memory-mapped PCI Express configuration mechanism. ThisScott Long2004-12-061-8/+211
* Enable amr(4) - scottl fixed when used with >4GB RAM.David E. O'Brien2004-12-061-1/+0
* For efficiency move the call to pmap_pte_quick() out of pmap_protect()'sAlan Cox2004-12-021-7/+6
* Change gdb_cpu_setreg() to not take the value to which to set theMarcel Moolenaar2004-12-012-5/+4
* Remove now unused variable.Nate Lawson2004-11-301-1/+0
* MFamd64: Remove the cpu_reset_proxy cruft now that we run boot() onNate Lawson2004-11-301-66/+12
* Don't flag alignment constraints as a reason for bouncing. This fixes theScott Long2004-11-291-1/+1
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-276-10/+7
* Axe the semblance of support for PECOFF and Linux a.out core dumps.David Schultz2004-11-271-52/+2
* Remove an extra #includeScott Long2004-11-211-1/+0
* MFC amd64:Scott Long2004-11-211-29/+45
* Maintain the broken state of backwards compatibilty for a.out (andDavid Schultz2004-11-201-2/+3
* Remove references to U area and garbage collect includes.David Schultz2004-11-201-4/+2
* Remove UAREA_PAGES.David Schultz2004-11-201-1/+0
* U areas are going away, so don't allocate one for process 0.David Schultz2004-11-202-16/+4
* Revert part of rev 1.57. The tag boundary is honored by splitting theScott Long2004-11-191-9/+5
* Initiate deorbit burn sequence for 80386 support in FreeBSD: RemoveJohn Baldwin2004-11-1610-262/+9
* Add acpi_sony to the list of drivers that are built.Warner Losh2004-11-151-0/+3
* After discussions with Nate, repo copy the acpi assist drivers fromWarner Losh2004-11-153-1710/+0
* o Change the strcmp() to a strncmp() to allow us to attach to 'E'Philip Paeps2004-11-121-69/+67
* Minor whitespace nitpicking to reduce my diffs of Real Changes[tm]Philip Paeps2004-11-121-9/+6
* Spell _KERNEL correctly so that UP kernels are actually optimized again.John Baldwin2004-11-121-1/+1
* - Use the SMP style ops for atomic_load/store() in userland so thatJohn Baldwin2004-11-121-2/+1
* - Place the gcc memory barrier hint in the right place in the 80386 versionJohn Baldwin2004-11-111-8/+9
* pbio has moved to dev/pbioWarner Losh2004-11-111-463/+0
* cosmetic changes.Yoshihiro Takahashi2004-11-101-6/+1
* Zero the tag when it's allocated. Also fix a printf format problem. ThisScott Long2004-11-091-2/+3
* First pass at replacing the single global bounce pool with sub-pools that areScott Long2004-11-091-36/+140
* Add support for gadgets on Asus L4R and M6R notebooks.Philip Paeps2004-11-081-0/+22
* Introduce two new options, "CPU private" and "no wait", to sf_buf_alloc().Alan Cox2004-11-081-3/+5
* Add power profile support so that the LCD changes brightness levels basedNate Lawson2004-11-071-20/+86
* Begin an invasion of i386-land by amd64.Peter Wemm2004-11-061-0/+11
* Fix support for the Asus-compatible gadgets in Samsung P30/P35 laptops.Philip Paeps2004-11-051-9/+47
* Don't use atomic ops to increment interrupt stats. This was only done onScott Long2004-11-031-3/+3
* Streamline busdma a bit. Inline _bus_dmamap_load_buffer, optimize someScott Long2004-11-021-18/+19
* Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels.Andre Oppermann2004-11-021-1/+1
* Add support for Asus M6N laptopsPhilip Paeps2004-11-021-0/+11
* - Change the ddb paging "support" to use a variable (db_lines_per_page) toJohn Baldwin2004-11-013-3/+3
* Allow individual application processors to be disabled from the loaderJohn Baldwin2004-11-011-1/+16
* Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for theDag-Erling Smørgrav2004-10-311-4/+3
* Whitespace cleanupDag-Erling Smørgrav2004-10-311-8/+8
* Implement per-CPU SYSMAPs, i.e., CADDR* and CMAP*, to reduce lockAlan Cox2004-10-291-33/+50
* Preserve dcons(4) buffer passed by loader(8).Hidetoshi Shimokawa2004-10-241-0/+16
* Hook the hptmv driver up to the build.Scott Long2004-10-242-0/+6
* Add some basic KTR tracing to busdma on i386. This is likely notRobert Watson2004-10-231-10/+60
* Remove a "needs Giant" flag from the /dev/apm compat device.Nate Lawson2004-10-221-1/+0