summaryrefslogtreecommitdiffstats
path: root/sys/dev/hptrr
Commit message (Collapse)AuthorAgeFilesLines
* Introduce hw.hptrr.attach_generic loader tunable to deny hptrr drivermav2009-11-081-0/+6
| | | | | | | | attach chips with generic Marvell (non-HighPoint) PCI identification. These chips are also supported by ata(4). Some vendors, like Supermicro, are using same chips without providing HPT RAID BIOS. PR: kern/120842, kern/136750
* Fix a boot hang for hptrr(4) caused by changes introduced in r195534.kensmith2009-08-211-0/+4
| | | | | | | | | | It is necessary to make sure cpi->transport is set for xpt_scan_bus() to work properly. Submitted by: Bernhard Schmidt (scb+freebsd-current <at> techwires <dot> net) Reviewed by: scottl Approved by: re (kib)
* Remove build timestamps from the following files:cperciva2009-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | /boot/kernel/hptrr.ko /etc/mail/*.cf /lib/libcrypto.so.5 /usr/bin/ntpq /usr/sbin/amd /usr/sbin/iasl /usr/sbin/ntpd /usr/sbin/ntpdate /usr/sbin/ntpdc There does not appear to be any purpose to having these timestamps, and they have the irritating consequence that the aforementioned files will be different every time they are rebuilt. After this commit, the only remaining build timestamps are in the kernel, the boot loaders, /usr/include/osreldate.h (the year in the copyright notice), and lib*.a (the timestamps on all of the included .o files). Reviewed by: scottl (hptrr), gshapiro (sendmail), simon (openssl), roberto (ntp), jkim (acpica) Approved by: re (kib)
* Fix a mistake made during the import of the driver. Previous versions ofscottl2008-03-084-7/+7
| | | | | | | HPT drivers would sometimes test the value of a preprocessor definition but not always make sure that the definition existed in the first place, leading to warnings on newer compilers. I blindly assumed the same with this driver, and it turned out to be wrong and to enable some code that doesn't work.
* Fix a symbol conflict between hptrr and hptmvscottl2008-02-062-3/+3
|
* Update the hptrr driver to version 1.2. This adds port multiplier supportscottl2008-02-0611-21365/+22313
| | | | | for several cards. See the Highpoint website for more information. Again, many thanks to Highpoint for their continued support of FreeBSD.
* Hide common prints under bootverbose.sobomax2008-01-151-2/+4
| | | | | Obtained from: src/sys/dev/rr232x/osm_bsd.c, rev.1.2-1.3 MFC after: 2 weeks
* Add the 'hptrr' driver for supporting the following Highpoint RocketRAIDscottl2007-12-1514-0/+27218
cards: o RocketRAID 172x series o RocketRAID 174x series o RocketRAID 2210 o RocketRAID 222x series o RocketRAID 2240 o RocketRAID 230x series o RocketRAID 231x series o RocketRAID 232x series o RocketRAID 2340 o RocketRAID 2522 Many thanks to Highpoint for their continued support of FreeBSD. Submitted by: Highpoint
OpenPOWER on IntegriCloud