summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* The "SMC EZ Connect SMC2862W-G" product is not based on the Ralink RT2500USBdamien2005-09-191-1/+0
* It's safe to wait for command completion in iwi_config().damien2005-09-191-1/+2
* Remove duplicate if_free().imp2005-09-191-1/+0
* Restore the ability to detach from a tty via SIOCSTTY and documentru2005-09-191-5/+5
* Dont wait for READY on ATAPI_IDENTIFY.sos2005-09-191-1/+5
* Fix configuration locking in MD.phk2005-09-191-116/+80
* Last change to this file actually removed the oldcard compat code.imp2005-09-191-2/+1
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-1931-62/+55
* MFp4:imp2005-09-183-125/+149
* Slightly change the API for the SNPSTTY ioctl so that the userland nowcognet2005-09-181-5/+14
* Add the KLD to the sndstat info.netchild2005-09-181-1/+1
* Merge NetBSD fixes (except for 1.97 there should be no functional change):netchild2005-09-181-185/+237
* - In gem_ioctl() move the call to ether_ioctl() to the default case ofmarius2005-09-181-47/+29
* ehcivar.h:netchild2005-09-184-12/+100
* o Add initial bits for IBSS support.damien2005-09-173-25/+110
* Add a new AGP driver for ATI IGP chipsets. The driver is based on reading ofanholt2005-09-172-0/+398
* Fix agp_nvidia.c to behave more like the linux driver, fixing DRI on Radeonanholt2005-09-161-11/+20
* Fix "struct ifnet" leak if attach() fails in the middle.ru2005-09-164-3/+10
* Avoid deferencing NULL in if_free().ru2005-09-161-3/+2
* Fix "struct ifnet" leaks when attach() fails in the middle.ru2005-09-169-16/+31
* Fix "struct ifnet" leaks when attach() fails in the middle, e.g.ru2005-09-165-11/+10
* Fix "struct ifnet" leak on detach.ru2005-09-161-0/+1
* Add missing mtx_destroy() when if_alloc() fails.ru2005-09-166-4/+27
* Add missing if_free() in rue_detach().ru2005-09-161-0/+1
* Commit a workaround to a problem with resource allocation. This helpsimp2005-09-161-0/+2
* Add two missing if_free() calls.ru2005-09-151-0/+3
* Fixed a diagnostic message.ru2005-09-151-1/+1
* Spell "destroy" correctly.ru2005-09-152-2/+2
* Don't recommend re_detach() (like in vr(4)) as anotherru2005-09-151-2/+1
* re_detach() fixes:ru2005-09-151-15/+7
* When bus_alloc_resource_any() fails, dc_detach() is called and itkeramida2005-09-151-5/+11
* First cut at a driver for National Instruments PCI-GPIB hardware.phk2005-09-151-0/+400
* Allocate unit numbers with unr, implement detach function.phk2005-09-152-5/+21
* When stopping the card, and returning to page 0, it is best if you doimp2005-09-151-1/+1
* Make device_detach methods really work.ru2005-09-142-2/+2
* Increase boot-time DigiBIOS initialization timeout to allowandre2005-09-141-1/+1
* Harden the hotplug support for SATA devices.sos2005-09-144-51/+77
* Fix "Memory modified after free" panic on detach, caused by accessingru2005-09-141-3/+0
* Bring aac_cam into line with using time_uptime instead of time_second.scottl2005-09-141-1/+1
* Use time_uptime for timing commands instead of time_second. This is a bitscottl2005-09-141-9/+9
* Fix module unload panic which was caused by missing sx lock release.yongari2005-09-141-1/+5
* MFp4: Migrate from CARD_CIS_SCAN to pccard_cis_scanimp2005-09-131-1/+1
* MFp4:imp2005-09-131-37/+13
* MFp4: Omnibus ed changesimp2005-09-134-198/+285
* MFp4:imp2005-09-131-73/+40
* Use new convenience function to read CIS rather than the older, harder toimp2005-09-131-2/+1
* MFp4: Minor formatting nits in pccard table.imp2005-09-131-9/+9
* Use smaller names. The "NE2000 PCI Ethernet" is largerly redundantimp2005-09-131-9/+9
* Add the olicom OC2231 and OC2232 to the list of cards that we shouldimp2005-09-131-0/+2
* Add a few new functions interfaces to allow reading/writing attributeimp2005-09-134-11/+172
OpenPOWER on IntegriCloud