summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Correct KASSERT() in ndis_destroy(): ndis_mtx is a pointer now.wpaul2004-01-251-1/+4
* Regen after rev. 1.161 of usbdevs.sobomax2004-01-242-2/+11
* Add support for Crystalfontz CFA-631 USB LCD (uftdi(4) driver).sobomax2004-01-242-1/+6
* Sync to 1.160 of usbdevssanpei2004-01-242-2/+25
* Add Supportsanpei2004-01-242-0/+13
* Add missing newlines to some device_printf()s.wpaul2004-01-241-3/+6
* If we have ISP_ROLE_INITIATOR set, make sure that we clear ICBOPT_INI_DISABLEmjacob2004-01-231-0/+6
* add MAKE_WWN_FROM_NODE_NAME macromjacob2004-01-231-0/+10
* Add firmware major, minor and micro revsions to the ISP_FC_GETHINFO ioctlmjacob2004-01-232-0/+7
* * fwohci_pci.csimokawa2004-01-232-10/+17
* Sync with DFBSD v.1.16. Add new codecs IDs, fix some spelling.matk2004-01-231-3/+21
* Fix breakage in PIO multisector support.sos2004-01-231-1/+0
* Fix the PCI attach routine to properly setup the IRQ and port resourcejhb2004-01-221-13/+20
* Add missing free() in exception handlers.simokawa2004-01-222-2/+3
* Add suspend and resume methods. I'm not certain this work correctlywpaul2004-01-221-0/+36
* Add support for TCP/IP checksum offload.wpaul2004-01-222-25/+217
* Fix multicast and promiscuous mode handling for Yukon devices.wpaul2004-01-211-50/+101
* Sync to pccarddevs 1.81.ume2004-01-211-1/+4
* There is PANASONIC KXLC005 which has another product id.ume2004-01-211-0/+1
* Setting pccb->ccb_h.status to CAM_REQ_CMP one time is enough.cognet2004-01-211-1/+0
* __powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer.grehan2004-01-216-15/+34
* Use getenv_int() rather than reimplementing it.jhb2004-01-201-10/+2
* Update the support for the VIA 8237 southbridge.sos2004-01-202-3/+4
* Correct instances of mtx_lock()/mtx_unlock() that should have beenwpaul2004-01-201-5/+5
* Reduce latency when using the SNDCTL_DSP_RESET ioctl by callingmatk2004-01-201-2/+10
* Fix a panic when kldloading a sound driver. Do this by replacing thematk2004-01-205-217/+95
* Fix breakage on timeout/retries. The bug cause a sema to be leaked sosos2004-01-194-24/+27
* Sync to 1.159 of usbdevssanpei2004-01-192-2/+9
* Add support IO-data DVD Multi-plus unit iU-CD2sanpei2004-01-192-0/+5
* Properly program the multicast filter in ndis_setmulti(),wpaul2004-01-191-31/+86
* Convert from using taskqueue_swi to using private kernel threads. Thewpaul2004-01-182-40/+27
* Fixed a memory leak.ru2004-01-181-0/+1
* Fixed a memory leak.ru2004-01-181-1/+3
* Fixed a memory leak.ru2004-01-181-0/+1
* Fix botch in last commit.sos2004-01-181-2/+2
* Apparently there's a good reason why M_WAITOK malloc() is done beforeru2004-01-181-2/+2
* Fixed a memory leak.ru2004-01-181-0/+1
* Empty vendor string overrides knowndevssanpei2004-01-181-0/+4
* Fixed a memory leak.ru2004-01-181-1/+2
* Fixed a memory leak.ru2004-01-181-1/+3
* Add missing free's.sos2004-01-181-0/+4
* Avoid overwriting capability bits marked earlieryar2004-01-181-5/+5
* Pay attention to the timeout value passed down by the upper layer.sanpei2004-01-181-10/+18
* Sync to 1.158 of usbdevssanpei2004-01-182-2/+9
* add device id for PANASONIC KXLRW32AN(USB CD-R/RW,not yet support)sanpei2004-01-181-0/+1
* Add support for the Silicon Image 3114 4 channel SATA controller.sos2004-01-172-10/+18
* It appears that the changes in the resources allocated is causing muchimp2004-01-171-1/+4
* Make sure set the media type in the phy, we cannot trust it to have chosenphk2004-01-171-0/+1
* As previously announced: discontinue use of makedev() call in soundcode.phk2004-01-176-56/+171
* - Handle failure of cam_sim_alloc().mdodd2004-01-171-0/+12
OpenPOWER on IntegriCloud