summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:jkoshy2005-07-095-34/+44
* Use m_length (m, NULL) instead of m->m_pkthdr.len.rik2005-07-093-3/+3
* Lost cx_mpsafenet check.rik2005-07-091-2/+3
* Lost t_oproc() callback assignment.rik2005-07-091-0/+1
* Lost CX_UNLOCK().rik2005-07-091-0/+4
* Protect from partially initialized channels.rik2005-07-093-0/+6
* Space & alignment nits.rik2005-07-093-21/+20
* Fix the build. The SMC_8020BT define doesn't exist yet.scottl2005-07-091-0/+2
* Noticed that NetBSD's sm driver has the PSION GOLDCARD listed, so listimp2005-07-091-3/+2
* oops ... forgot to declare sc in my previous commit. unbreak build.damien2005-07-081-0/+1
* fix allocation of rx dma buffers. buffers must be contiguous.damien2005-07-081-2/+2
* Make sure that all the necessary USB endpoints are found during devicedamien2005-07-082-2/+7
* ral_init() takes a struct ral_softc as parameter not a struct ifnet.damien2005-07-082-2/+2
* reclaim node reference when ieee80211_encap failssam2005-07-083-4/+13
* update ural idssam2005-07-082-2/+34
* reclaim mbuf when ieee80211_crypto_encap failssam2005-07-074-4/+12
* Fix ifnet fallout in if_ti.scottl2005-07-071-8/+7
* only invoke ath_rate_tx_complete to update rate control state when thesam2005-07-072-1/+5
* Add support for Farallon EtherMAC PC Card.imp2005-07-064-66/+65
* Add device entry for a Farallon EtherMac PC Card that I won on ebay. Thisimp2005-07-061-0/+1
* Add support for IODATA USB-RSAQ3 USB-Serial Adapter.hrs2005-07-032-0/+3
* - Update the CPU version check to recognize P4/EMT64 CPUs. [1]jkoshy2005-07-031-1/+1
* o Make ipw(4) more robust against frames received with a bad length.damien2005-07-031-3/+9
* o Add new ids for the Belkin F5D7050damien2005-07-031-3/+10
* Add another ural(4) device (Belkin F5D7050)damien2005-07-031-0/+1
* Upon relection, we shouldn't allow the tuple structs to be modified byimp2005-07-013-11/+7
* Fix another fallout from the ifnet change that assumed that a softcharti2005-07-016-9/+9
* Make a pass and cleanup the printfs from this driver.imp2005-07-013-21/+11
* Minor cleanup of ep driver and pccard attachment:imp2005-07-013-45/+68
* Use correct pointer type. This should fix non-functional re(4)yongari2005-07-011-1/+1
* Add a much-requested feature: The ability for pccard attachments toimp2005-07-014-8/+18
* MFP4:jkoshy2005-06-302-24/+30
* o Fix a write mbuf-after-free bug. The duration field of the 802.11 headerdamien2005-06-291-9/+23
* Add a chipset field to the lookup. Use this chipset type to determineimp2005-06-281-168/+58
* Disable the drm_initmap calls in radeon_cp.c, due to them resulting in improperanholt2005-06-281-0/+6
* Zero donecount on auto request sense.sos2005-06-281-0/+1
* Dont call ata_finish in ad_dump as that is no longer needed and causes panic.sos2005-06-271-10/+11
* Implement suspend/resume operation for snd_csa(4)glebius2005-06-274-17/+220
* Add a quirk for a motherboard whose acpi timer runs too fast.dwmalone2005-06-261-0/+8
* Fix some long standing bugs in writing to the BPF device attached todwmalone2005-06-261-1/+7
* o When calling ep_get_macaddr(), provide it a local buffer. Add a commentimp2005-06-264-19/+22
* Make the initialization in the AGPv3 case match that of Linux. Fixes hangs onanholt2005-06-261-8/+28
* Mark the permanent map for radeon registers read-only. Failure to set this flaganholt2005-06-241-1/+2
* Backout the change I made before 5.4-R since I wasn't aware that it was onlydwhite2005-06-241-0/+21
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-2419-211/+238
* Add wireless + flash CF card I haveimp2005-06-241-0/+1
* Fix a read mbuf-after-free error in the iwi driver that was provoked bysilby2005-06-231-9/+6
* polled commands can read or write, so bus_dmamap_sync properlyps2005-06-231-2/+16
* Struct ifatm isn't at the beginning of the softc anymore. Use theharti2005-06-221-2/+2
* Free the struct ifnet when detaching is complete. Also add BPF stuff.harti2005-06-221-0/+23
OpenPOWER on IntegriCloud