aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mly/mly_tables.h
Commit message (Collapse)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326255
* Fix warnings (comment out unused tables that are taking space in thePeter Wemm2002-02-271-0/+4
| | | | | | | kernel) Notes: svn path=/head/; revision=91448
* Merge with latest version of the Mylex 6+ driver.Mike Smith2001-07-141-28/+12
| | | | | | | | | | | | | | | | | - All sources are built in a single object, reducing namespace pollution. - Kill the ready queue, and handle a busy response to mly_start in callers rather than deferring the command. - Improve our interaction with CAM: - Don't advertise physical channels as SCSI busses by default. - use the SIM queue freeze capability rather than queueing CDBs internally. - force bus reprobe at module load time. - Clean up more resources in mly_free. - Tidy up debugging levels. - Tidy up handling of events (mostly just code cleanliness). - Use explanatory macros for operations on bus/target/channel numbers. Notes: svn path=/head/; revision=79695
* This is the initial import of a new driver for the current family ofMike Smith2000-08-231-0/+335
PCI:SCSI RAID controllers from Mylex. Notes: svn path=/head/; revision=64987