summaryrefslogtreecommitdiff
path: root/net/aoe/files/patch-aoenet.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/aoe: fix build on non-x86Chad Fraleigh2023-09-101-140/+108
| | | | | | | | | | | | | | | | | | | While we are at it: - remove BROKEN_... lines for FreeBSD versions out of support - drop homegrown do-install in favour of USES=uidfix - install kernel module into standard location - attempt to fix the build on FreeBSD 13 Still doesn't work on FreeBSD 13.2. While it builds, the code now fails at runtime, apparently when it tries to dereference vnet_entry_ifnet in the line IFNET_FOREACH(ifp) in aoenet_xmitbcast. PR: 239891
* net/aoe: fix build on FreeBSD 12Chad Fraleigh2023-08-091-0/+51
| | | | | | | | | | | | Still broken on FreeBSD 13+, but for a different reason now: aoenet.c:313:22: error: use of undeclared identifier 'ifnet'; did you mean 'ifunit'? IFNET_FOREACH(ifp, &ifnet, if_link) { ^~~~~ ifunit PR: 239891 MFH: 2023Q3
* Unbreak on CURRENTMax Khon2017-10-181-20/+24
| | | | Notes: svn path=/head/; revision=452313
* Fix build on head.Gleb Smirnoff2014-10-021-5/+69
| | | | | | | Approved by: bapt Notes: svn path=/head/; revision=369837
* Unbreak on -CURRENT.Max Khon2014-09-131-6/+54
| | | | Notes: svn path=/head/; revision=368134
* Unbreak on -CURRENT.Max Khon2014-08-311-5/+9
| | | | Notes: svn path=/head/; revision=366808
* Unbreak on -CURRENT.Max Khon2014-08-311-7/+13
| | | | Notes: svn path=/head/; revision=366807
* Unbreak on FreeBSD 11 (32-bit ifi_mtu).Max Khon2014-06-051-1/+13
| | | | Notes: svn path=/head/; revision=356624
* Unbreak on -CURRENT: M_DONTWAIT -> M_NOWAIT.Max Khon2014-02-091-2/+29
| | | | Notes: svn path=/head/; revision=343431
* Unbreak build on FreeBSD 10 (new mbuf API).Max Khon2013-11-181-3/+22
| | | | Notes: svn path=/head/; revision=334200
* New port: FreeBSD driver for ATA over Ethernet (AoE)Max Khon2010-09-141-0/+25
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 Notes: svn path=/head/; revision=261148