summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync to 1.157 of usbdevssanpei2004-01-162-9/+16
* Add support SUNTAC U-Cable type A3(AS64LX)sanpei2004-01-162-1/+4
* The definition for __stdcall logically belongs in pe_var.h, butwpaul2004-01-151-2/+0
* Correct beacon (src/bssid) for hostap and adhoc mode.onoe2004-01-151-7/+30
* Use generic net80211 framework for awi driver.onoe2004-01-159-3693/+1615
* Add a per controller IOCTL interface.mdodd2004-01-153-1/+142
* - Add comments.mdodd2004-01-152-34/+188
* Insure values of adapter structure members are in correct byte order.mdodd2004-01-151-6/+7
* Use UMA instead of plain malloc for getting ATA request storage.sos2004-01-1416-36/+32
* Update firmware sets for the 12160, 2200 and 2300 cards to the (more ormjacob2004-01-143-14713/+14215
* Fix potential cable detection problem on older CMD chips.sos2004-01-141-7/+9
OpenPOWER on IntegriCloud