| Summary: | mfi supports ServeRAID M1015 / M1115, update manpage | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Mathieu Simon <freebsd> | ||||
| Component: | Books & Articles | Assignee: | Eitan Adler <eadler> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Mathieu Simon
2012-11-24 18:30:00 UTC
G'day I already added the Intel SRCSAS18E to the patch since I expected it to work too. Now I have the confirmation that this Intel-branded MR 8480E is also recognized and working with 9.1-RC3. SRCSAS144E is the low-profile "brother" of SRCSSAS18E I would guess that this card would also be recognized but I don't have that equipment at hand to verify. Both cards have identical features (except some differnce in form factor and port layout). They are both based on LSI 1068 + Intel IOP333. -- Mathieu Hi all Softly bumping this PR, any objections about updating the manpage? I happily keep running with this new drivers under pfSense 2.1 (BETA) who has backported the driver to RELENG 8.3 via 8-STABLE. It would be great if the manpage would be in sync with real world compatibility :-) Best regards Mathieu Responsible Changed From-To: freebsd-doc->eadler I'll take it. Author: eadler Date: Thu Jan 24 06:30:56 2013 New Revision: 245872 URL: http://svnweb.freebsd.org/changeset/base/245872 Log: Indicate a bunch of new hardware support. PR: docs/173893 Submitted by: Mathieu Simon <mathieu.sim@gmail.com> Approved by: bcr (mentor) Modified: head/share/man/man4/mfi.4 Modified: head/share/man/man4/mfi.4 ============================================================================== --- head/share/man/man4/mfi.4 Thu Jan 24 05:36:37 2013 (r245871) +++ head/share/man/man4/mfi.4 Thu Jan 24 06:30:56 2013 (r245872) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 12, 2010 +.Dd January 24, 2013 .Dt MFI 4 .Os .Sh NAME @@ -85,16 +85,24 @@ LSI MegaRAID SAS 8408E .It LSI MegaRAID SAS 8480E .It +LSI MegaRAID SAS 9240 +.It LSI MegaRAID SAS 9260 .It Dell PERC5 .It Dell PERC6 .It +IBM ServeRAID M1015 SAS/SATA +.It +IBM ServeRAID M1115 SAS/SATA +.It IBM ServeRAID M5015 SAS/SATA .It IBM ServeRAID-MR10i .It +Intel RAID Controller SRCSAS18E +.It Intel RAID Controller SROMBSAS18E .El .Sh FILES _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thanks! sorry for the delay Thank you eadler! |