Index of /~yongari/vte/
This is vte(4) diff for 7.4-RELEASE and 8.2-RELEASE. If you're
tracking stable/8 or stable/7 you don't have to apply patches in
this directory. vte(4) was already merged to both stable/8 and
stable/7 as of Feb 4 2011.
How to install vte(4):
- You should have installed kernel sources.
For 8.2-RELEASE users:
- %su -
- #cd /tmp
- #fetch http://people.freebsd.org/~yongari/vte/vte.8.2.patch1.diff
- #fetch http://people.freebsd.org/~yongari/vte/vte.8.2.patch2.diff
- #cd /usr/src
- #mkdir /usr/src/sys/dev/vte
- #mkdir /usr/src/sys/modules/vte
- #patch < /tmp/vte.8.2.patch1.diff
- #patch < /tmp/vte.8.2.patch2.diff
Then rebuild kernel and reboot to get working driver.
For 7.4-RELEASE users:
- %su -
- #cd /tmp
- #fetch http://people.freebsd.org/~yongari/vte/vte.7.4.patch1.diff
- #fetch http://people.freebsd.org/~yongari/vte/vte.7.4.patch2.diff
- #cd /usr/src
- #mkdir /usr/src/sys/dev/vte
- #mkdir /usr/src/sys/modules/vte
- #patch < /tmp/vte.7.4.patch1.diff
- #patch < /tmp/vte.7.4.patch2.diff
Then rebuild kernel and reboot to get working driver.
If you find any bugs, please open a PR about that.
See http://www.freebsd.org/send-pr.html for more information.
Thanks.