Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-12 | Keep track of which DMA window was actually used to map the | Brad Smith | |
request (not always the passed in DMA tag if we try direct-map and then fall back to sgmap-mapped). Use the actual window when performing dmamap_sync and dmamap_unload operations. From NetBSD ok martin@ | |||
2006-05-12 | add the PCI hdaudio subclass. | Brad Smith | |
2006-05-12 | code we can read | Theo de Raadt | |
2006-05-11 | use the PCI multimedia subclass type HD audio define from pcireg.h | Brad Smith | |
2006-05-11 | add PCI multimedia subclass type of HD audio. | Brad Smith | |
2006-05-11 | clean | Theo de Raadt | |
2006-05-11 | cleaner | Theo de Raadt | |
2006-05-11 | fix corruption of pim register packets. From Hideki ONO, thanks! | Hans-Joerg Hoexer | |
ok mcbride@ itojun@ | |||
2006-05-11 | One more (!foo & BAR), tested deraadt@ | Miod Vallat | |
2006-05-11 | Fix stupid bugs in mapping and unmapping of VME regions. | Miod Vallat | |
2006-05-11 | One more (!foo & BAR) bogus test. | Miod Vallat | |
2006-05-11 | if (!foo & BAR) bad, if (!(foo & BAR)) better, and I'll have a cookie per | Miod Vallat | |
file. | |||
2006-05-11 | more microHAM devices | Jason Wright | |
2006-05-11 | more microHAM devices (from linux) | Jason Wright | |
2006-05-11 | support the microHAM radio/computer interfaces | Jason Wright | |
2006-05-11 | sync | Jason Wright | |
2006-05-11 | 2 microHAM devices from linux, and one from me | Jason Wright | |
2006-05-11 | kill trainling spaces | Michael Shalayeff | |
2006-05-11 | fix incorrect ADC list for ALC880. | Brad Smith | |
From kent NetBSD | |||
2006-05-11 | Zap trailing whitespace. | Kenneth R Westerback | |
2006-05-10 | Add some airplane code. | Marco Peereboom | |
add bio hooks. add scsi entry point for io. | |||
2006-05-10 | regen | Michael Shalayeff | |
2006-05-10 | a few more oxford thingies and order | Michael Shalayeff | |
2006-05-10 | in db_write_bytes correctly restore pte prot after write; this is not a big ↵ | Michael Shalayeff | |
deal as kernel .text is not writable anyway; found by aaron | |||
2006-05-10 | Missing $OpenBSD$ tags. | Kenneth R Westerback | |
2006-05-10 | Missing $OpenBSD$ tags. | Kenneth R Westerback | |
2006-05-10 | Use a macro in the MI powerpc PCI header for pci_intr_line() instead | Brad Smith | |
of a function in the MD macppc host bridge code. ok drahn@ | |||
2006-05-09 | Administrative changes for aviion, ok deraadt@ | Miod Vallat | |
2006-05-09 | can enter stand SUBDIR | Theo de Raadt | |
2006-05-09 | fix non-ALTQ case. | Brad Smith | |
2006-05-09 | Remove unnecessary check for the parent interface when setting | Marco Pfatschbacher | |
the vlan priority. Relaxes the order of the vlanprio parameter in ifconfig. OK claudio, brad, norby | |||
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Sprinkle a few bus_space_barrier() calls. Some of these may not be strictly | Mark Kettenis | |
necessary, but they will help debugging of alipm(4) still messes up the bus on sparc64. Always enable on sparc64 again. ok deraadt@ | |||
2006-05-09 | Import global ACPI interrupt code from amd64. | Mark Kettenis | |
ok brad@ | |||
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | Oops, correct import this time. | Miod Vallat | |
2006-05-09 | 0x0006 is not a good value for a bit flag, so change it to 0x0008. | Tom Cosgrove | |
Spotted by kettenis@ ok mickey@ | |||
2006-05-09 | missing license; pt out by krw@ | Michael Shalayeff | |
2006-05-09 | Avoid estimating pentium_mhz too low, which has the effect of resulting | Otto Moerbeek | |
in non-monotonic time. Now the gettimeofday regression no longer fails on my 500MHz PIII. ok toby@ mickey@ | |||
2006-05-09 | Move the sti to after the memory write. We do not want execution of | Otto Moerbeek | |
this and microtime() to interleave. ok deraadt@ toby@ mickey@ | |||
2006-05-09 | make sensor names look more normal; ok dlg | Theo de Raadt | |