summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2012-02-09Match on Atmel AT91 CDC ACM explicitly as it reports a protocol of 0Jonathan Gray
2012-02-09regenJonathan Gray
2012-02-09Atmel AT91 CDC ACMJonathan Gray
2012-02-08Remove the init path of jme_newbuf that used M_WAITOKJonathan Gray
2012-02-04Close races where timer is started on a command and then an splbio()Kenneth R Westerback
2012-02-04Since sili_get_ccb() can return NULL if there are no ccb's available,Kenneth R Westerback
2012-02-02disable the polling timeout when we suspend; discovered by some codeTheo de Raadt
2012-01-31add uhid/uaudio quirks for the iPad and iPad 2.Bryan Steele
2012-01-31regen.Bryan Steele
2012-01-31Add product ID's for the iPad and the iPad 2.Bryan Steele
2012-01-30Prevent softraid from being used with devices that do not have a sectorJoel Sing
2012-01-30Remove redundant call to vr_reset. From Bryan Steele, ok mikeb@Stuart Henderson
2012-01-29According to the X.org driver, the Evergreen series of chips are thePeter Hessler
2012-01-29syncPeter Hessler
2012-01-29add device ID for Radeon HD 6320Peter Hessler
2012-01-29Fix another instance of the 11a->11b switch panic (see previous commit).Stefan Sperling
2012-01-29Swap the keycodes of the two swapped keys of Apple ISO keyboards.Martin Pieuchot
2012-01-29regenMartin Pieuchot
2012-01-29Add Apple keyboard IDs found on some PowerBook, MacBook and later. WhileMartin Pieuchot
2012-01-29Swap the keycodes of the two swapped keys of Apple ISO keyboards and updateMartin Pieuchot
2012-01-28Blacklist a dualpoint model which clitpad sends non compatible PS2 packets.Martin Pieuchot
2012-01-28Only pass bio ioctls through to the softraid bio ioctl handler. Rename theJoel Sing
2012-01-28Don't panic when switching an ath interface in hostap mode from 11a to 11b.Stefan Sperling
2012-01-28Fix ar5k_rt_copy() to copy all fields of the HAL_RATE_TABLE struct.Stefan Sperling
2012-01-28Fix dot11Rate for 11b entries in the 11g rates table.Stefan Sperling
2012-01-28Force usb_needs_explore() at DVACT_RESUME time; from Alexander PolakovTheo de Raadt
2012-01-26Don't printf (recoverable) xruns unless UAUDIO_DEBUG is definedAlexandre Ratchov
2012-01-26stop the calibration timeout when stopping the interface (i noticedTheo de Raadt
2012-01-22Convert softraid(4) to new bio(4) status interface. This allows bioctl(8)Joel Sing
2012-01-22Move list initialisation to the start of the function - this prevents usJoel Sing
2012-01-22Disable the softraid disk attach hook on detach.Joel Sing
2012-01-22Ensure that the sc_lock is held before the status functions are called.Joel Sing
2012-01-21Split sr_uuid_print() into two functions - one that formats and one thatJoel Sing
2012-01-20save content of the pci attach args, not the pointer; from Christian EhrhardtMike Belopuhov
2012-01-20Add bio(4) status interface structs and utility functions to softraid(4).Joel Sing
2012-01-20Implement a status message interface for bio(4) capable devices.Joel Sing
2012-01-17Move the bio(4) cookie into a separate struct and make this struct theJoel Sing
2012-01-17Check the metadata level against the assembly level before proceeding withJoel Sing
2012-01-17Add missing ioctl DNPRINTFs and nuke some rogue commas.Joel Sing
2012-01-16mpi_get_ccb and mpi_put_ccb are only called via iopools now, so changeDavid Gwynne
2012-01-15As SiS IDE has the same PCI product id for different revisionsJonathan Gray
2012-01-14KNF whitespace; no change with diff -wStuart Henderson
2012-01-14Support Huawei K4510 with DEV_UMASS5; Daniele PilengaStuart Henderson
2012-01-14syncStuart Henderson
2012-01-14add Huawei K4510; Daniele PilengaStuart Henderson
2012-01-13Simplify function wsfont_map_unichar.Alexandr Shadchin
2012-01-13handle m_copyback errors, this code is too sensitive for suchMike Belopuhov
2012-01-13Repair hw vlan tagging and stripping on 82599. Previously receiverMike Belopuhov
2012-01-12add support for skinny variants.David Gwynne
2012-01-12regenDavid Gwynne