Age | Commit message (Expand) | Author |
2009-11-24 | Save FPU state before suspend. | Mike Larkin |
2009-11-24 | Poke CR3 one last time before resuming. Suggested by deraadt@. | Mike Larkin |
2009-11-24 | enable uthum(4), and rearrange some nearby goop | Theo de Raadt |
2009-11-23 | bios* devices need to call their children on suspend/resume. | Mike Larkin |
2009-11-23 | Remove ACPI_SLEEP_ENABLED checks. | Paul Irofti |
2009-11-23 | oops, call config_activate_children | Theo de Raadt |
2009-11-23 | pchb must walk children too | Theo de Raadt |
2009-11-23 | Use config_activate_children() for our cf_activate function | Theo de Raadt |
2009-11-22 | Missed 4 MSRs on suspend/resume in previous version. Tested by pirofti | Mike Larkin |
2009-11-22 | Check for ISA before calling the setup function. | Paul Irofti |
2009-11-22 | Bring amd64 closer to resume, while at it kill dead code. Okay deraadt@. | Paul Irofti |
2009-11-22 | Match the i386 behaviour and only care about bus_clock if we | Jonathan Gray |
2009-11-15 | athn(4) has a future in here. | Theo de Raadt |
2009-11-14 | athn(4), a driver for Atheros 802.11a/g/n devices. | Damien Bergamini |
2009-11-08 | update description for iwn(4) | Damien Bergamini |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-11-01 | Remove bogus #define __HAVE_GENERIC_SOFT_INTERRUPTS. No code change. | Mark Kettenis |
2009-10-29 | iha(4), just like on GENERIC; from brad | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-27 | Bah didn't man to commit the GENERIC part just yet. | Marco Peereboom |
2009-10-27 | Add driver for MPI2 SAS HBAs. This covers LSI MPT2 and Dell H200 HBAs. | Marco Peereboom |
2009-10-19 | Correct a target name so that we don't rebuild vers.o (and then | Philip Guenthe |
2009-10-07 | add support for the temperature sensor of VIA Nano and C7-M CPUs. | Kevin Lo |
2009-10-06 | Allow MD limits for allocating PCI io and mem space and specify limits on | Mark Kettenis |
2009-09-30 | Fix comments to match reality. | Tobias Weingartner |
2009-09-28 | Make video buffer area and BIOS areas unavailable for PCI resource allocation. | Mark Kettenis |
2009-09-20 | Back out via nano temperature sensor changes. | Jonathan Gray |
2009-09-20 | add support for VIA Nano cpu core temperature sensor | Kevin Lo |
2009-09-18 | ldt removal missed some. amd64_{get,set}_ldt gone. also remove | Martynas Venckus |
2009-09-18 | For some dark reason there's a bit on the VLINK device of this chipset | Mark Kettenis |
2009-08-25 | Legacy-free PC hardware do not have a real PS/2 keyboard controller, but | Miod Vallat |
2009-08-25 | iha(4) works on amd64; tested by downsj | Theo de Raadt |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-08-14 | enable lisa(4); tested by Marco Knol; ok deraadt | Constantine A. Murenin |
2009-08-13 | Cleanup differences between i386 and amd64. | Mark Kettenis |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-08-13 | wire vscsi up to a cdev | David Gwynne |
2009-08-13 | Start using a linking script for this kernel. This | Tobias Weingartner |
2009-08-13 | A new(er) mtx_enter_try(). | Tobias Weingartner |
2009-08-13 | Make the i386 APIC code closer to the amd64 version. Many whitespace fixes, | Mark Kettenis |
2009-08-11 | Do not bother initializing bufpages in the md code if the computation is | Miod Vallat |
2009-08-11 | With the SysV memory allocation changes, allocsys() doesn't do anything | Miod Vallat |
2009-08-11 | fix some stupidity in x86 bus_space_map. | Owain Ainsworth |
2009-08-10 | use splhigh instead of splclock to block in the i386_ipi | Theo de Raadt |
2009-08-10 | gpio for amd64. | Jonathan Gray |
2009-08-09 | Introduce option DDB_STRUCT. Kernels compiled with this option (except on | Miod Vallat |
2009-08-09 | if extent_alloc() fails, we don't clear the iomap properly before | Owain Ainsworth |
2009-08-09 | Rototill system V message queues. | Bret Lambert |
2009-08-08 | add alc(4) to the i386 and amd64 RAMDISK_CD configs | Kevin Lo |
2009-08-08 | alc(4) is a driver for the Atheros AR8131/AR8132 ethernet chip. | Kevin Lo |