Age | Commit message (Expand) | Author |
2008-07-19 | In dec_1000a_intr_map(), use the SRM hint if available. This allows cards | Miod Vallat |
2008-07-19 | Add code to walk the eisa configuration, from NetBSD. This configuration | Miod Vallat |
2008-07-19 | In _io_map(), make sure the whole range fits in one of the io windows, | Miod Vallat |
2008-07-19 | Add acx(4) at cardbus(4). | Mark Kettenis |
2008-07-19 | If a resolution which has been requested over VIDEO_TRY_FMT or | Marcus Glocker |
2008-07-19 | Unbreak the tree. Pointed out by James Hartley. | Mark Kettenis |
2008-07-19 | In interrupt handler change printf -> DRPINTF. | Marcus Glocker |
2008-07-18 | Add a macro that clears the want_resched flag that need_resched sets. | Artur Grabowski |
2008-07-18 | Add ohci(4) and ehci(4) at cardbus(4). | Mark Kettenis |
2008-07-18 | Determine the free address space by looking at the "available" property of | Mark Kettenis |
2008-07-18 | For negotation first get the devices default values (GET_DEF) instead | Marcus Glocker |
2008-07-18 | Protect dma operations with splvm instead of splhigh, that's faster than | Miod Vallat |
2008-07-18 | Make IPL_VM level 5, which is guaranteed to be above bio tty and net, instead | Miod Vallat |
2008-07-18 | Implement VIDIOC_S_FMT and VIDIOC_TRY_FMT. Now V4L2 applications can | Marcus Glocker |
2008-07-18 | Add support for the kernel to recognize, load and execute position | Kurt Miller |
2008-07-18 | Add new uvm function called uvm_map_pie() which takes align as a | Kurt Miller |
2008-07-18 | o Use mbufs, for the RX ring, instead of malloc()'ing an MCLBYTES sized buffer. | Thordur I. Bjornsson |
2008-07-18 | the Belkin F5D7010 version # is a RTL8185 cardbus device. this | Reyk Floeter |
2008-07-18 | sync | Reyk Floeter |
2008-07-18 | Add Belkin Wireless G Notebook Card F5D7010 (rtw(4) RTL8185-based) | Reyk Floeter |
2008-07-18 | POLL causes concurrency issues with event driven batteries. Remove for now | Marco Peereboom |
2008-07-17 | Zero mbreg_t structure *before* initializing any members, not when we're | Mark Kettenis |
2008-07-17 | Add a flag and allow the driver to identify the BCM5788 chipsets. They're | Brad Smith |
2008-07-17 | Remove clause 3 from NetBSD license. | Joel Sing |
2008-07-17 | Increase the size of the diskinfo struct, which has grown | Jonathan Gray |
2008-07-16 | Add a new parameter to pckbc_cnattach(): flags to put in the pckbc bowels. | Miod Vallat |
2008-07-16 | If pckbc_xt_translation() fails, do not try to force the keyboard in table | Miod Vallat |
2008-07-16 | Send unused string literal ``mapme'' to nirvana. | Miod Vallat |
2008-07-16 | This file is long unused. | Miod Vallat |
2008-07-16 | It is no longer necessary to regen gsckbdmap after changing this file. | Miod Vallat |
2008-07-16 | Implement pckbc_xt_translation() in gsckbc. Thus, we can attach pckbd instead of | Miod Vallat |
2008-07-16 | Now that uvm_pglistalloc() does not lose on large memory gaps, do not | Miod Vallat |
2008-07-16 | link udp pcbs to pf states, same as done for tcp already | Henning Brauer |
2008-07-16 | Enable the read DMA engine's PCI read request burst length long burst | Brad Smith |
2008-07-15 | Add a timecounter based on the $sys_tick register, and use it on machines | Mark Kettenis |
2008-07-15 | Use -Wa,-Av9b instead of -Wa,-Av9a such that I can use %sys_tick in an | Mark Kettenis |
2008-07-15 | Backout rev 1.162. This change made us muck with with pci config space at | Mark Kettenis |
2008-07-15 | Remove some debug code that i forgot to remove in a previous commit. | Owain Ainsworth |
2008-07-15 | Adapt some code from the FreeBSD driver required to make | Jonathan Gray |
2008-07-15 | theres no need too m_adj() the mbuf by 8bytes (u_int64_t) in | Thordur I. Bjornsson |
2008-07-14 | Fix struct sysioreg layout after the struct iommureg layout change; | Miod Vallat |
2008-07-14 | Make VIDIOC_ENUM_FMT list all available formats for the attached device. | Marcus Glocker |
2008-07-14 | Don't lock timeouts in db_show_callout. | Artur Grabowski |
2008-07-14 | Use uvm_km_valloc_prefer_wait() instead of uvm_km_valloc_wait() in vmapbuf(). | Miod Vallat |
2008-07-14 | Be sure to propagate PSL_O in psw on PCXU* processors to userland processes | Miod Vallat |
2008-07-14 | Be sure to propagate PSL_O in psw on PCXU* processors to userland processes | Miod Vallat |
2008-07-14 | m_copy can return NULL, so check for it | Henning Brauer |
2008-07-14 | Zap some dead commons that are no longer used. | Artur Grabowski |
2008-07-14 | Finish support for uncompressed payloads (UDESCSUB_VS_FORMAT_UNCOMPRESSED). | Marcus Glocker |
2008-07-13 | Do not specify the gateway on RTM_DELETE -- similar fix was done in the arp | Claudio Jeker |