aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* aic7770.c:Justin T. Gibbs2001-03-299-308/+369
* Regenerate correctly.Peter Wemm2001-03-292-2/+2
* Hint: usbdevs_data.h and usbdevs.h are marked:Peter Wemm2001-03-291-0/+1
* Small patch is required to the USB susbsystem to include support forPoul-Henning Kamp2001-03-283-0/+8
* Typo fix. s/criticale_t/critical_t/Peter Wemm2001-03-282-2/+2
* In case the driver runs on an HP NetRaid controller, attempt to properlyHellmuth Michaelis2001-03-281-3/+37
* Catch up to header include changes:John Baldwin2001-03-2813-0/+14
* Back out previous commit until I figure out a way to do it properly.Jonathan Lemon2001-03-281-11/+1
* Fix nasty corruption problem where a 64bit variable was being usedMark Murray2001-03-281-8/+6
* Add support for the Addtron AWA100 PCI wireless card.Alfred Perlstein2001-03-282-16/+157
* Switch from save/disable/restore_intr() to critical_enter/exit().John Baldwin2001-03-284-203/+168
* Last commit was broken.. It always prints '[CTRL-C to abort]'.Paul Saab2001-03-283-35/+6
* Use PLAY_MSF instead of PLAY_BIG when doing audio play.Søren Schmidt2001-03-273-31/+36
* Change the dump routines to only abort if control-c is pressed.Paul Saab2001-03-273-3/+9
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-272-0/+6
* limit the amount of retries when sending data to prevent lockups.Alfred Perlstein2001-03-271-2/+9
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-2663-74/+2
* fix whitespace bogonsCameron Grant2001-03-257-188/+188
* release resources if one of the speculative probes in opti_detect() fails,Cameron Grant2001-03-251-7/+12
* the softc is not a mutex, don't try to lock it.Cameron Grant2001-03-251-2/+2
* Remove some unused stuffPeter Wemm2001-03-251-27/+1
* Allow bog-standard ioctls through. There are really handled inMark Murray2001-03-251-1/+9
* mega-commit.Cameron Grant2001-03-2444-1881/+2190
* Add #if'ed support for the future option CAM_NEW_TRAN_CODE.Gerard Roudier2001-03-241-57/+236
* when writing to one of the setup registers, a 32-bit write is required.Cameron Grant2001-03-241-2/+3
* Add bandaid to get ISA only systems to link.Søren Schmidt2001-03-241-0/+44
* Silence (harmless) warnings.Mark Murray2001-03-241-0/+1
* add support for opti924 and opti930 chipsCameron Grant2001-03-242-7/+270
* Fix the problem with some drives not reporting back when theSøren Schmidt2001-03-233-15/+19
* A few fixes..Archie Cobbs2001-03-233-39/+15
* * power up the external amplifierCameron Grant2001-03-231-1/+2
* Now that I have a pair of CreditCard Netwave Adapter, tweak the ejectWarner Losh2001-03-231-2/+0
* devfs convertion used VINUMRMINOR incorrectly (passing args inAlfred Perlstein2001-03-221-3/+3
* Create /dev/afaN as a symlink to /dev/aacN. This allows the CLI tools fromScott Long2001-03-221-0/+2
* First step towards making loadable modules independent of havingWarner Losh2001-03-223-6/+47
* Sync to last changes.Warner Losh2001-03-221-1/+4
* Add zoom air 4000.Warner Losh2001-03-221-0/+1
* Style(9) changes:Warner Losh2001-03-221-32/+26
* add/correct a bunch of codec idsCameron Grant2001-03-221-9/+40
* Back out rev 1.4. The advertised 64K limit on transfers only applies whenScott Long2001-03-211-4/+11
* The size of the disk can't be gotten reliably with the read capacitySøren Schmidt2001-03-212-24/+12
* Change type of channel speed variable from "int" to "u_int32_t" toOrion Hodson2001-03-211-1/+1
* Change ordering of SPDIF register pokes. SPDIF enable needs to be theOrion Hodson2001-03-211-4/+2
* Set the device names as early as possible.Søren Schmidt2001-03-213-9/+17
* Handle the case where the last piece of a RAID0 (striped) disk isSøren Schmidt2001-03-211-4/+16
* Cleanup the diskerr messages a bit.Søren Schmidt2001-03-211-2/+3
* Do not change/get mode on a nonexisting device.Søren Schmidt2001-03-211-6/+10
* For parallel SCSI, let us now do status with the final CTIO. For the 1080,Matt Jacob2001-03-211-1/+4