| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed some style bugs (insertion sort errors, tab lossage, and ornation | bde | 2004-01-25 | 1 | -17/+13 |
* | Move LongRun support out of identcpu.c, where it hardly belongs, into its | sobomax | 2004-01-25 | 1 | -0/+1 |
* | Add missing options from pcvt_conf.h to options.i386. This | philip | 2004-01-23 | 1 | -1/+11 |
* | Add new CPU_ENABLE_TCC option, from NOTES: | sobomax | 2004-01-18 | 1 | -0/+1 |
* | Add the NDISAPI option. | wpaul | 2004-01-08 | 1 | -0/+1 |
* | Garbage-collected CLK_USE_TSC_CALIBRATION. | bde | 2003-12-30 | 1 | -1/+0 |
* | The DEV_ACPI option is no longer used, so g/c it. | jhb | 2003-12-10 | 1 | -1/+0 |
* | Connect the cx driver to its new location in the tree. | imp | 2003-12-03 | 1 | -0/+3 |
* | Rename the ELAN_* options to CPU_ELAN_* according the the brucification. | phk | 2003-12-01 | 1 | -2/+2 |
* | Disable probing of HTT CPUs by default for the MP Table case. HTT CPUs | jhb | 2003-11-11 | 1 | -0/+1 |
* | Fixed insertion sort errors in the opt_cpu.h section. | bde | 2003-11-07 | 1 | -12/+10 |
* | - Remove APIC_IO option. | jhb | 2003-11-03 | 1 | -2/+3 |
* | Introduce new CPU_SOEKRIS option to tell soekris hardware from other | phk | 2003-11-03 | 1 | -0/+1 |
* | Fixup the sorting of some of the options. DISABLE_P* are still out of | jhb | 2003-10-30 | 1 | -8/+8 |
* | Detect Geode CPUs and initialize the 27MHz timecounter "Geode". | phk | 2003-08-31 | 1 | -0/+1 |
* | EISA_SLOTS is mandantory to get opt_eisa.h | ticso | 2003-07-22 | 1 | -2/+0 |
* | Initiate de-orbit burn for fpu-less operation. 386+387 is still | peter | 2003-07-22 | 1 | -2/+0 |
* | unifdef -DLAZY_SWITCH and start to tidy up the associated glue. | peter | 2003-07-10 | 1 | -1/+0 |
* | Tidy up leftover lazy_switch instrumentation that is no longer needed. | peter | 2003-06-27 | 1 | -1/+0 |
* | Moved the syscons options, kbd options and DEV_SPLASH to the MI options | jake | 2003-06-18 | 1 | -31/+0 |
* | Options that go into homonymous headers shouldn't specify the header name. | des | 2003-04-12 | 1 | -1/+1 |
* | Convert the SMP_TSC kernel option into a loader tunable. Also enable | des | 2003-04-10 | 1 | -1/+0 |
* | Add SMP_TSC option, which can be used on SMP systems where the TSCs | tegge | 2003-04-04 | 1 | -0/+1 |
* | Commit a partial lazy thread switch mechanism for i386. it isn't as lazy | peter | 2003-04-02 | 1 | -0/+2 |
* | - Add support for PAE and more than 4 gigs of ram on x86, dependent on the | jake | 2003-03-30 | 1 | -0/+3 |
* | Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl. | ps | 2003-03-26 | 1 | -1/+0 |
* | Wrap the hyperthreading support code with the HTT kernel option. | jhb | 2003-03-04 | 1 | -0/+1 |
* | Add machdep.elan_freq sysctl which can be used to set the CPU clock | phk | 2003-01-15 | 1 | -0/+4 |
* | Move SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME into the MI options file, since | jmallett | 2002-11-18 | 1 | -2/+0 |
* | Add new syscons option SC_NO_SUSPEND_VTYSWITCH. | iwasaki | 2002-10-17 | 1 | -0/+1 |
* | Add a knob to turn on and off the CMPXCHG instruction on > i386 IA32 systems. | pirzyk | 2002-10-14 | 1 | -0/+1 |
* | Move the KSTACK_PAGES option from MD to MI. Although not all platforms | peter | 2002-09-07 | 1 | -1/+0 |
* | Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions) | peter | 2002-09-07 | 1 | -0/+1 |
* | Add COMPAT_AOUT option so that config will not yell when you try and | peter | 2002-09-07 | 1 | -0/+1 |
* | Change the support for AMDs ElanSC520 CPU from being a device driver to | phk | 2002-09-04 | 1 | -0/+1 |
* | Move SMBFS from i386 and pc98 files and options files to MI files and | jhb | 2002-07-15 | 1 | -7/+0 |
* | The puc(4) driver/bridge is MI, so don't bury it in MD options and files | jhb | 2002-07-15 | 1 | -2/+0 |
* | Make WLCACHE and WLDEBUG MI options. | jhb | 2002-07-15 | 1 | -2/+0 |
* | Make NDGBPORTS an MI option since the dgb(4) driver is an MI driver. | jhb | 2002-07-15 | 1 | -4/+0 |
* | Revive backed out pmap related changes from Feb 2002. The highlights are: | peter | 2002-07-12 | 1 | -1/+2 |
* | Make the speed used by gdb over serial settable in the kernel configuration. | n_hibma | 2002-06-18 | 1 | -1/+0 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -1/+1 |
* | Back out all the pmap related stuff I've touched over the last few days. | peter | 2002-02-27 | 1 | -1/+0 |
* | Work-in-progress commit syncing up pmap cleanups that I have been working | peter | 2002-02-25 | 1 | -0/+1 |
* | Add the puc (PCI "Universal" Communications) driver. The idea and some of | jhay | 2002-02-16 | 1 | -0/+2 |
* | Garbage collect options AVM_A1_PCI, AVM_A1_PCMCIA, DEBUG_LINUX, DEV_APM, | bde | 2002-02-15 | 1 | -22/+0 |
* | Add an option CPU_ATHLON_SSE_HACK which attempts to enable the SSE | dwmalone | 2002-02-12 | 1 | -0/+1 |
* | Enable polling to be configured into kernels on non i386 platforms. Note that | gallatin | 2002-02-12 | 1 | -5/+0 |
* | Move the PCI_ENABLE_IO_MODES option from conf/options.i386 to | tmm | 2001-12-21 | 1 | -2/+0 |
* | Device Polling code for -current. | luigi | 2001-12-14 | 1 | -0/+5 |