summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Throw the switch on the new driver generation/loading mechanism. Fromwpaul2005-04-245-149/+92
* Fix a panic on X startup for drivers that don't init maps themselves by storinganholt2005-04-241-1/+1
* Fix the order of the lowaddr,highaddr arguments in the parent tag. Thisscottl2005-04-241-1/+1
* Be more conservative when enabling extended features. There are fxp(4)mux2005-04-222-3/+7
* Sort Oxford Semi entires. Add entry for OXCB950, a PCI/CardBusimp2005-04-221-13/+22
* If we get interrupted during a data phase and the DMA engine is stillscottl2005-04-221-0/+6
* Add a microcode to implement receive bundling for 82551 chipsets withmux2005-04-213-20/+152
* Enable extended RFDs and TCBs, and thus checksum offloading, formux2005-04-211-2/+1
* Rehash the timeout code to make it more simple.sos2005-04-214-169/+118
* Add the tunable "debug.acpi.max_threads" to allow users to set thenjl2005-04-212-4/+10
* Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI headermarcel2005-04-206-12/+5
* When a rebuild is done, properly mark the arrays as functional again.sos2005-04-201-1/+17
* Properly hook in devices found by SATA connect events.sos2005-04-203-4/+3
* Remove dead variable.jkoshy2005-04-201-3/+2
* Small cleanup of the WPA code additions. The SIOCG80211 and SIOCS80211wpaul2005-04-201-4/+5
* Remove unused variable that was horking up the LINT buildimp2005-04-191-5/+2
* Minimal changes to get this to compile with -DDEBUG defined as wellimp2005-04-191-1/+3
* Add preliminary support for WPA-PSK using wpa_supplicant and thewpaul2005-04-191-2/+319
* CFA (Compact Flash) devices has a special config ID that fails thesos2005-04-192-1/+3
* Provide a way to soft reset a proxy controller such as an MSA20 orps2005-04-193-0/+58
* Fix indentation problem in the last commitsos2005-04-191-16/+18
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...jkoshy2005-04-196-0/+7086
* Add a named reference-count KPI to hold off mounting of the root filesystem.phk2005-04-181-0/+3
* Initial import of ipw, iwi, ral and ural drivers:damien2005-04-1818-0/+11845
* Add uma zone for composite ops.sos2005-04-183-19/+42
* Adjust the RAID type pickup code for the VIA, we dont actually caresos2005-04-182-8/+18
* Fix newer Xircom CBE2-100 cards that were reportingimp2005-04-181-13/+14
* Merge some style and minor changes from NetBSD:marius2005-04-173-60/+56
* Style and minor changes:marius2005-04-171-57/+54
* Fix a bug where we call pcm_getbuffersize twice.matk2005-04-171-1/+0
* De-dma the uaudio <-> pcm bridge. We were not capable of doing DMA frommatk2005-04-171-41/+35
* Add one more Promise SATAII/150 chip id.sos2005-04-172-0/+2
* On record only devices, don't fail if we don't have a play channel.julian2005-04-171-3/+11
* Spell ATA_NFORCE4_S2 correctly.sos2005-04-161-1/+1
* Update to DRM CVS as of 2005-04-12, bringing many changes:anholt2005-04-1676-16792/+25843
* Make things compile again with ATA_STATIC_ID.sos2005-04-151-2/+2
* Move the creation of ata_channel child devices to the channel code.sos2005-04-157-178/+134
* Call pci_print_verbose() before pci_add_resources() so that the order ofjhb2005-04-141-1/+1
* In ppsintr, we needed ppsdev to get to the softc and nothing else.imp2005-04-141-11/+7
* Read back the real taskfile register values when in 48BIT mode.sos2005-04-142-6/+23
* Use AcpiUtStrupr() instead of strupr() as the latter will disappear inmarks2005-04-141-1/+1
* Probe PCI link devices early so that we turn them all off via _DIS beforejhb2005-04-141-0/+4
* Fix compile error :-(.imp2005-04-131-1/+2
* Test for NULL before use.mdodd2005-04-131-12/+11
* Add KASSERT() to warn against NULL deref.mdodd2005-04-131-0/+1
* Use pci_find_bsf() to retrieve the PCI device associated withbms2005-04-131-13/+16
* The maximum allowable alloc is 16K not (16K-1).julian2005-04-131-1/+1
* Since cbb implements the pcib_ interface, it must also implement theimp2005-04-131-0/+10
* Default to a interrupt router that returns an invalid interrupt.imp2005-04-131-1/+9
* Remove ifdef PC98.nyan2005-04-132-25/+0
OpenPOWER on IntegriCloud