summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Don't allow immediate values of 0 for operations that can take either anken2001-04-041-0/+5
* Redo a lot of the target mode infrastructure to be cognizant of Dual Busmjacob2001-04-041-188/+215
* call a watchdog timeout like it is.alfred2001-04-041-1/+1
* Roll platform minor.mjacob2001-04-041-15/+11
* Complete some Ansification. Check to make sure, in tdma_mk, that we won'tmjacob2001-04-041-17/+37
* Perform some more Ansification. Remove and then replace the isp_putback_atiomjacob2001-04-041-84/+49
* Amazing. The bits to enable tagged queing in target mode, grok that amjacob2001-04-041-11/+29
* Add some target mode definitions and firmware (FC only) attribute definitions.mjacob2001-04-041-0/+13
* Ansification of source.mjacob2001-04-041-1/+1
* After loading f/w, for FC cards print out Firmware Attributes.mjacob2001-04-041-51/+72
* Centralize DMA buffer configuration.orion2001-04-041-53/+38
* Doh! Last second change introduced two compile warnings. Fix them.imp2001-04-041-2/+2
* Try to INIT the cards up to 5 times in a row rather than just once.imp2001-04-041-9/+15
* Again initialize a mutex well, then lock it.tanimura2001-04-031-1/+3
* Fix probing on the alpha. It still causes the alpha to panic duringps2001-04-031-1/+1
* Remove bogus block device major now that bdev majors are gone.jhb2001-04-021-2/+1
* Regen.n_hibma2001-04-022-2/+18
* Add Agate Q-Drive.n_hibma2001-04-021-0/+4
* Regen.n_hibma2001-04-022-8/+204
* Sync with NetBSD usbdevsn_hibma2001-04-021-16/+56
* Make an attempt to get the asr driver to compile on Alpha by fixing some i386scottl2001-04-011-1/+11
* make code use strxxx() callsalfred2001-04-011-11/+3
* Merged from sys/dev/aic/aic_isa.c revision 1.7.nyan2001-04-011-1/+5
* Change ahc_update_pending_scbs() so that it safe to be calledgibbs2001-04-011-0/+11
* Change the previous commit to be in style(9)jesper2001-03-301-2/+1
* Fix a couple style nits, no code changes. Turn one magic number intowpaul2001-03-292-19/+23
* Since -CURRENT requires module dependencies to actually be correct forgreen2001-03-291-0/+1
* - Added suspend/resume support.orion2001-03-292-229/+319
* fix a number of printf format string warnings inside DEBUG ifdefsgallatin2001-03-291-14/+15
* Fix building NEWCARD again, by includingjesper2001-03-291-0/+2
* aic7770.c:gibbs2001-03-299-310/+371
* Regenerate correctly.peter2001-03-292-2/+2
* Hint: usbdevs_data.h and usbdevs.h are marked:peter2001-03-291-0/+1
* Small patch is required to the USB susbsystem to include support forphk2001-03-283-0/+8
* Typo fix. s/criticale_t/critical_t/peter2001-03-282-2/+2
* In case the driver runs on an HP NetRaid controller, attempt to properlyhm2001-03-281-3/+37
* Catch up to header include changes:jhb2001-03-2813-0/+14
* Back out previous commit until I figure out a way to do it properly.jlemon2001-03-281-11/+1
* Fix nasty corruption problem where a 64bit variable was being usedmarkm2001-03-281-8/+6
* Add support for the Addtron AWA100 PCI wireless card.alfred2001-03-282-16/+157
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-284-203/+168
* Last commit was broken.. It always prints '[CTRL-C to abort]'.ps2001-03-283-35/+6
* Use PLAY_MSF instead of PLAY_BIG when doing audio play.sos2001-03-273-31/+36
* Change the dump routines to only abort if control-c is pressed.ps2001-03-273-3/+9
* Rewrite of the CAM error recovery code.ken2001-03-272-0/+6
* limit the amount of retries when sending data to prevent lockups.alfred2001-03-271-2/+9
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-2663-74/+2
* fix whitespace bogonscg2001-03-257-188/+188
* release resources if one of the speculative probes in opti_detect() fails,cg2001-03-251-7/+12
* the softc is not a mutex, don't try to lock it.cg2001-03-251-2/+2
OpenPOWER on IntegriCloud