aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Protect from partially initialized channels.Roman Kurakin2005-07-093-0/+6
* Space & alignment nits.Roman Kurakin2005-07-093-21/+20
* Fix the build. The SMC_8020BT define doesn't exist yet.Scott Long2005-07-091-0/+2
* Noticed that NetBSD's sm driver has the PSION GOLDCARD listed, so listWarner Losh2005-07-091-3/+2
* oops ... forgot to declare sc in my previous commit. unbreak build.Damien Bergamini2005-07-081-0/+1
* fix allocation of rx dma buffers. buffers must be contiguous.Damien Bergamini2005-07-081-2/+2
* Make sure that all the necessary USB endpoints are found during deviceDamien Bergamini2005-07-082-2/+7
* ral_init() takes a struct ral_softc as parameter not a struct ifnet.Damien Bergamini2005-07-082-2/+2
* reclaim node reference when ieee80211_encap failsSam Leffler2005-07-083-4/+13
* update ural idsSam Leffler2005-07-082-2/+34
* reclaim mbuf when ieee80211_crypto_encap failsSam Leffler2005-07-074-4/+12
* Fix ifnet fallout in if_ti.Scott Long2005-07-071-8/+7
* only invoke ath_rate_tx_complete to update rate control state when theSam Leffler2005-07-072-1/+5
* Add support for Farallon EtherMAC PC Card.Warner Losh2005-07-064-65/+64
* Add device entry for a Farallon EtherMac PC Card that I won on ebay. ThisWarner Losh2005-07-061-0/+1
* Add support for IODATA USB-RSAQ3 USB-Serial Adapter.Hiroki Sato2005-07-032-0/+3
* - Update the CPU version check to recognize P4/EMT64 CPUs. [1]Joseph Koshy2005-07-031-1/+1
* o Make ipw(4) more robust against frames received with a bad length.Damien Bergamini2005-07-031-3/+9
* o Add new ids for the Belkin F5D7050Damien Bergamini2005-07-031-3/+10
* Add another ural(4) device (Belkin F5D7050)Damien Bergamini2005-07-031-0/+1
* Upon relection, we shouldn't allow the tuple structs to be modified byWarner Losh2005-07-013-11/+7
* Fix another fallout from the ifnet change that assumed that a softcHartmut Brandt2005-07-016-9/+9
* Make a pass and cleanup the printfs from this driver.Warner Losh2005-07-013-21/+11
* Minor cleanup of ep driver and pccard attachment:Warner Losh2005-07-013-45/+68
* Use correct pointer type. This should fix non-functional re(4)Pyun YongHyeon2005-07-011-1/+1
* Add a much-requested feature: The ability for pccard attachments toWarner Losh2005-07-014-8/+18
* MFP4:Joseph Koshy2005-06-302-24/+30
* o Fix a write mbuf-after-free bug. The duration field of the 802.11 headerDamien Bergamini2005-06-291-9/+23
* Add a chipset field to the lookup. Use this chipset type to determineWarner Losh2005-06-281-167/+57
* Disable the drm_initmap calls in radeon_cp.c, due to them resulting in improperEric Anholt2005-06-281-0/+6
* Zero donecount on auto request sense.Søren Schmidt2005-06-281-0/+1
* Dont call ata_finish in ad_dump as that is no longer needed and causes panic.Søren Schmidt2005-06-271-10/+11
* Implement suspend/resume operation for snd_csa(4)Gleb Smirnoff2005-06-274-17/+220
* Add a quirk for a motherboard whose acpi timer runs too fast.David Malone2005-06-261-0/+8
* Fix some long standing bugs in writing to the BPF device attached toDavid Malone2005-06-261-1/+7
* o When calling ep_get_macaddr(), provide it a local buffer. Add a commentWarner Losh2005-06-264-19/+22
* Make the initialization in the AGPv3 case match that of Linux. Fixes hangs onEric Anholt2005-06-261-7/+27
* Mark the permanent map for radeon registers read-only. Failure to set this flagEric Anholt2005-06-241-1/+2
* Backout the change I made before 5.4-R since I wasn't aware that it was onlyDoug White2005-06-241-0/+21
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-2419-211/+238
* Add wireless + flash CF card I haveWarner Losh2005-06-241-0/+1
* Fix a read mbuf-after-free error in the iwi driver that was provoked byMike Silbersack2005-06-231-9/+6
* polled commands can read or write, so bus_dmamap_sync properlyPaul Saab2005-06-231-2/+16
* Struct ifatm isn't at the beginning of the softc anymore. Use theHartmut Brandt2005-06-221-2/+2
* Free the struct ifnet when detaching is complete. Also add BPF stuff.Hartmut Brandt2005-06-221-0/+23
* Fix the debugging macro. The struct ifnet isn't embedded in softcHartmut Brandt2005-06-221-1/+1
* Fix a -Wuninitialized warning reported by rwatson.Joseph Koshy2005-06-211-1/+2
* Add the ID of my Thinkpad R40. Makes the module detect and with theMartin Cracauer2005-06-171-1/+1
* Some chipset drivers redefine the busspace_isa_{io|mem} tags. ThisMarcel Moolenaar2005-06-161-3/+20
* Fix four casts of the softc to a struct ifnet.Brooks Davis2005-06-151-4/+4