summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Define and use PCCARD_MEM_PAGE_SIZE.imp2005-09-132-1/+3
* MFp4: Remove stale functions.imp2005-09-131-21/+0
* Unlock driver lock before calling resource_int_value(9).yongari2005-09-131-0/+3
* - Fix the locking in dsp.c to prevent a LOR (AFAIK not on the LOR page).netchild2005-09-122-5/+3
* Process one NMI interrupt per handler invocation as the processorjkoshy2005-09-121-4/+9
* more #ifndef PC98. This really fix the pc98 tinderbox.nyan2005-09-121-0/+4
* This appears to be good for some folks, but really bad for others.imp2005-09-121-1/+0
* Since opti_detect is now only called on !PC98 machines, only declareimp2005-09-121-0/+4
* Note that Keyspan is also InnoSys Inc.obrien2005-09-121-1/+1
* Restore the 929X support that got nuked in mergemjacob2005-09-111-0/+7
* Canonize the include of acpi.h.obrien2005-09-1139-40/+40
* Fix hang at init for MagicMedia 256A[VX] chips. [1]netchild2005-09-111-0/+9
OpenPOWER on IntegriCloud