diff options
author | fjoe <fjoe@FreeBSD.org> | 2010-09-14 21:30:54 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2010-09-14 21:30:54 +0800 |
commit | 0fff1af1a26a0e350f510a10cc6d2dcffd66db63 (patch) | |
tree | d286fef73de8983fa743e9a2ab4d41185dd00171 /net/Makefile | |
parent | b3c328b7d3c8d400f4c48954d571fc64456baee9 (diff) | |
download | freebsd-ports-gnome-0fff1af1a26a0e350f510a10cc6d2dcffd66db63.tar.gz freebsd-ports-gnome-0fff1af1a26a0e350f510a10cc6d2dcffd66db63.tar.zst freebsd-ports-gnome-0fff1af1a26a0e350f510a10cc6d2dcffd66db63.zip |
New port: FreeBSD driver for ATA over Ethernet (AoE)
Port author is Stacey D. Son. Two additional patches are added:
- a patch to fix build on FreeBSD 7 and later [1]
- a patch to fix device detection >2TB [2]
Submitted by: pluknet [1], fjoe [2]
Tested by: George Mamalakis
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index ca82304fd6ab..43fd7a5efe94 100644 --- a/net/Makefile +++ b/net/Makefile @@ -17,6 +17,7 @@ SUBDIR += acx100 SUBDIR += aget SUBDIR += amqp08 + SUBDIR += aoe SUBDIR += apinger SUBDIR += arp-scan SUBDIR += arp-sk |