Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-31 | Add Bluetooth drivers to GENERIC (not enabled - we still have ways to go) | Uwe Stuehler | |
ok gwk, deraadt | |||
2007-05-31 | include files.bluetooth here; ok gwk | Uwe Stuehler | |
2007-05-31 | An SDIO Bluetooth driver, only initial bits and therefore not enabled yet | Uwe Stuehler | |
2007-05-29 | Remove support for 80386 processors. Apologies if you have one of | Tom Cosgrove | |
the rare 80386-bases system with enough memory, a 387 FPU, a useable disk subsystem, and the patience to wait for it to unpack the distribution .tgz files. approval from art@ and many others (esp. nick@); ok deraadt@ | |||
2007-05-29 | Fix compilation of kernels without I686_CPU: piixpcib is always | Tom Cosgrove | |
needed (not just for I686_CPU), but it and ichpcib only call the update_cpuspeed functions for I686_CPU. ok tedu@ deraadt@ | |||
2007-05-28 | Revert accidental commit of acpi enabling. don't do that yet. | Bob Beck | |
2007-05-28 | Maintaining a broken compatibility layer for a broken OS is not a productive | Bob Beck | |
activity for anyone. Bye bye COMPAT_NETBSD. ok tedu@, deraadt@, and many others in the hackathon room. | |||
2007-05-28 | bio for all archs, ok krw@ kettenis@ sounds good marco@ go for it deraadt@ | Todd T. Fries | |
2007-05-28 | Remove #wt0 lines. | Kenneth R Westerback | |
2007-05-28 | Remove the Archive/Wangtek cartidge tape driver, wt(4). All tapes are | Kenneth R Westerback | |
st(4). ok tom@ deraadt@ jason@ | |||
2007-05-27 | back out bio, breaks dlg's sparc64 v215 | Todd T. Fries | |
prompted by/ok dlg@ deraadt@ | |||
2007-05-26 | prodded by marco, enable bio everywhere | Todd T. Fries | |
grudgingly ok deraadt@ | |||
2007-05-22 | enable uts(4) - USB touchscreen support | Robert Nagy | |
2007-05-04 | Oops. Forgot to commit this part. | Artur Grabowski | |
We need to include lock_machdep even on non-MP kernels now for rw_cas. | |||
2007-04-26 | Add a setperf mechanism for ich speedstep controlled by SMI on certain | Gordon Willem Klok | |
parings of the Intel Pentium 3 and the ich southbridges. Written by Stefan Sperling <stsp AT tsp DOT in-berlin DOT de> based on a driver in NetBSD and sys/arch/i386/pci/ichpcib.c. Tested my mpf@ among others, ok tedu | |||
2007-04-26 | enable tht so it is more available for testing. | David Gwynne | |
2007-04-21 | oops | Theo de Raadt | |
2007-04-21 | Introduce a smp aware hw.setperf mechanism, it will scale all CPUs or | Gordon Willem Klok | |
cores by the same amount, i.e. if you do hw.setperf=50 both cores will be scaled to the opearting state corresponing to 50%. Tested by many with est (mainly on core2duo machines like X60 thinkpads). Only enable est during GENERIC.MP build no one tested powernow. ok art@ | |||
2007-04-21 | developers keep killing ramdisk drivers | Theo de Raadt | |
2007-04-10 | pascoe finished sili(4). let's enable it so people can try it. | David Gwynne | |
2007-03-26 | i shouldn't be shy about commiting ahci to this. | David Gwynne | |
lots of poking by jsg@ | |||
2007-03-21 | ahci seems to work fine on i386. thanks to marc winiger for figuring that | David Gwynne | |
out for me. | |||
2007-03-19 | attach softraid to the root of the device tree in a machine independant | David Gwynne | |
way, rather than requiring some glue in each machines mainbus probe. it is still commented out. based on a discussion with miod@ ok marco@ deraadt@ | |||
2007-03-19 | Move i386 to timecounters. This is more or less the same code as amd64. | Artur Grabowski | |
The "lapic" timer is ripped out since it wasn't actually a lapic timer, but a hacked up tsc timer with some synchronization for MP. There is no tsc timer right now since they are very unreliable on MP systems, systems with apm, and systems that change the cpu clock. Which basically means every modern machine out there. We're running with the i8259 timer now. deraadt@ ok | |||
2007-03-19 | Add a new device that provides a framework for IO manipulation. A very basic | Marco Peereboom | |
implementation of a RAID 1 is included in this but it does not deal with failures yet. Disabled in GENERIC. Suggestions from and ok beck@ miod@ krw@ dlg@ deraadt@ | |||
2007-03-17 | we do not want uts(4) enabled until we have proper calibration | Robert Nagy | |
support, so revert my previous commit | |||
2007-03-16 | enable uts(4) | Robert Nagy | |
2007-02-28 | Add Smart Battery Monitor device driver. Provided by | Alexander Yurchenko | |
Aaron Linville <aaron@linville.org> in PR 5398. | |||
2007-02-20 | Revert PAE pmap for now, until the strange bug is found. This stops | Tom Cosgrove | |
the freezes many of us are seeing (especially on amd64 machines running OpenBSD/i386). Much testing by nick@ (as always - thanks!), hugh@, ian@, kettenis@ and Sam Smith (s (at) msmith (dot) net). Requested by, input from, and ok deraadt@ ok art@, kettenis@, miod@ | |||
2007-02-20 | Remove duplicate entry. | Tom Cosgrove | |
ok miod@ | |||
2007-02-17 | Add SMALL_KERNEL throught acpi to make it fit on boot media. | Marco Peereboom | |
ok deraadt | |||
2007-02-17 | Bring in the AMD errata checks from amd64. | Tom Cosgrove | |
Changes to either copy of amd64errata.c must be replicated in the other. ok deraadt@ | |||
2007-02-17 | To squeeze new stuff onto onto the very full boot floppies, occasionally | Theo de Raadt | |
some drivers for ancient devices must die. To modify one of my favorite quotes into this particular context: The total amount of suffering per year [on a boot floppy] is beyond all decent contemplation. During the minute that it takes me to compose this sentence, [a few device drivers] are being [deleted], many others are running for their lives, whimpering with fear, others are being slowly devoured from within by rasping parasites, thousands of all kinds are dying of starvation, thirst and disease. It must be so. If there is ever a time of [sufficient space], this very fact will automatically lead to an increase in [driver] population until the natural state of starvation and misery is restored. - cribbed from Richard Dawkins "God's Utility Function", Scientific American, November 1995 Of course, these drivers remain on the CD boot media, so there is a solution for the truly desperate legacy addicts. | |||
2007-02-04 | Add zyd to cd ramdisks | Jonathan Gray | |
ok deraadt@ | |||
2007-01-27 | Only allow a single instance of acpimadt(4). | Mark Kettenis | |
2007-01-22 | Add commented out acpidock(4) entry. | Michael Knudsen | |
Reminded by marco. | |||
2006-12-29 | Change the comment for mbg(4): Use "radio clocks" instead of "time base". | Marc Balmer | |
ok fkr | |||
2006-12-20 | acpi fits, when we trade it primarily for the very large rtw(4) driver. | Theo de Raadt | |
this product is relatively rare, and way more laptops will need acpi than need the rtw driver | |||
2006-12-20 | acpi (disabled) fits... when we trade it for the rarely used i2o controllers, | Theo de Raadt | |
wi(4) [this is a server-style install media], and eisa bus support. | |||
2006-12-20 | acpi (disabled) just happens to fit | Theo de Raadt | |
2006-12-20 | rum fits | Theo de Raadt | |
2006-12-18 | Activate mbg(4). | Marc Balmer | |
ok deraadt | |||
2006-12-15 | acpi can fit onto the cd ramdisks | Theo de Raadt | |
2006-11-29 | Nuke all commons but one, and enable --warn-common in LINKFLAGS. | Miod Vallat | |
2006-11-29 | Fix the major bug in ips which prevents GENERIC to attach it. | Alexander Yurchenko | |
2006-11-27 | Add disabled acpi to GENERIC and GENERIC.MP. This is required by the new | Marco Peereboom | |
and shiny ioapic code ketennis wrote. ok ketennis, jordan, deraadt | |||
2006-11-27 | commit vesabios for matthieu@ | Gordon Willem Klok | |
ok deraadt, "slap it in" miod@ | |||
2006-11-27 | Enable kvm86. | Gordon Willem Klok | |
ok deraadt | |||
2006-11-27 | IBM ServeRAID controllers driver. | Alexander Yurchenko | |
Way far from complete but enough to fdisk and disklabel logical drives. | |||
2006-11-27 | move uberry to a nicer place | Theo de Raadt | |