Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-16 | db_mp.c requires ddb | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-15 | first parts of how C3 Esther will be handled; ok tom | Theo de Raadt | |
2004-06-15 | Be more careful about what value we check for crypto capability bits | Tom Cosgrove | |
if the first cpuid returns too low a number. ok deraadt@ | |||
2004-06-15 | export actual xcrypt feature set bitmask | Theo de Raadt | |
2004-06-15 | grok upcoming VIA C3 Esther montmul, sha1, and sha256 instructions | Theo de Raadt | |
2004-06-14 | knock out some useless crud | Theo de Raadt | |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist | |
2004-06-09 | pull in KNF from SMP | Theo de Raadt | |
2004-06-09 | we trust the calibrated pentium_mhz more, so don't overwrite it unless | Ted Unangst | |
we know the cpu speed has changed. fixes pr3814 from mark pecaut. | |||
2004-06-09 | fix compilation for !I586_CPU case; ok grange@ | Damien Miller | |
2004-06-09 | Minor sync from the SMP branch. | Artur Grabowski | |
NVRAM_RESET_SOFT -> NVRAM_RESET_JUMP ok deraadt@ | |||
2004-06-06 | Don't touch any hardware registers while fetching hw.cpuspeed and | Alexander Yurchenko | |
just return current pentium_mhz value. Update this value in all hw.setperf hoos either via its own private methods or using global update_cpuspeed hook, if registered. Also implement update_cpuspeed hook for Pentium 3. Tested by millert@, Gabriel Kihlman <gk@stacken.kth.se> and me on various i386 machines. ok tedu@ | |||
2004-06-06 | remove Realtek 8139C+ from re(4) line comment | Peter Valchev | |
2004-06-05 | re(4) on these media.. for now | Theo de Raadt | |
2004-06-05 | Replace NGPIO button with SMALL_KERNEL. | Alexander Yurchenko | |
2004-06-05 | GPIO support for AMD Elan SC520 found on Soekris net45x1 boards. | Alexander Yurchenko | |
Test and ok markus@. | |||
2004-06-04 | Kill sys/cdefs.h | Alexander Yurchenko | |
2004-06-03 | Add support for the GPIO logical device. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-03 | gscpcib(4) -- National Semiconductor Geode SC1100 PCI-ISA bridge driver. | Alexander Yurchenko | |
Besides the core pcib(4) functionality, the gscpcib driver provides support for the GPIO interface of this device. ok deraadt@ | |||
2004-06-03 | Enable GPIO for i386 port. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-03 | rl at cardbus, requested by brad. poor brad. everyones feel for him. | Theo de Raadt | |
2004-06-03 | commented out ahd | Theo de Raadt | |
2004-06-03 | all install media should compile roughly the same... so SMALL_KERNEL this | Theo de Raadt | |
(and, yes, sorry, turn off propolice). | |||
2004-05-30 | Devices hot plugging support. | Alexander Yurchenko | |
The hotplug pseudo-device passes device attachment and detachment events to userland. When a device attaches or detaches, the corresponding event is queued. The events can then be obtained from the queue through the read(2) call on the /dev/hotplug device file. Each event consists of event type (attach/detach), device class (DV_*) and device name (sd1 e.g.). We have hotplug pseudo-device on alpha, amd64, i386, macppc and sparc64. Since it was tested only on i386 other archs has it commented out in GENERIC until tested. The idea liked peter@ tedu@ drahn@ millert@ marco@ henning@. Ok deraadt@. | |||
2004-05-28 | put ahd in these two config files (disabled for now, though, because it | Theo de Raadt | |
is not yet reliable) | |||
2004-05-27 | apm restores perflevel after resume; some cpus are forgetful. | Ted Unangst | |
update cpu even with 100 -> 100 setperf changes, in case saved value has gotten out of sync. from grange@ ok deraadt@ grange@ | |||
2004-05-23 | don't need backslashes in splx. spotted otto | Ted Unangst | |
2004-05-23 | Enable lmtemp(4). | Alexander Yurchenko | |
It's found on the second ACCESS.bus port at address 0x48 of the PC Engines WRAP.1C board. ok deraadt@ | |||
2004-05-23 | gscsio(4) -- National Semiconductor Geode SC1100 Super I/O driver. | Alexander Yurchenko | |
For now it only supports I2C-compatible ACCESS.bus interface, so we use it as an i2c master controller. ACCESS.bus interface is enabled and used on the PC Engines WRAP.1C board. | |||
2004-05-23 | Enable i2c for i386 port. | Alexander Yurchenko | |
2004-05-23 | ehci support; hacked into working shape by jonathon@gateway.zenbu.net | Theo de Raadt | |
2004-05-23 | workaround gcc brokenness by outlining spl functions. | Ted Unangst | |
finally solves vfs corruption. hint and ok art@, ok deraadt@ | |||
2004-05-20 | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc | Mark Kettenis | |
and m68k. ok drahn@, millert@ | |||
2004-05-19 | stupid typo that prevented i686 pagezero code from being used. from art | Ted Unangst | |
2004-05-11 | zap false rcs | Theo de Raadt | |
2004-05-11 | put mdtphy onto install media | Theo de Raadt | |
2004-05-08 | Enable ichpcib(4) in GENERIC and on all media. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-05-08 | Put back ichpcib(4), it works now. | Alexander Yurchenko | |
2004-05-07 | This chunk was not supposed to be commited now. | Alexander Yurchenko | |
2004-05-06 | back out kernel breakage. Be more careful damnit | Theo de Raadt | |
2004-05-06 | spaces | Alexander Yurchenko | |
2004-05-06 | Move speedstep code to a separate ichpcib(4) driver. | Alexander Yurchenko | |
It attaches instead of pcib(4) and provides its usual functionality (attaching isa bus) by calling pcibattach() in the attach routine. ok miod deraadt | |||
2004-05-05 | errx shall be used here | Michael Shalayeff | |
2004-05-04 | Move _bus_space_unmap() to machdep.c so it can be used not | Alexander Yurchenko | |
only by the rbus code. Also knf it and sync with bus_space_unmap(). ok millert@ | |||
2004-04-20 | Disable FFS_SOFTUPDATES too, from form@pdp-11.org.ru | Alexander Yurchenko | |
ok deraadt@ | |||
2004-04-19 | remove the GATEWAY junk thingy; at the same time, select a new fat | Theo de Raadt | |
cluster value that noone will really need to crank. | |||
2004-04-19 | Report when VIA AES is present, even if we're not going to use it because | Tom Cosgrove | |
CRYPTO is not defined ok deraadt@ | |||
2004-04-16 | remove #GATEWAY junk | Theo de Raadt | |
2004-04-15 | rework access to emulations slightly in an effort to both merge and | Ted Unangst | |
separate exec format from emulation. consistent naming of freebsd emuls. not much in the way of functional changes yet. testing and ok deraadt@ and others along the way. | |||
2004-04-14 | correct umidi(4) entry; ok deraadt | Peter Valchev | |