aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/mly
Commit message (Collapse)AuthorAgeFilesLines
* mly: Remove.Warner Losh2021-11-251-13/+0
| | | | | | | | | | We'd said this was going away in 13, but was overlooked. Belatedly remove. Sponsored by: Netflix Relnotes: yes Reviewed by: scottl Differential Revision: https://reviews.freebsd.org/D33111
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Merge with latest version of the Mylex 6+ driver.Mike Smith2001-07-141-1/+2
| | | | | | | | | | | | | | | | | - 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
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-5/+6
| | | | Notes: svn path=/head/; revision=70711
* This is the initial import of a new driver for the current family ofMike Smith2000-08-231-0/+11
PCI:SCSI RAID controllers from Mylex. Notes: svn path=/head/; revision=64987