aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* add MAKE_WWN_FROM_NODE_NAME macroMatt Jacob2004-01-231-0/+10
* Add firmware major, minor and micro revsions to the ISP_FC_GETHINFO ioctlMatt Jacob2004-01-232-0/+7
* * fwohci_pci.cHidetoshi Shimokawa2004-01-232-10/+17
* Sync with DFBSD v.1.16. Add new codecs IDs, fix some spelling.Mathew Kanner2004-01-231-3/+21
* Fix breakage in PIO multisector support.Søren Schmidt2004-01-231-1/+0
* Fix the PCI attach routine to properly setup the IRQ and port resourceJohn Baldwin2004-01-221-13/+20
* Add missing free() in exception handlers.Hidetoshi Shimokawa2004-01-222-2/+3
* Add suspend and resume methods. I'm not certain this work correctlyBill Paul2004-01-221-0/+36
* Add support for TCP/IP checksum offload.Bill Paul2004-01-222-25/+217
* Fix multicast and promiscuous mode handling for Yukon devices.Bill Paul2004-01-211-50/+101
* Sync to pccarddevs 1.81.Hajimu UMEMOTO2004-01-211-1/+4
* There is PANASONIC KXLC005 which has another product id.Hajimu UMEMOTO2004-01-211-0/+1
* Setting pccb->ccb_h.status to CAM_REQ_CMP one time is enough.Olivier Houchard2004-01-211-1/+0
* __powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer.Peter Grehan2004-01-216-15/+34
* Use getenv_int() rather than reimplementing it.John Baldwin2004-01-201-10/+2
* Update the support for the VIA 8237 southbridge.Søren Schmidt2004-01-202-3/+4
* Correct instances of mtx_lock()/mtx_unlock() that should have beenBill Paul2004-01-201-5/+5
* Reduce latency when using the SNDCTL_DSP_RESET ioctl by callingMathew Kanner2004-01-201-2/+10
* Fix a panic when kldloading a sound driver. Do this by replacing theMathew Kanner2004-01-205-216/+94
* Fix breakage on timeout/retries. The bug cause a sema to be leaked soSøren Schmidt2004-01-194-24/+27
* Sync to 1.159 of usbdevsMIHIRA Sanpei Yoshiro2004-01-192-2/+9
* Add support IO-data DVD Multi-plus unit iU-CD2MIHIRA Sanpei Yoshiro2004-01-192-0/+5
* Properly program the multicast filter in ndis_setmulti(),Bill Paul2004-01-191-31/+86
* Convert from using taskqueue_swi to using private kernel threads. TheBill Paul2004-01-182-40/+27
* Fixed a memory leak.Ruslan Ermilov2004-01-181-0/+1
* Fixed a memory leak.Ruslan Ermilov2004-01-181-1/+3
* Fixed a memory leak.Ruslan Ermilov2004-01-181-0/+1
* Fix botch in last commit.Søren Schmidt2004-01-181-2/+2
* Apparently there's a good reason why M_WAITOK malloc() is done beforeRuslan Ermilov2004-01-181-2/+2
* Fixed a memory leak.Ruslan Ermilov2004-01-181-0/+1
* Empty vendor string overrides knowndevsMIHIRA Sanpei Yoshiro2004-01-181-0/+4
* Fixed a memory leak.Ruslan Ermilov2004-01-181-1/+2
* Fixed a memory leak.Ruslan Ermilov2004-01-181-1/+3
* Add missing free's.Søren Schmidt2004-01-181-0/+4
* Avoid overwriting capability bits marked earlierYaroslav Tykhiy2004-01-181-5/+5
* Pay attention to the timeout value passed down by the upper layer.MIHIRA Sanpei Yoshiro2004-01-181-10/+18
* Sync to 1.158 of usbdevsMIHIRA Sanpei Yoshiro2004-01-182-2/+9
* add device id for PANASONIC KXLRW32AN(USB CD-R/RW,not yet support)MIHIRA Sanpei Yoshiro2004-01-181-0/+1
* Add support for the Silicon Image 3114 4 channel SATA controller.Søren Schmidt2004-01-172-10/+18
* It appears that the changes in the resources allocated is causing muchWarner Losh2004-01-171-1/+4
* Make sure set the media type in the phy, we cannot trust it to have chosenPoul-Henning Kamp2004-01-171-0/+1
* As previously announced: discontinue use of makedev() call in soundcode.Poul-Henning Kamp2004-01-176-56/+171
* - Handle failure of cam_sim_alloc().Matthew N. Dodd2004-01-171-0/+12
* Sync to 1.157 of usbdevsMIHIRA Sanpei Yoshiro2004-01-162-9/+16
* Add support SUNTAC U-Cable type A3(AS64LX)MIHIRA Sanpei Yoshiro2004-01-162-1/+4
* The definition for __stdcall logically belongs in pe_var.h, butBill Paul2004-01-151-2/+0
* Correct beacon (src/bssid) for hostap and adhoc mode.Atsushi Onoe2004-01-151-7/+30
* Use generic net80211 framework for awi driver.Atsushi Onoe2004-01-159-3687/+1609
* Add a per controller IOCTL interface.Matthew N. Dodd2004-01-153-1/+142
* - Add comments.Matthew N. Dodd2004-01-152-34/+188