summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2013-03-11Separate out the common capabilities flags from the switch statementBrad Smith
2013-03-11flush writes to BGE_MI_COMM by doing a read straight after. helps avoidDavid Gwynne
2013-03-10Rename write_queue_address -> setup_queueStefan Fritsch
2013-03-10Move sc_ih to virtio_pci_softc, it is not used outside of virtio_pciStefan Fritsch
2013-03-10if_vio: Add some more debug output if VIRTIO_DEBUG is definedStefan Fritsch
2013-03-10Make it possible to call wsdisplay_cnattach() to override an already attachedMark Kettenis
2013-03-10Rename sc_dis to sc_targets, since it is an array of targets that alsoJoel Sing
2013-03-09Always use the internal PHY on Apple variants, from FreeBSD. This unbreaksMartin Pieuchot
2013-03-09Calculating the IP header checksum on Realtek 8168 is broken if theAlexander Bluhm
2013-03-09Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSDMartin Pieuchot
2013-03-09Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2013-03-08In pcic_intr_find(), pass a correct device name to isa_intr_establish(), soMiod Vallat
2013-03-08backout previous phidgets quirkjoshua stein
2013-03-07add a quirk for phidgets to attach as ugen instead of uhidjoshua stein
2013-03-07regenjoshua stein
2013-03-07add phidgets 2x2joshua stein
2013-03-07Add the PCI ids for the BCM57762 and BCM57766 chipsets.Brad Smith
2013-03-07Correct the location of a DELAY() that was mismerged from FreeBSD in rev 1.319Brad Smith
2013-03-07remove spurious semicolon at end of if statement in vr_watchdog.Stuart Henderson
2013-03-07Correct the delay when programming the short cable fix. It should beBrad Smith
2013-03-07Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2013-03-07XL_DMACTL is a 32bit register, use the 32bit write macro.Brad Smith
2013-03-07Sort the CardBus ids.Brad Smith
2013-03-07Fix and simplify determining whether we're using a 8129 or 8139 chipset. OnlyBrad Smith
2013-03-05Track attached softraid disciplines via a queue. This prevents the need toJoel Sing
2013-03-04Reorder code such that wsdisplay(4) attaches after drm(4).Mark Kettenis
2013-03-04Add HG20F9 usb ethernet, from Chuck Guzis, ok jsg@Stuart Henderson
2013-03-04syncStuart Henderson
2013-03-04Add ID for a USB/Ethernet device known as HG20F9, which "borrows" linksys'Stuart Henderson
2013-03-04fix format string issue when printing an error our on bge's with APE andDavid Gwynne
2013-03-04replace the LIST_ENTRY in scsi_xfer with a SIMPLEQ_ENTRY. the things thatDavid Gwynne
2013-03-02Decide whether to use polling or not only upon `sc_bus.use_polling', regardlessMiod Vallat
2013-03-02sr_alloc_resources() and sr_free_resources() can never be called withoutJoel Sing
2013-03-02Unbreak softraid compilation with debug enabled.Joel Sing
2013-03-02match on EP80579, works fine on a machine I haveJonathan Gray
2013-02-24use dma memory for bl_pagesStefan Fritsch
2013-02-22bring back 5718/5719/5720 support again. deraadt pointed out thatDavid Gwynne
2013-02-19Revert rev 1.195 forcing Intel SATA controllers in compat mode into AHCI mode.Brad Smith
2013-02-18set the wireless interface priority and interfaces to the wlan groupJonathan Gray
2013-02-15Use uvm_km_kmemalloc_pla() to allocate dma memory below 2^28 limit,Alexandre Ratchov
2013-02-15backout latest: audio keys can autorepeat. Autorepeated keys are notAlexandre Ratchov
2013-02-15More DPRINTF use, no object change.Martin Pieuchot
2013-02-15Do not loop forever if the keyboard send a BAT (Basic Assurance Test)Martin Pieuchot
2013-02-14No need to treat amd64 specially; always return CN_HIGHPRI.Mark Kettenis
2013-02-09- Use a switch statement for setting the chipset flagsBrad Smith
2013-02-09Replace a bunch of if () else if () else if () else if () ... with thatMiod Vallat
2013-02-09Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions andMiod Vallat
2013-02-09No longer #ifdef BUS_SPACE_MAP_PREFETCHABLE, as all <machine/bus.h> areMiod Vallat
2013-02-09Programme the VT6105M, VT6105 and RhineII-2 to permit frames of up toStuart Henderson
2013-02-09Allow the user to configure an MTU of up to 1518, which does not requireStuart Henderson