aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Turn on parity error reporting before configuring external sram. ThisJustin T. Gibbs2000-01-081-14/+21
* Leave the SOFS value (number of StartOfFrames to wait while fillingBill Paul2000-01-081-0/+6
* Really enable external SCB ram on Ultra2 capable controllers.Justin T. Gibbs2000-01-081-3/+9
* Update copyrights to Y2K.Justin T. Gibbs2000-01-076-189/+311
* Add detection logic for the U160 family of adaptec controllers. TheseJustin T. Gibbs2000-01-071-145/+311
* Add the vendor and device IDs for a whole bunch of additional USBBill Paul2000-01-076-2/+119
* Grrrr, this time it should be right, I need sleep - badly...Søren Schmidt2000-01-071-2/+2
* This is not my lucky day :(Søren Schmidt2000-01-071-1/+1
* Guard against transfers of zero length given to *strategy.Søren Schmidt2000-01-073-2/+16
* Set PIO mode in all cases.Søren Schmidt2000-01-071-1/+7
* New ATAPI burner utility API, replaces the wormio API.Søren Schmidt2000-01-063-137/+103
* Cleanups: remove stale comments left over from when I cloned the ADMtekBill Paul2000-01-062-17/+1
* Checkpoint of today's changes. We now get to the point where the pccardWarner Losh2000-01-067-137/+121
* Merge most of FDC_YE into the mainline driver.Warner Losh2000-01-062-75/+31
* allow mixer-only devices - ie, devices with no play/rec channelsCameron Grant2000-01-061-14/+24
* Update copyright date for Y2K (did the other files but forgot this one).Bill Paul2000-01-051-1/+5
* Don't tsleep with PCATCH, it's a wonderful way to hang the system.Greg Lehey2000-01-051-5/+6
* Add missing header file.Greg Lehey2000-01-051-0/+1
* don't panic if channel init fails, report and fail gracefullyCameron Grant2000-01-052-3/+10
* Correct the vendor ID for KLSI: it's actually 0x5e9. 0x3e8 is theBill Paul2000-01-055-15/+23
* Make the evil broken pnpbios compensation slightly less evil.Peter Wemm2000-01-051-15/+20
* Doh. Forgot to add the entry for the 3Com 3c19250 to the supportedBill Paul2000-01-051-0/+2
* Do not attempt to load the firmware a second time. If you reboot yourBill Paul2000-01-051-1/+59
* Zap pci_map_dense() and pci_map_bwx() - they were for compatability butPeter Wemm2000-01-051-2/+0
* Patch up some of the evilness left over from the early newbus porting.Peter Wemm2000-01-051-83/+134
* Explicitly type large scalar parameters to avoid compilation warningsGreg Lehey2000-01-051-19/+10
* When attaching a plex to a volume with 'up' subdisks, make the plexesGreg Lehey2000-01-051-10/+12
* Correct printf format for pointers to avoid compilation warnings onGreg Lehey2000-01-051-16/+16
* Correct printf format for pointers to avoid compilation warnings onGreg Lehey2000-01-051-11/+23
* Modify the manner in which we lock RAID-5 plexes. This appears toGreg Lehey2000-01-053-7/+15
* Change the name of the define 'SPACETAB' (originally 'isspace') toGreg Lehey2000-01-051-4/+19
* Include basename() function even if the system isn't i386.Greg Lehey2000-01-051-7/+11
* Add the keywords 'mv' and 'move'.Greg Lehey2000-01-051-0/+3
* Add function moveobject, which currently moves subdisks to differentGreg Lehey2000-01-051-0/+44
* Add VINUM_MOVE ioctl.Greg Lehey2000-01-051-43/+45
* Explicitly type large scalar parameters to avoid compilation warningsGreg Lehey2000-01-051-8/+6
* Add declaration for give_sd_to_drive, needed for the 'move' command.Greg Lehey2000-01-051-1/+2
* Set P_SYSTEM in the daemon proc structure to alleviate delays onGreg Lehey2000-01-051-7/+8
* Explicitly type large scalar parameters to avoid compilation warningsGreg Lehey2000-01-051-10/+18
* Add device driver support for USB ethernet adapters based on theBill Paul2000-01-057-9/+2025
* argh, forgot the bus_dma_tag_creates.Cameron Grant2000-01-055-4/+8
* set up the pci regs properly for busmastering. this makes the card work onCameron Grant2000-01-051-0/+3
* allocate isa bounce buffers of the right size for ess/mss cards, fixesCameron Grant2000-01-054-8/+14
* oop, use PRINTF not printf in MI codeMatt Jacob2000-01-041-1/+1
* - Fixed warnings.Yoshihiro Takahashi2000-01-041-132/+132
* Clean up some debug printing. Find the correct lun when SCCLUN isMatt Jacob2000-01-041-25/+43
* Make Fibre Channel cards correctly note the presence/absenceMatt Jacob2000-01-041-3/+11
* set default target mode debug to 0Matt Jacob2000-01-041-1/+1
* add clarifying tag define for FCMatt Jacob2000-01-041-0/+1
* Add in an isp_tdebug environment variable. Clean up some debuggingMatt Jacob2000-01-041-10/+65