aboutsummaryrefslogtreecommitdiff
path: root/net/isboot-kmod
Commit message (Collapse)AuthorAgeFilesLines
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-221-0/+3
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441468
* net/isboot-kmod: fix build on 11-currentKurt Jaeger2016-05-062-0/+51
| | | | | | | | | | | | | | | Commit r293886 removed rtrequest() from sys/net/route.c in 11-CURRENT. This update patches isboot.c to call rtrequest_fib() instead. I have already sent the patch to the isboot maintainer, so hopefully this is only needed until the next point release. This allows the port to build on 11-CURRENT as well as 10.x. PR: 209024 Submitted by: John Nielsen <john@jnielsen.net> (maintainer) Notes: svn path=/head/; revision=414706
* Upgrade to 0.2.13.Vanilla I. Shu2015-11-072-3/+3
| | | | | | | | PR: 204313 Submitted by: maintainer Notes: svn path=/head/; revision=401000
* net/isboot-kmod: 0.2.10 -> 0.2.11Kurt Jaeger2015-09-253-59/+3
| | | | | | | | | | | | | - patches upstreamed - added header values to be more independent from base iSCSI - limited builtin initiator to handle login sequence PR: 203324 Submitted by: Daisuke Aoyama <aoyama@peach.ne.jp> (upstream) Approved by: John Nielsen <john@jnielsen.net> (maintainer) Notes: svn path=/head/; revision=397845
* New port: net/isboot-kmodKurt Jaeger2015-09-245-0/+100
This installs Daisuke Aoyama's isboot kernel module, which allows booting FreeBSD directly from an iSCSI root disk. If your BIOS supports iSCSI you may configure your target settings in the BIOS and boot directly. If not, you may PXE boot using software that contains iSCSI support such as iPXE. The module reads the iSCSI Boot Firmware Table (IBFT) to configure the network and re-attach the volume once the kernel begins execution. WWW: http://shell.peach.ne.jp/aoyama/archives/2115 (Japanese) PR: 203294 Submitted by: John Nielsen <john@jnielsen.net> Notes: svn path=/head/; revision=397686