summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use tabs to move to the comments instead of wild mixes of tabs and spaces.harti2005-02-041-14/+14
* Style: line up with tabulators.harti2005-02-041-6/+6
* Use a typedef for the conditional handler function so that declaringharti2005-02-041-7/+9
* Style: remove a space between a function name and the openingharti2005-02-041-1/+1
* Some more easy constification.harti2005-02-0414-56/+65
* Make the devclass static for now until deciding whether to share them.njl2005-02-041-1/+1
* Bump __FreeBSD_version for cpufreq addition. Requested by marcus@njl2005-02-041-1/+1
* Sort includes a little so that bus.h comes before cpu.h (for device_t).njl2005-02-045-17/+18
* Include sys/bus.h before sys/cpu.h. The latter needs device_t.marcel2005-02-041-0/+1
* Set the scheduling class of the zeroidle thread to PRI_IDLE.ssouhlal2005-02-041-2/+5
* Set the scheduling class of the idle threads to PRI_IDLE.ssouhlal2005-02-041-1/+2
* MFi386: Merge updates to the cpu pseudo-driver. Compile, not runtimenjl2005-02-041-26/+64
* Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.njl2005-02-046-2/+30
* Add the ACPI Performance states driver. This driver offers two or morenjl2005-02-041-0/+420
* Add a cpufreq driver for the SpeedStep capability in the ICH chipset. Thisnjl2005-02-041-0/+372
* Add the cpufreq framework. This code manages multiple drivers and presentsnjl2005-02-041-0/+532
* Add an interface for cpufreq. The kernel interface lets other driversnjl2005-02-041-0/+92
* Update the CPU attachments to return CPU_IVAR_PCPU as well as pass onnjl2005-02-042-42/+166
* Add an implementation of cpu_est_clockrate(9). This function estimates thenjl2005-02-048-16/+155
* Add a new include to handle generic CPU interfaces.njl2005-02-041-0/+121
* Description from Dan:mdodd2005-02-044-13/+93
* Minor style nitsimp2005-02-041-36/+17
* style(9)mdodd2005-02-041-4/+3
* - recognize 7447A/7448 CPUs (used in miniMacs)grehan2005-02-041-0/+11
* Manpage for Olicom Token Ring adapters, based on input by mdodd.brueffer2005-02-042-0/+90
* - add wall_cmos_clock and adjkerntz variables, required by msdosfsgrehan2005-02-042-0/+42
* Convert bus_space_barrier() into a null inline function rather than angrehan2005-02-041-2/+9
* - add definitions for MPC7447A/7448 (i.e. miniMac)grehan2005-02-041-1/+3
* HID0 updates:grehan2005-02-041-3/+6
* Sort PANASONIC products numericallyimp2005-02-031-1/+1
* takawata tells me that KXLC0003 also works with this driver, so add itimp2005-02-031-10/+11
* Remove the entries for isp and ispfw instead of leaving them in an inconsistentscottl2005-02-031-2/+0
* - Split out PCI support.mdodd2005-02-036-309/+751
* s/worman/woman/schweikh2005-02-031-1/+1
* - Use svc_getrpccaller() rather than svc_getcaller() for usingkuriyama2005-02-031-20/+16
* - Sort options.pjd2005-02-031-8/+9
* Fix whitespace.pjd2005-02-031-6/+5
* Clarify a bit the BUGS section.keramida2005-02-031-4/+3
* Connect ng_device(4) to the build.ru2005-02-031-0/+1
* Anytime we write to the RTC's status B register to possibly enablejhb2005-02-032-0/+6
* correct check for unicast key being setup; wpa_supplicant in particularsam2005-02-031-1/+1
* MFlibc: Remove extra closing parenthesis.ru2005-02-032-2/+2
* We do want to print '\n'/'\r'.pjd2005-02-031-0/+1
* 'c' cannot be -1.pjd2005-02-031-1/+0
* - Move gets() function to libkern (I want to use it outside vfs_mount.c).pjd2005-02-034-44/+71
* Reflect recent code changes.ru2005-02-032-16/+12
* - Remove bogus O_CREAT flag. We really don't want to create a file here.pjd2005-02-031-7/+7
* Parse "getifname" using the standard parse string type.ru2005-02-034-57/+12
* Fixed an off-by-one error when dealing with interface nameru2005-02-031-9/+6
* Fixed an off-by-one error when dealing with interface nameru2005-02-033-6/+6
OpenPOWER on IntegriCloud