aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Two minor fixes:Warner Losh2001-04-091-4/+5
* Correctly initialize free_ccbq so that if we fail to attach (as isMatt Jacob2001-04-091-9/+8
* Reinitialise the DSP and mixer after a resume from suspendGeorge C A Reid2001-04-081-0/+21
* add a software sample rate conversion feeder. this uses linearCameron Grant2001-04-081-0/+175
* minor tweaks in speed and format setting routines.Cameron Grant2001-04-083-62/+69
* fix feeder initialisation methods to return correct result codes.Cameron Grant2001-04-081-3/+3
* if the feeder chain returned no data, do not try to acquire the data.Cameron Grant2001-04-081-1/+2
* Add yet another chip revision of the ES1371 which requires initialisationGeorge C A Reid2001-04-081-1/+2
* Add id for the IO Data ET/TNick Hibma2001-04-071-0/+1
* Quieten when re-triggering.Orion Hodson2001-04-071-0/+4
* use correct contants (from net/ethernet.h)Alfred Perlstein2001-04-061-2/+2
* replace hardcoded 1518 with ETHER_MAX_LENAlfred Perlstein2001-04-061-1/+1
* Add ATA66 and ATA100 mode support for Acer chipsets.Søren Schmidt2001-04-061-4/+47
* More error handling cleanups.Søren Schmidt2001-04-051-14/+11
* On burners that return faulty ready on fixate, wait for theSøren Schmidt2001-04-051-33/+45
* Add new flag ATPR_F_QUIET to atapi_request.Søren Schmidt2001-04-053-39/+39
* Correct the sysctl names to match the tuneables.Søren Schmidt2001-04-051-3/+4
* test should be for == 0, not < 0Alfred Perlstein2001-04-051-1/+1
* WI_TIMEOUT is 65536Alfred Perlstein2001-04-051-3/+2
* Don't leak resources:Alfred Perlstein2001-04-051-5/+12
* Don't allow immediate values of 0 for operations that can take either anKenneth D. Merry2001-04-041-0/+5
* Redo a lot of the target mode infrastructure to be cognizant of Dual BusMatt Jacob2001-04-041-188/+215
* call a watchdog timeout like it is.Alfred Perlstein2001-04-041-1/+1
* Roll platform minor.Matt Jacob2001-04-041-15/+11
* Complete some Ansification. Check to make sure, in tdma_mk, that we won'tMatt Jacob2001-04-041-17/+37
* Perform some more Ansification. Remove and then replace the isp_putback_atioMatt Jacob2001-04-041-84/+49
* Amazing. The bits to enable tagged queing in target mode, grok that aMatt Jacob2001-04-041-11/+29
* Add some target mode definitions and firmware (FC only) attribute definitions.Matt Jacob2001-04-041-0/+13
* Ansification of source.Matt Jacob2001-04-041-1/+1
* After loading f/w, for FC cards print out Firmware Attributes.Matt Jacob2001-04-041-51/+72
* Centralize DMA buffer configuration.Orion Hodson2001-04-041-53/+38
* Doh! Last second change introduced two compile warnings. Fix them.Warner Losh2001-04-041-2/+2
* Try to INIT the cards up to 5 times in a row rather than just once.Warner Losh2001-04-041-9/+15
* Again initialize a mutex well, then lock it.Seigo Tanimura2001-04-031-1/+3
* Fix probing on the alpha. It still causes the alpha to panic duringPaul Saab2001-04-031-1/+1
* Remove bogus block device major now that bdev majors are gone.John Baldwin2001-04-021-2/+1
* Regen.Nick Hibma2001-04-022-2/+18
* Add Agate Q-Drive.Nick Hibma2001-04-021-0/+4
* Regen.Nick Hibma2001-04-022-8/+204
* Sync with NetBSD usbdevsNick Hibma2001-04-021-16/+56
* Make an attempt to get the asr driver to compile on Alpha by fixing some i386Scott Long2001-04-011-1/+11
* make code use strxxx() callsAlfred Perlstein2001-04-011-11/+3
* Merged from sys/dev/aic/aic_isa.c revision 1.7.Yoshihiro Takahashi2001-04-011-1/+5
* Change ahc_update_pending_scbs() so that it safe to be calledJustin T. Gibbs2001-04-011-0/+11
* Change the previous commit to be in style(9)Jesper Skriver2001-03-301-2/+1
* Fix a couple style nits, no code changes. Turn one magic number intoBill Paul2001-03-292-19/+23
* Since -CURRENT requires module dependencies to actually be correct forBrian Feldman2001-03-291-0/+1
* - Added suspend/resume support.Orion Hodson2001-03-292-229/+319
* fix a number of printf format string warnings inside DEBUG ifdefsAndrew Gallatin2001-03-291-14/+15
* Fix building NEWCARD again, by includingJesper Skriver2001-03-291-0/+2