aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add code from Kazuhito HONDA that allows the user to seeJulian Elischer2005-04-273-0/+157
* I missed a s/nv/nve/.David E. O'Brien2005-04-261-1/+1
* Remove an extra mutex unlock in the morpheus interrupt handler.Scott Long2005-04-261-1/+4
* Fix a bug introduced in r1.89 thats caused leak of requests, and possiblySøren Schmidt2005-04-261-1/+1
* Remove the extra EEPROM reload step I added before. vge_reset()Bill Paul2005-04-251-2/+0
* Apply a torniquet to the problem of the drive unexpectedly disconnectingScott Long2005-04-251-1/+9
* Correct the if_link_state_change() logic: when the link went down,Bill Paul2005-04-251-2/+2
* Reading the EEPROM to learn the station address doesn't seem to workBill Paul2005-04-251-0/+11
* Deal with failed malloc calls[1].Bjoern A. Zeeb2005-04-251-0/+22
* CosmeticsSøren Schmidt2005-04-254-38/+26
* Only try to allocate and use the SATA resource if they are enabledSøren Schmidt2005-04-251-44/+40
* Retire the musycc E1/T1 driverPoul-Henning Kamp2005-04-251-1567/+0
* Throw the switch on the new driver generation/loading mechanism. FromBill Paul2005-04-245-149/+92
* Fix a panic on X startup for drivers that don't init maps themselves by storingEric Anholt2005-04-241-1/+1
* Fix the order of the lowaddr,highaddr arguments in the parent tag. ThisScott Long2005-04-241-1/+1
* Be more conservative when enabling extended features. There are fxp(4)Maxime Henrion2005-04-222-3/+7
* Sort Oxford Semi entires. Add entry for OXCB950, a PCI/CardBusWarner Losh2005-04-221-13/+22
* If we get interrupted during a data phase and the DMA engine is stillScott Long2005-04-221-0/+6
* Add a microcode to implement receive bundling for 82551 chipsets withMaxime Henrion2005-04-213-20/+152
* Enable extended RFDs and TCBs, and thus checksum offloading, forMaxime Henrion2005-04-211-2/+1
* Rehash the timeout code to make it more simple.Søren Schmidt2005-04-214-169/+118
* Add the tunable "debug.acpi.max_threads" to allow users to set theNate Lawson2005-04-212-4/+10
* Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI headerMarcel Moolenaar2005-04-206-12/+5
* When a rebuild is done, properly mark the arrays as functional again.Søren Schmidt2005-04-201-1/+17
* Properly hook in devices found by SATA connect events.Søren Schmidt2005-04-203-4/+3
* Remove dead variable.Joseph Koshy2005-04-201-3/+2
* Small cleanup of the WPA code additions. The SIOCG80211 and SIOCS80211Bill Paul2005-04-201-4/+5
* Remove unused variable that was horking up the LINT buildWarner Losh2005-04-191-5/+2
* Minimal changes to get this to compile with -DDEBUG defined as wellWarner Losh2005-04-191-1/+3
* Add preliminary support for WPA-PSK using wpa_supplicant and theBill Paul2005-04-191-2/+319
* CFA (Compact Flash) devices has a special config ID that fails theSøren Schmidt2005-04-192-1/+3
* Provide a way to soft reset a proxy controller such as an MSA20 orPaul Saab2005-04-193-0/+58
* Fix indentation problem in the last commitSøren Schmidt2005-04-191-16/+18
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...Joseph Koshy2005-04-196-0/+7086
* Add a named reference-count KPI to hold off mounting of the root filesystem.Poul-Henning Kamp2005-04-181-0/+3
* Initial import of ipw, iwi, ral and ural drivers:Damien Bergamini2005-04-1818-0/+11845
* Add uma zone for composite ops.Søren Schmidt2005-04-183-19/+42
* Adjust the RAID type pickup code for the VIA, we dont actually careSøren Schmidt2005-04-182-8/+18
* Fix newer Xircom CBE2-100 cards that were reportingWarner Losh2005-04-181-13/+14
* Merge some style and minor changes from NetBSD:Marius Strobl2005-04-173-60/+56
* Style and minor changes:Marius Strobl2005-04-171-57/+54
* Fix a bug where we call pcm_getbuffersize twice.Mathew Kanner2005-04-171-1/+0
* De-dma the uaudio <-> pcm bridge. We were not capable of doing DMA fromMathew Kanner2005-04-171-41/+35
* Add one more Promise SATAII/150 chip id.Søren Schmidt2005-04-172-0/+2
* On record only devices, don't fail if we don't have a play channel.Julian Elischer2005-04-171-3/+11
* Spell ATA_NFORCE4_S2 correctly.Søren Schmidt2005-04-161-1/+1
* Update to DRM CVS as of 2005-04-12, bringing many changes:Eric Anholt2005-04-1676-16726/+25777
* Make things compile again with ATA_STATIC_ID.Søren Schmidt2005-04-151-2/+2
* Move the creation of ata_channel child devices to the channel code.Søren Schmidt2005-04-157-178/+134
* Call pci_print_verbose() before pci_add_resources() so that the order ofJohn Baldwin2005-04-141-1/+1