summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add missing splx().mp2002-06-241-1/+3
* Work around what appears to be a chip bug in the BCM5701 that showsjdp2002-06-242-2/+37
* Enable mixer interrupts after the mixer is initialized,robert2002-06-241-2/+2
* Yet another warning fix for 64 bits platforms.mux2002-06-241-2/+3
* On REASREQ packets, handled them earlier in processing the associationimp2002-06-241-7/+11
* - Remove DMA_* macros as only one, DMA_GET_ADDR, was used.arr2002-06-2411-95/+15
* Add kernel printf bits for WI_SUPPRATES and HOSTAP_FLAGSimp2002-06-242-0/+2
* Add RID to get the DBM adjustment factorimp2002-06-241-0/+1
* - Remove the definition for SCHED_ATMarr2002-06-242-4/+2
* set siocnunit to the correct value. This fixes the freeze on boot forn_hibma2002-06-231-2/+4
* Make this compile on Alpha.n_hibma2002-06-221-2/+2
* Add better mediaopt support for ibss and friends.imp2002-06-193-39/+171
* Use si_iosize_max to tell the upper layers not to use moresos2002-06-192-44/+18
* Add yet another (older) Promise chipsos2002-06-192-5/+10
* Removed unneeded files.pdeuskar2002-06-184-5322/+0
* Make the speed used by gdb over serial settable in the kernel configuration.n_hibma2002-06-182-21/+54
* Add support for Comtrol RocketPort 550 PCi models: 4 RJ45, 4 Quadcable,obrien2002-06-181-0/+87
* Support the Comtrol RocketPort 550 PCi 16 (used with RocketPort I/F box).obrien2002-06-182-1/+29
* ebus sio(4) attachment.obrien2002-06-181-0/+113
* Avoid reprobing on loading a driver. This does not work as the ivars setn_hibma2002-06-171-0/+15
* Set the ivars _after_ checking that the bdev was correctly created insteadn_hibma2002-06-171-2/+2
* clean up some KASSERTS.n_hibma2002-06-171-13/+18
* Remove <sys/select.h> to unbreak the build. I'm not sure if this affectsdes2002-06-161-1/+0
* Rewrite the probe routine. This makes adding drives and quirks more easy.n_hibma2002-06-161-267/+251
* If the HBA is already 'touched', still set maxluns. Othewise formjacob2002-06-161-67/+126
* Add support for ISP_FC_GETHINFO, which returns current connectionmjacob2002-06-161-38/+158
* Extend private adjunct to ATIO to have both tag lun, and extended statemjacob2002-06-161-1/+10
* Force commit (last CVS comment was wrong).mjacob2002-06-161-1/+0
* Add ISP_FC_GETHINFO ioctl.mjacob2002-06-162-1/+30
* Set all 23XX cards as 'touched' (we have trouble, unpredictably, aboutmjacob2002-06-161-241/+73
* Change isp_target_async to a function returning an integer.mjacob2002-06-161-20/+8
* Set default command count to 0xfe. This tells the f/w essentiallymjacob2002-06-161-3/+5
* Add MBOX_DRIVER_HEARTBEAT/MBOX_FW_HEARTBEAT/FC4_FC_SVC defines.mjacob2002-06-161-0/+4
* Roll minor version. Add ISPASYNC_FW_RESTARTED async event. Addmjacob2002-06-161-4/+11
* mdcreate_vnode() isn't correctly clearing things out of the linkedphk2002-06-151-2/+2
* - Turn the hea and hfa HARP storage pools into UMA zones and insertarr2002-06-1410-44/+55
* Add an entry for the US Robotics 2415.nsayer2002-06-141-0/+1
* Use a cv rather than tsleep and friends to do the sleep/wakeupimp2002-06-132-7/+15
* This actually compiles under lint now, by effectively #if 0'ing italfred2002-06-111-5/+0
* - Whitespace only: use return statement consistentlt (return (foo), notsobomax2002-06-101-8/+6
* Fix driver to re-enable sound output on AD1816 based cards caused by anhm2002-06-091-0/+4
* Fix a '<<' that should have been a '>>' in the 48bit case.sos2002-06-081-1/+1
* 0 is not an invalid interrupt in the PCI world (just in the ia32imp2002-06-071-2/+4
* Recognize Adaptec ANA-5910/30/40[A] boards.mdodd2002-06-073-19/+65
* Move some code around.mdodd2002-06-074-16/+18
* Hook up the ahd driver.gibbs2002-06-067-27/+11
* Remove one more multi-line string literal.gibbs2002-06-061-5/+5
* Make sc_saver_keyb_only (sceen saver interrupted by keyboard input only)alfred2002-06-061-1/+1
* Silence GCC warnings about multi-line strings.gibbs2002-06-057-48/+48
* Add some PCI-X register definitions.gibbs2002-06-051-1/+18
OpenPOWER on IntegriCloud