Age | Commit message (Expand) | Author |
2013-03-11 | Separate out the common capabilities flags from the switch statement | Brad Smith |
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 | Make it possible to call wsdisplay_cnattach() to override an already attached | Mark Kettenis |
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 | Calculating the IP header checksum on Realtek 8168 is broken if the | Alexander Bluhm |
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-08 | In pcic_intr_find(), pass a correct device name to isa_intr_establish(), 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 | 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 | 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-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 | 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 |
2013-03-04 | fix format string issue when printing an error our on bge's with APE and | David Gwynne |
2013-03-04 | replace the LIST_ENTRY in scsi_xfer with a SIMPLEQ_ENTRY. the things that | David Gwynne |
2013-03-02 | Decide whether to use polling or not only upon `sc_bus.use_polling', regardless | Miod Vallat |
2013-03-02 | sr_alloc_resources() and sr_free_resources() can never be called without | Joel Sing |
2013-03-02 | Unbreak softraid compilation with debug enabled. | Joel Sing |
2013-03-02 | match on EP80579, works fine on a machine I have | Jonathan Gray |
2013-02-24 | use dma memory for bl_pages | Stefan Fritsch |
2013-02-22 | bring back 5718/5719/5720 support again. deraadt pointed out that | David Gwynne |
2013-02-19 | Revert rev 1.195 forcing Intel SATA controllers in compat mode into AHCI mode. | Brad Smith |
2013-02-18 | set the wireless interface priority and interfaces to the wlan group | Jonathan Gray |
2013-02-15 | Use uvm_km_kmemalloc_pla() to allocate dma memory below 2^28 limit, | Alexandre Ratchov |
2013-02-15 | backout latest: audio keys can autorepeat. Autorepeated keys are not | Alexandre Ratchov |
2013-02-15 | More DPRINTF use, no object change. | Martin Pieuchot |
2013-02-15 | Do not loop forever if the keyboard send a BAT (Basic Assurance Test) | Martin Pieuchot |
2013-02-14 | No need to treat amd64 specially; always return CN_HIGHPRI. | Mark Kettenis |
2013-02-09 | - Use a switch statement for setting the chipset flags | Brad Smith |
2013-02-09 | Replace a bunch of if () else if () else if () else if () ... with that | Miod Vallat |
2013-02-09 | Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions and | Miod Vallat |
2013-02-09 | No longer #ifdef BUS_SPACE_MAP_PREFETCHABLE, as all <machine/bus.h> are | Miod Vallat |
2013-02-09 | Programme the VT6105M, VT6105 and RhineII-2 to permit frames of up to | Stuart Henderson |
2013-02-09 | Allow the user to configure an MTU of up to 1518, which does not require | Stuart Henderson |