aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Regen.Nick Hibma2000-07-172-12/+156
* Lots of new device Ids. From NetBSD.Nick Hibma2000-07-171-5/+35
* Roll back target mode f/w to 7.55- 7.65 hangs when presented with aMatt Jacob2000-07-171-1967/+1855
* Add some detection code for the InSystem USB cable (ATAPI support not yetNick Hibma2000-07-161-1/+14
* Don't break the ability to debug the kernel when gathering entropy.Mark Murray2000-07-161-1/+2
* Apply patch to the dc driver to handle Macronix MX98715AEC-C/D/E chips,Bill Paul2000-07-152-7/+33
* Shorten 49m attr resetting expressionAndrey A. Chernov2000-07-151-2/+1
* Reset corresponding color attributes on 39m and 49mAndrey A. Chernov2000-07-151-16/+17
* Close PR# 19904: remember to call sf_setmulti() when initializing theBill Paul2000-07-141-0/+5
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-1333-145/+61
* Add support for Intel's i810 chipset with integrated graphics. AnDoug Rabson2000-07-124-4/+518
* This in essence completes the receive path.Poul-Henning Kamp2000-07-121-117/+426
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-111-9/+9
* Add attribute memory setup warningsDuncan Barclay2000-07-111-37/+86
* Storing to a pointer is (effectively) atomic; no need to protect thisMark Murray2000-07-114-20/+4
* I think I need to move the newly static variables to the random_stateMark Murray2000-07-112-12/+10
* Finally merge newmidi.Seigo Tanimura2000-07-1120-78/+10949
* One should never allocate 4-kilobyte structs and such on the interruptBrian Feldman2000-07-112-4/+12
* Remove the XE_DEBUG define. It shouldn't be defined now that thingsWarner Losh2000-07-101-2/+3
* Provide more splsofttq() protection for the reseed task (running out ofMark Murray2000-07-102-2/+28
* Make sure that tasks (running out of taskqueue_swi at splsofttq)Mark Murray2000-07-092-0/+10
* Small style change; make function names less likely to clash withMark Murray2000-07-092-14/+14
* Add entropy-harvesting calls.Mark Murray2000-07-092-0/+10
* Yarrow tweaks; separate the fast and slow reseed tasks so that they don'tMark Murray2000-07-094-22/+28
* Fix bug with a vraiable that needs to be per-process, not static;Mark Murray2000-07-092-16/+24
* use contigfree() rather than free() to free memory allocated withAndrew Gallatin2000-07-081-4/+6
* Move newbus detection code to alloc routines.Duncan Barclay2000-07-071-50/+68
* Add entropy gathering code. This will work whether the module isMark Murray2000-07-078-242/+730
* Properly fix world.Nick Hibma2000-07-062-2/+2
* Fix buildworld.Ollivier Robert2000-07-061-0/+2
* Close PR# 19617: add support for VIA VT6102 NICs to VIA Rhine driver.Bill Paul2000-07-052-0/+3
* Use the packed attribute for the descriptor on the wireNick Hibma2000-07-052-2/+4
* Oops! If we're deciding a command is now really dead, make *darned*Matt Jacob2000-07-051-0/+9
* Clean up ISPCTL_ABORT_CMD function to not be too chatty if it succeeds,Matt Jacob2000-07-051-7/+14
* be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointerJun-ichiro itojun Hagino2000-07-042-1/+2
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-042-2/+2
* Fix the "almost clone" semantics.Poul-Henning Kamp2000-07-041-6/+11
* Move the truncation code out of vn_open and into the open system callKirk McKusick2000-07-042-4/+5
* A side effect of new 12160 f/w- there is only one set whether targetMatt Jacob2000-07-041-4/+1
* roll new Qlogic 2200 firmware in placeMatt Jacob2000-07-041-4473/+5181
* roll new Qlogic 2100 firmware in placeMatt Jacob2000-07-041-3952/+4556
* roll new 12160.h firmware in placeMatt Jacob2000-07-041-3928/+2336
* Remove obsolete isp_dogactive tag.Matt Jacob2000-07-041-1/+1
* Fix completely stupid and idiotiuc sprintfs in isp_inline.h withMatt Jacob2000-07-041-36/+19
* Add in config_hook for catching when interrupts are safe- this allowsMatt Jacob2000-07-041-72/+91
* Add in isp_lock/isp_unlock inlines. Add in an islocked/intsok flagMatt Jacob2000-07-041-9/+82
* Change delay loop in new isp_mboxcmd to the use of the new MBOX_WAIT_COMPLETEMatt Jacob2000-07-041-7/+2
* Change startup locking. Use new isp_handle_index functionMatt Jacob2000-07-041-20/+16
* do-nothing module that depends on all sound driversCameron Grant2000-07-031-0/+70
* add module metadata. this is a hack, sound drivers will eventually present aCameron Grant2000-07-0319-27/+85