diff options
author | scottl <scottl@FreeBSD.org> | 2007-05-09 15:55:45 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2007-05-09 15:55:45 +0000 |
commit | 389651d8d81f22c0ff6d6e246edb7a86d021d096 (patch) | |
tree | f0f10f1564fc73c4fe31eded8bc8ae2fbce6120c /sys/amd64/conf | |
parent | 8531fb6bb28e0296c5987623d099b38a08ba798a (diff) | |
download | FreeBSD-src-389651d8d81f22c0ff6d6e246edb7a86d021d096.zip FreeBSD-src-389651d8d81f22c0ff6d6e246edb7a86d021d096.tar.gz |
It turns out that the hptiop driver isn't portable after all. Confine it to
amd64 and i386 for now.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r-- | sys/amd64/conf/NOTES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 8bf481a..0fa1a70 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -377,6 +377,10 @@ device hptmv device rr232x # +# Highpoint RocketRaid 3xxx series SATA RAID +device hptiop + +# # IBM (now Adaptec) ServeRAID controllers device ips |