16 February 2007

Adding support for Netcell NC3000 card to FreeBSD

On the FreeBSD CVS repository, in /src/sys/dev/ata (http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ata/), there seems to have been added support for NC3000/5000 chipsets.

We can confirm that sysinstall still gives a warning message regarding geometry, but it works anyway!

@ 2007-02-11 23:46:45 UTC:

Modified files: (Branch: RELENG_6)
sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h
Log:
MFC: Add support for the NetCell NC3000/5000 series SATA RAID cards.

Reviewed by: sos
Approved by: imp (mentor)

Revision Changes Path
1.126.2.16 +45 -0 src/sys/dev/ata/ata-chipset.c
1.105.2.5 +4 -0 src/sys/dev/ata/ata-pci.c
1.49.2.11 +4 -0 src/sys/dev/ata/ata-pci.h

Documented @ 2007-02-12 05:37:55 UTC:

Modified files: (Branch: RELENG_6)
share/man/man4 ata.4
Log:
MFC: rev. 1.71 + part of 1.69

- Document NetCell NC3000 and NC5000 support.
- New supported ALI and ServerWorks chipsets.

Revision Changes Path
1.52.2.10 +5 -3 src/share/man/man4/ata.4

No comments: