]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Newbusify this driver at an expense of 40 extra lines of code.
[FreeBSD/FreeBSD.git] / sys / dev /
2000-07-10 Warner LoshRemove the XE_DEBUG define. It shouldn't be defined...
2000-07-10 Mark MurrayProvide more splsofttq() protection for the reseed...
2000-07-09 Mark MurrayMake sure that tasks (running out of taskqueue_swi...
2000-07-09 Mark MurraySmall style change; make function names less likely...
2000-07-09 Mark MurrayAdd entropy-harvesting calls.
2000-07-09 Mark MurrayYarrow tweaks; separate the fast and slow reseed tasks...
2000-07-09 Mark MurrayFix bug with a vraiable that needs to be per-process...
2000-07-08 Andrew Gallatinuse contigfree() rather than free() to free memory...
2000-07-07 Duncan BarclayMove newbus detection code to alloc routines.
2000-07-07 Mark MurrayAdd entropy gathering code. This will work whether...
2000-07-06 Nick HibmaProperly fix world.
2000-07-06 Ollivier RobertFix buildworld.
2000-07-05 Bill PaulClose PR# 19617: add support for VIA VT6102 NICs to...
2000-07-05 Nick HibmaUse the packed attribute for the descriptor on the...
2000-07-05 Matt JacobOops! If we're deciding a command is now really dead...
2000-07-05 Matt JacobClean up ISPCTL_ABORT_CMD function to not be too chatty...
2000-07-04 Jun-ichiro itojun... be sure to wipe out m_pkthdr when you set M_PKTHDR...
2000-07-04 Poul-Henning KampPrevious commit changing SYSCTL_HANDLER_ARGS violated...
2000-07-04 Poul-Henning KampFix the "almost clone" semantics.
2000-07-04 Kirk McKusickMove the truncation code out of vn_open and into the...
2000-07-04 Matt JacobA side effect of new 12160 f/w- there is only one set...
2000-07-04 Matt Jacobroll new Qlogic 2200 firmware in place
2000-07-04 Matt Jacobroll new Qlogic 2100 firmware in place
2000-07-04 Matt Jacobroll new 12160.h firmware in place
2000-07-04 Matt JacobRemove obsolete isp_dogactive tag.
2000-07-04 Matt JacobFix completely stupid and idiotiuc sprintfs in isp_inli...
2000-07-04 Matt JacobAdd in config_hook for catching when interrupts are...
2000-07-04 Matt JacobAdd in isp_lock/isp_unlock inlines. Add in an islocked...
2000-07-04 Matt JacobChange delay loop in new isp_mboxcmd to the use of...
2000-07-04 Matt JacobChange startup locking. Use new isp_handle_index function
2000-07-03 Cameron Grantdo-nothing module that depends on all sound drivers
2000-07-03 Cameron Grantadd module metadata. this is a hack, sound drivers...
2000-07-03 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-07-03 Poul-Henning KampStyle police catches up with rev 1.26 of src/sys/sys...
2000-07-03 Peter WemmThis commit was generated by cvs2svn to compensate...
2000-07-02 Gerard Roudier- Various comment fixes and additions.
2000-07-02 Ollivier RobertThis is the patch to make my soundcard, a Creative...
2000-06-29 Paul SaabOnly try to detect Linksys PCMCIA cards when we are...
2000-06-28 Mark MurrayStaticize a variable.
2000-06-28 Roger HardimanUpdate to driver 2.14. Adds new Tuner types for Hauppau...
2000-06-27 Matt JacobFix usage of DELAY (SYS_DELAY is the platform independe...
2000-06-27 Matt JacobAdd in the enabling of interrupts (to isp_attach)....
2000-06-27 Matt JacobClean up private storage so that we can use the spriv_f...
2000-06-27 Matt JacobAdd 8 bits of volatile mailbox busy mask- this will...
2000-06-27 Matt JacobAdd mailbox bitmask macros (numbers of available mailbo...
2000-06-27 Matt JacobAdd an isp_handle_index function- this is prepatory...
2000-06-27 Mark MurrayI am guilty of an act of ommission. There is no longer...
2000-06-26 Gerard Roudier- Fix a harmless compilation warning on Alpha.
2000-06-26 Mark Murraystyle(9) fixes from BDE.
2000-06-26 Roger HardimanUpdate to driver 2.13.
2000-06-26 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-06-25 Mark MurrayFix include for non-module case.
2000-06-25 Mark MurrayFix include for the non-module case.
2000-06-25 Mark MurrayThis commit was generated by cvs2svn to compensate...
2000-06-25 Mark MurrayRemove old entropy-harvesting hooks; this is going...
2000-06-25 Mark MurrayRemove unneeded header.
2000-06-25 Doug RabsonOnly print the diagnostic about extended I/O ports...
2000-06-25 Mark MurrayNew machine-independant /dev/random driver.
2000-06-25 Mark MurrayNew machine independant /dev/null and /dev/zero driver...
2000-06-24 Coleman KaneStupid me, I put the opt_tdfx.h underneath a test for...
2000-06-23 Mike SmithAdd PnP probe methods to some common AT hardware driver...
2000-06-23 Coleman KaneFinish up the fixing of the linux ioctl stuff. Add...
2000-06-23 Coleman KaneMinor redundant #include fix.
2000-06-23 Coleman KaneFixed problem with linux ioctl code, module loading...
2000-06-22 Coleman KanePut RF_SHAREABLE into the bus_alloc_resource call.
2000-06-22 Coleman KaneStick in header, $FreeBSD$.
2000-06-21 Coleman KaneThis really shouldn't be here, fragment left over from...
2000-06-21 Duncan BarclaySubtle Tx bugs - I wonder why the cast wans't picked...
2000-06-21 Coleman KaneFirst import of my 3dfx voodoo driver. Currently it...
2000-06-21 Semen UstimenkoAdded Altima Communications OUI and their AC101 10/100
2000-06-21 Semen UstimenkoAdded support for SMC9432BTX cards.
2000-06-21 Poul-Henning KampCheckpoint commit. I can actually receive HDLC frames...
2000-06-20 Cameron Grantadd record channel irq timeouts too
2000-06-20 Cameron Grantfix a bug where opening for write would not fail if...
2000-06-20 Duncan BarclayMinor tweaks to error messages (after writing man page).
2000-06-20 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-06-19 Brian SomersTerminate aic_ids[]
2000-06-19 Cameron Grantmake mixer reads return the value written instead of...
2000-06-19 David GreenmanImplemented some optimizations which result in 14 fewer...
2000-06-19 Ollivier RobertBring the an(4) fixes to wi(4):
2000-06-18 Ollivier Robert- Add suser check before SIOCSAIRONET.
2000-06-18 Duncan BarclayRemove RECERR from RAY_DEBUG
2000-06-18 Duncan BarclayGeneral tidy up and plough through TODO list.
2000-06-18 Duncan BarclayAdd a desired network parameter structure to runq entries.
2000-06-18 David GreenmanAdded support for the i82559ER (10/100Mbps NIC for...
2000-06-18 Gary JennejohnMF4: add support for the Am79C973.
2000-06-18 Paul SaabAllow newer Linksys 10/100 PCMCIA cards to work.
2000-06-18 Warner LoshMatching commits to pccard for last pcic changes. ...
2000-06-18 Warner LoshAlmost make loading work. This is a checkpoint. With...
2000-06-18 Matt JacobClean up firmware load issues and remove darn near...
2000-06-18 Warner LoshAdd new functions. Also add comments to existing funct...
2000-06-18 Matt JacobRemoving this bulky one large f/w file. This f/w is...
2000-06-18 Matt JacobOnce we have firmware running (if isp_reset) and this...
2000-06-18 Matt JacobRemove all ISP2100_SCCLUN define protected code and...
2000-06-18 Matt JacobRemove all ISP2100_SCCLUN define based code and replace...
2000-06-18 Matt JacobRoll platform minor number. Force definition of SCSI_IS...
2000-06-18 Matt JacobRoll core minor version. Set ISP_MAX_LUNS to be off...
2000-06-18 Matt Jacobadd "disable autodisconnect" flags
2000-06-18 Matt Jacobcleanup i_int_X vs. uint_X definitions
2000-06-18 Matt Jacobadd MBOX_GET_RESOURCE_COUNT command
next