summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h tojhb2011-06-223-750/+4
* Oops, missed these in 223424.jhb2011-06-221-0/+1
* Use uintXX_t instead of u_intXX_t.jhb2011-06-221-5/+5
* Add a helper routine to conditionally modify the start address of ajhb2011-06-221-22/+32
* Enable USB 3.0 support by default in i386 and amd64 GENERIC kernels.hselasky2011-06-141-0/+1
* Enable sound support by default on i386 and amd64.joel2011-06-111-0/+8
* Implement BUS_ADJUST_RESOURCE() for the x86 drivers that sit between thejhb2011-06-101-0/+1
* remove code for dynamic offlining/onlining of CPUs on x86avg2011-06-083-169/+10
* MFCattilio2011-06-061-2/+5
|\
| * don't use cpuid level 4 in x86 cpu topology detection if it's not supportedavg2011-06-061-2/+5
| * On multi-core, multi-threaded PPC systems, it is important that the threadsnwhitehorn2011-05-311-1/+1
| * Bring back r222275. runfw(4) will statically link in rt2870.fw.uukevlo2011-05-251-1/+0
| * run(4) needs firmware loaded to workkevlo2011-05-251-0/+1
| * Merge part of r221322 from largeSMP project:attilio2011-05-181-43/+27
| * Update CPUID bits to reflect AMD Bulldozer and Intel Sandy Bridge features.jkim2011-05-172-28/+37
| * Remove an unused typedef.attilio2011-05-171-1/+0
* | MFCattilio2011-05-311-1/+1
* | - Fix a misusage of cpuset_t objectsattilio2011-05-242-3/+3
* | Add a "safety belt" check for lsb setting.attilio2011-05-222-0/+2
* | Reintroduce the lazypmap infrastructure and convert it to usingattilio2011-05-208-3/+242
* | MFCattilio2011-05-182-28/+37
* | MFCattilio2011-05-151-0/+6
|\ \ | |/
| * Add I2C bus driver for the AMD Geode LX series CS5536 Companionbrix2011-05-151-0/+6
| * Move the ZERO_REGION_SIZE to a machine-dependent file, as on manymdf2011-05-131-0/+2
| * Refactor Xen PV code to use new event timers subsystem. That uses one-shotmav2011-05-133-104/+112
* | MFCattilio2011-05-131-0/+2
* | MFCattilio2011-05-133-104/+112
* | MFCattilio2011-05-121-0/+1
|\ \ | |/
| * Add SC_PIXEL_MODE to GENERIC for amd64 and i386.jkim2011-05-101-0/+1
| * Implement boot-time TSC synchronization test for SMP. This test is executedjkim2011-05-091-1/+0
* | MFCattilio2011-05-091-1/+0
* | MFCattilio2011-05-071-2/+2
|\ \ | |/
| * Don't use MWAIT for short sleeps under XEN, as it was before r212541.mav2011-05-071-2/+2
| * prepare code that does topology detection for amd cpus for bulldozeravg2011-05-062-2/+27
| * Enable the new PCI-PCI bridge driver on amd64 and i386 by default. It canjhb2011-05-031-0/+2
| * Reimplement how PCI-PCI bridges manage their I/O windows. Previously thejhb2011-05-031-0/+1
* | MFCattilio2011-05-062-2/+27
* | Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-0510-232/+303
* | Revert md_assert_preempt() introduction.attilio2011-05-043-33/+0
* | MFCattilio2011-05-032-0/+3
* | MFCattilio2011-05-021-0/+6
|\ \ | |/
| * All PCI based wireless drivers seem to be explicitly removed from thebschmidt2011-05-021-0/+6
| * Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,jhb2011-05-021-0/+1
| * Add the remaining wireless drivers.bschmidt2011-05-011-0/+10
* | MFC @ r221324attilio2011-05-022-0/+11
* | - Merge a fix fixup for the last lazyfix removalattilio2011-05-022-54/+28
* | Remove unnused typedef.attilio2011-05-011-1/+0
* | Add the function md_assert_nopreempt(), which is a very consistentattilio2011-04-303-0/+33
* | Remove the support for lazy cr3 switching from i386.attilio2011-04-307-219/+2
|/
* Add urtw(4)kevlo2011-04-291-0/+1
OpenPOWER on IntegriCloud