summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Restore accidentially removed rev. 1.3glebius2006-04-071-0/+2
* Merge in new driver from Intel, version 5.1.5. Adds support for someglebius2006-04-065-331/+1478
* newbus will zero softc, so no need to duplicate the zeroing here.imp2006-04-043-13/+1
* Don't call bfe_release_resources() twice.pjd2006-04-041-2/+0
* Turn a file that was mostly style(9) compliant to a file that's really closeimp2006-04-041-141/+115
* The Z8530 on the MacIO has an interrupt per channel. Deal with thismarcel2006-04-042-32/+57
* Replace hard coded '0' with symbolic constant IIC_UNKNOWN to reflect whatimp2006-04-041-1/+1
* Add support for Intel cpu model's 5 & 6.ps2006-04-041-1/+1
* Fix an off-by-one error in the port range detection. Cleanup some oldnjl2006-04-041-5/+5
* In z8530_divisor() return 0 if the calculated divisor is less than 0.marcel2006-04-041-1/+1
* o add opt_ath.h enable tweaking various config parameters for the driversam2006-04-031-12/+16
* Add device ID for nForce 410 MCP audio controller.ariff2006-04-031-0/+3
* Remove unused variable 'error'. Forgotten in previous commit.marcel2006-04-021-1/+0
* Don't claim a SAB82532. We have scc(4) for that.marcel2006-04-021-5/+0
* Eliminate the sc_hasfifo flag from the softc. It was only used bymarcel2006-04-022-4/+3
* Fix fat-fingered version define.mjacob2006-04-011-2/+2
* Don't hold the hardware mutex across getc(). It can wait indefinitelymarcel2006-04-014-20/+45
* Fix some of the previus changes 'better'.mjacob2006-04-015-842/+970
* Add a MacIO bus attachment. The Z8530 as present in the Mac needsmarcel2006-04-017-18/+101
* Fix cut-n-paste braino in previous commit: s/puc/scc/gmarcel2006-03-311-1/+1
* Add a DRIVER_MODULE declaration for fhc(4) as this attachement ismarcel2006-03-311-0/+1
* MEGA Fixes / Cleanupariff2006-03-311-300/+239
* - Increase snddev refcount earlier while accessing through sysctl interfaceariff2006-03-311-27/+34
* Make the ATAPI sense data accessible when using the ioctl interfacesos2006-03-317-93/+64
* Allow uart(4) to be built on PowerPC.marcel2006-03-311-0/+54
* Revert to using acpi_max_threads instead of the hardcoded value of '3'.scottl2006-03-301-1/+2
* When we attach to either a SAB82532 or a Z8530, print a noticemarcel2006-03-302-0/+4
* Add support for scc(4).marcel2006-03-306-82/+191
* Add scc(4), a driver for serial communications controllers. Thesemarcel2006-03-309-0/+1448
* Remove paranoid thread hijacking check. It cause wierd behaviourariff2006-03-301-8/+2
* In afd_describe(), don't initialize sizestring. On ia64, gcc(1) willmarcel2006-03-301-1/+1
* On some laptops, under very high loads, the socket event register readimp2006-03-301-2/+13
* Add a mask of valid socket eventsimp2006-03-301-19/+20
* Don't open if we're going away.marcel2006-03-301-0/+4
* Fix printf arg on 64-bit arch by casting to an int. The IO port is nevernjl2006-03-291-2/+2
* Add a blacklist for bad IO ports that AML should never touch. It seemsnjl2006-03-291-0/+76
* Add reset register support. This is the only method to reboot some newnjl2006-03-291-0/+11
* Fix 64-bit DMA. The problem was an incorrect flag check. Thanks to Paulscottl2006-03-281-10/+14
* - Conditionally acquire Giant in mdstart_vnode(), mdcreate_vnode(), andjhb2006-03-281-29/+23
* Forcibly turn off all PMCs at module unload time.jkoshy2006-03-281-0/+6
* Handle invalid capacity parameters from the firmware.scottl2006-03-282-1/+7
* Teach md(4) and mdconfig(8) how to understand XML. Right now there won't bewkoszek2006-03-261-0/+62
* MFP4: Support for profiling dynamically loaded objects.jkoshy2006-03-262-16/+189
* Correct bad format args. Interesting- the lines that generatedmjacob2006-03-261-2/+2
* Some fairly major changes to this driver.mjacob2006-03-257-530/+3102
* Add a driver for the new LSI MegaRAID SAS controller family. The 'MFI' namescottl2006-03-256-0/+2672
* stop device so we don't panic on card removal when activesam2006-03-241-0/+1
* For each of the voltages that a card might support, make sure that theimp2006-03-241-4/+4
* Add explicit dependency on cam. This is necessary when both aha.ko andimp2006-03-242-0/+2
* Add basic support for BCM5780 PHY.oleg2006-03-232-0/+8
OpenPOWER on IntegriCloud