summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-02-10s/mutex/mtx/Masao Uebayashi
2015-02-10Whitespace.Masao Uebayashi
2015-02-10s/usb_dma_t/struct usb_dma */Masao Uebayashi
2015-02-10s/usbd_xfer_handle/struct usbd_xfer */Masao Uebayashi
2015-02-10s/Static/static/Masao Uebayashi
2015-02-10Convert header paths.Masao Uebayashi
2015-02-10Add RCS IDs.Masao Uebayashi
2015-02-10Adjust paths. Add RCS ID.Masao Uebayashi
2015-02-10Import dwc2 core and glue code from NetBSD. OK deraadt@ jsing@ miod@ mpi@Masao Uebayashi
2015-02-10switch most mtx_* calls back to linux spinlocksJonathan Gray
2015-02-10remove some very MD debug code that was reaching into x86 mplocksDavid Gwynne
2015-02-10switch most rwlock calls back to their linux equivalentsJonathan Gray
2015-02-10Redo dwc2 import with CVS tags expanded.Masao Uebayashi
2015-02-10Import dwc2 core and glue code from NetBSD. OK deraadt@ jsing@ miod@ mpi@Masao Uebayashi
2015-02-10Do not abuse `rcvif'.Martin Pieuchot
2015-02-10use linux function names when locking mode configJonathan Gray
2015-02-10convert VMXNET drivers to ml_enqueue + if_inputMartin Pelikan
2015-02-10Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directlyJonathan Gray
2015-02-10add definitions for linux style locksJonathan Gray
2015-02-09typoMiod Vallat
2015-02-09Whitespace.Masao Uebayashi
2015-02-09Trim blank lines.Masao Uebayashi
2015-02-09fix print/panic messages + remove superfluous if_ibytes additionMartin Pelikan
2015-02-09if_input sets m->m_pkthdr.rcvif so we dont have to.David Gwynne
2015-02-09More sanity checking for Local APIC NMI entries.Mark Kettenis
2015-02-09turn off QLA_DEBUG noise, requested by deraadt@Jonathan Matthew
2015-02-09Complete rewrite of the Elantech clickpads v4 packet parser in order toMartin Pieuchot
2015-02-09Add flag to taskq_create() calls to match dlg@ API changePhilip Guenther
2015-02-09we want to defer work traditionally (in openbsd) handled in anDavid Gwynne
2015-02-09tweak the new if_input function so it takes an mbuf_list insteadDavid Gwynne
2015-02-09convert vio(4) to if_input().Martin Pelikan
2015-02-09after many days of coding, enable WEPPeter Hessler
2015-02-08Fix iwm(4) attach and firmware loading process such that a reboot afterStefan Sperling
2015-02-08Add missing \n to DPRINTFs in iwm(4).Stefan Sperling
2015-02-08Sprinkle some string constant consistency on iwn(4) as well.Stefan Sperling
2015-02-08In iwm(4), convert many verbose printf do DPRINTF, sync some string constantsStefan Sperling
2015-02-08Fix mfi ioctl to set drive state properly.YASUOKA Masahiko
2015-02-08Convert to if_input().Martin Pieuchot
2015-02-08Convert to if_input().Martin Pieuchot
2015-02-07Fix a logic error when enabling MAC and reset the checksum report bitMartin Pieuchot
2015-02-07Don't panic on unhandled net80211 state transitions in iwm(4).Stefan Sperling
2015-02-07Handle suspend/resume for iwm(4) devices, by syncing with iwn(4)Peter Hessler
2015-02-07Let a volume key event unmute. This makes the software state follow theMark Kettenis
2015-02-07New framework that allows hibernate to pass in entropy from it's freshTheo de Raadt
2015-02-07remove linux int types in the drm headerJonathan Gray
2015-02-06Add bpf(4) support to iwm(4). Makes tcpdump -i iwm0 work. Based on iwn(4).Stefan Sperling
2015-02-06Add new definitions from libdrm 2.4.59Jonathan Gray
2015-02-06Add iwm(4), a new driver for Intel 7260 wifi cards.Stefan Sperling
2015-02-06Handle hibernate button in the same way as suspend does: send anDavid Coppa
2015-02-06Fix a hibernate crash on some machines due to unmapping a page thatMike Larkin