Deleted Added
full compact
00README (150789) 00README (215334)
1$FreeBSD: head/sys/dev/firewire/00README 150789 2005-10-01 18:56:19Z glebius $
1$FreeBSD: head/sys/dev/firewire/00README 215334 2010-11-15 05:25:51Z dougb $
2
3IEEE 1394 support for FreeBSD-5.X and 4.X.
4
51. Introduction
6
7 This tarball contains IEEE1394(FireWire) driver which is first
8 written by Katsushi Kobayashi[1] <ikob@koganei.wide.ad.jp> and
9 modified by Hidetoshi Shimokawa <simokawa@freebsd.org>.

--- 29 unchanged lines hidden (view full) ---

39 Suppose you have kernel source at /sys.
40
41 - Extract tarball at root directory.
42 - cd /sys/dev/firewire
43 - make
44 - make install
45 - make load
46
2
3IEEE 1394 support for FreeBSD-5.X and 4.X.
4
51. Introduction
6
7 This tarball contains IEEE1394(FireWire) driver which is first
8 written by Katsushi Kobayashi[1] <ikob@koganei.wide.ad.jp> and
9 modified by Hidetoshi Shimokawa <simokawa@freebsd.org>.

--- 29 unchanged lines hidden (view full) ---

39 Suppose you have kernel source at /sys.
40
41 - Extract tarball at root directory.
42 - cd /sys/dev/firewire
43 - make
44 - make install
45 - make load
46
47 For FreeBSD-4 user:
48
49 - ./MAKEDEV
50
513. SBP-II support (sbp)
52
53 - You need CAM(SCSI) support in your kernel.
54 If you are using FreeBSD-5 before 2002/03/23 or FreeBSD-4 before
55 2002/4/8, you need to apply CAM-patch in this archive
56 to handle HDD's(T_RBC or T_DIRECT which doesn't support READ_6).
57
58 - If you connect a few firewire devices only, try the following to

--- 94 unchanged lines hidden ---
473. SBP-II support (sbp)
48
49 - You need CAM(SCSI) support in your kernel.
50 If you are using FreeBSD-5 before 2002/03/23 or FreeBSD-4 before
51 2002/4/8, you need to apply CAM-patch in this archive
52 to handle HDD's(T_RBC or T_DIRECT which doesn't support READ_6).
53
54 - If you connect a few firewire devices only, try the following to

--- 94 unchanged lines hidden ---