Age | Commit message (Expand) | Author |
2013-03-11 | Separate out the common capabilities flags from the switch statement | Brad Smith |
2013-03-11 | Add a separate "translation" counter and use this rather than "memory" | Stuart Henderson |
2013-03-11 | Remove unused code manipulating a default interface and its index, | Martin Pieuchot |
2013-03-11 | flush writes to BGE_MI_COMM by doing a read straight after. helps avoid | David Gwynne |
2013-03-10 | Rename write_queue_address -> setup_queue | Stefan Fritsch |
2013-03-10 | Move sc_ih to virtio_pci_softc, it is not used outside of virtio_pci | Stefan Fritsch |
2013-03-10 | if_vio: Add some more debug output if VIRTIO_DEBUG is defined | Stefan Fritsch |
2013-03-10 | this ramdisk is just for one machine | Theo de Raadt |
2013-03-10 | Make it possible to call wsdisplay_cnattach() to override an already attached | Mark Kettenis |
2013-03-10 | Switch to ANSI C prototypes. Diff by somebody else which I no longer remember. | Claudio Jeker |
2013-03-10 | Do not try to scan the ADB bus for devices if the device-tree does not | Martin Pieuchot |
2013-03-10 | Rename sc_dis to sc_targets, since it is an array of targets that also | Joel Sing |
2013-03-09 | Always use the internal PHY on Apple variants, from FreeBSD. This unbreaks | Martin Pieuchot |
2013-03-09 | RAMDISKC wil be needed for alphabook1 | Theo de Raadt |
2013-03-09 | Calculating the IP header checksum on Realtek 8168 is broken if the | Alexander Bluhm |
2013-03-09 | re-arrange the pre-accounting of the objects in the buffer so it | Theo de Raadt |
2013-03-09 | remove unneccessary needs-flag | Theo de Raadt |
2013-03-09 | Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSD | Martin Pieuchot |
2013-03-09 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith |
2013-03-09 | normalize structure definitions | Theo de Raadt |
2013-03-09 | turn off debug features we do not need | Theo de Raadt |
2013-03-09 | First steps towards alphabook1 support; from netbsd | Theo de Raadt |
2013-03-08 | In pcic_intr_find(), pass a correct device name to isa_intr_establish(), so | Miod Vallat |
2013-03-08 | Stop defining __NO_ISA_INTR_CHECK and add a real isa_intr_check() function. | Miod Vallat |
2013-03-08 | Always initialize the direct DMA window, instead of relying upon SRM to do so; | Miod Vallat |
2013-03-08 | backout previous phidgets quirk | joshua stein |
2013-03-07 | add a quirk for phidgets to attach as ugen instead of uhid | joshua stein |
2013-03-07 | regen | joshua stein |
2013-03-07 | add phidgets 2x2 | joshua stein |
2013-03-07 | Add the PCI ids for the BCM57762 and BCM57766 chipsets. | Brad Smith |
2013-03-07 | Correct the location of a DELAY() that was mismerged from FreeBSD in rev 1.319 | Brad Smith |
2013-03-07 | remove spurious semicolon at end of if statement in vr_watchdog. | Stuart Henderson |
2013-03-07 | Remove unused ifa_ifwithaf() function. | Martin Pieuchot |
2013-03-07 | Remove the IFAFREE() macro, the ifafree() function it was calling already | Martin Pieuchot |
2013-03-07 | Correct the delay when programming the short cable fix. It should be | Brad Smith |
2013-03-07 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith |
2013-03-07 | XL_DMACTL is a 32bit register, use the 32bit write macro. | Brad Smith |
2013-03-07 | Use switch statement for determining when to configure the L2 cache. | Brad Smith |
2013-03-07 | Reword some wrong comments and some improperly formatted comments and add | Mike Larkin |
2013-03-07 | Sort the CardBus ids. | Brad Smith |
2013-03-07 | Fix and simplify determining whether we're using a 8129 or 8139 chipset. Only | Brad Smith |
2013-03-06 | Account for the size of the allocation when defending the pagedaemon reserve. | Bob Beck |
2013-03-06 | Fix a bad comparison when calculating the size of the hibernate signature | Mike Larkin |
2013-03-05 | Track attached softraid disciplines via a queue. This prevents the need to | Joel Sing |
2013-03-04 | Reorder code such that wsdisplay(4) attaches after drm(4). | Mark Kettenis |
2013-03-04 | Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro. | Alexander Bluhm |
2013-03-04 | When deleting an IPv6 interface address, also remove the prefix and | Alexander Bluhm |
2013-03-04 | Add HG20F9 usb ethernet, from Chuck Guzis, ok jsg@ | Stuart Henderson |
2013-03-04 | sync | Stuart Henderson |
2013-03-04 | Add ID for a USB/Ethernet device known as HG20F9, which "borrows" linksys' | Stuart Henderson |