aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-032-2/+2
* - Various comment fixes and additions.Gerard Roudier2000-07-022-264/+59
* This is the patch to make my soundcard, a Creative Ensoniq AudioPCI (anOllivier Robert2000-07-021-3/+6
* Only try to detect Linksys PCMCIA cards when we are in a pccardPaul Saab2000-06-293-22/+18
* Staticize a variable.Mark Murray2000-06-282-2/+2
* Update to driver 2.14. Adds new Tuner types for Hauppauge WinTV cardsRoger Hardiman2000-06-284-77/+126
* Fix usage of DELAY (SYS_DELAY is the platform independent localMatt Jacob2000-06-271-468/+381
* Add in the enabling of interrupts (to isp_attach). Clean up a bustedMatt Jacob2000-06-271-34/+93
* Clean up private storage so that we can use the spriv_field0 toMatt Jacob2000-06-271-12/+33
* Add 8 bits of volatile mailbox busy mask- this will be the bitmask ofMatt Jacob2000-06-271-3/+5
* Add mailbox bitmask macros (numbers of available mailbox registersMatt Jacob2000-06-271-1/+9
* Add an isp_handle_index function- this is prepatory to loading more intoMatt Jacob2000-06-271-3/+15
* I am guilty of an act of ommission. There is no longer a /dev/urandomMark Murray2000-06-272-2/+12
* - Fix a harmless compilation warning on Alpha.Gerard Roudier2000-06-263-19/+62
* style(9) fixes from BDE.Mark Murray2000-06-264-4/+4
* Update to driver 2.13.Roger Hardiman2000-06-269-240/+306
* Fix include for non-module case.Mark Murray2000-06-252-2/+2
* Fix include for the non-module case.Mark Murray2000-06-252-2/+2
* Remove old entropy-harvesting hooks; this is going to be re-engineeredMark Murray2000-06-251-7/+0
* Remove unneeded header.Mark Murray2000-06-253-3/+0
* Only print the diagnostic about extended I/O ports if bootverbose is true.Doug Rabson2000-06-251-2/+4
* New machine-independant /dev/random driver.Mark Murray2000-06-256-0/+800
* New machine independant /dev/null and /dev/zero driver. This device isMark Murray2000-06-252-0/+274
* Stupid me, I put the opt_tdfx.h underneath a test for TDFX_LINUX, whichColeman Kane2000-06-242-4/+9
* Add PnP probe methods to some common AT hardware drivers. In each case,Mike Smith2000-06-231-0/+44
* Finish up the fixing of the linux ioctl stuff. Add line to remove the devColeman Kane2000-06-232-1/+6
* Minor redundant #include fix.Coleman Kane2000-06-231-1/+0
* Fixed problem with linux ioctl code, module loading should work now.Coleman Kane2000-06-232-0/+59
* Put RF_SHAREABLE into the bus_alloc_resource call.Coleman Kane2000-06-221-1/+1
* Stick in header, $FreeBSD$.Coleman Kane2000-06-224-28/+188
* This really shouldn't be here, fragment left over from the tarball.Coleman Kane2000-06-211-2/+0
* Subtle Tx bugs - I wonder why the cast wans't picked up...Duncan Barclay2000-06-211-4/+4
* First import of my 3dfx voodoo driver. Currently it supports the Voodoo Graph...Coleman Kane2000-06-215-0/+876
* Added Altima Communications OUI and their AC101 10/100Semen Ustimenko2000-06-213-0/+14
* Added support for SMC9432BTX cards.Semen Ustimenko2000-06-213-11/+87