Lines Matching +full:host +full:- +full:to +full:- +full:chip

2 IEEE 1394 support for FreeBSD-5.X and 4.X.
12 named firewire-2002XXXX.tar.gz
16 - fwohci.c/fwohci_pci.c
18 - IEEE1394 link/phy chip control
19 - firewire.c
20 Chip independent driver
21 - CSR
22 - Transaction
23 - Character devices for userland
24 - fwmem.c
26 - sbp.c
27 SBP-II[3] (a.k.a. SCSI over FireWire) driver
29 - if_fwe.c
30 NON-Standard implementation of Ethernet over FireWire.
32 - bus_mgm.c (userland)
40 - Extract tarball at root directory.
41 - cd /sys/dev/firewire
42 - make
43 - make install
44 - make load
46 3. SBP-II support (sbp)
48 - You need CAM(SCSI) support in your kernel.
49 If you are using FreeBSD-5 before 2002/03/23 or FreeBSD-4 before
50 2002/4/8, you need to apply CAM-patch in this archive
51 to handle HDD's(T_RBC or T_DIRECT which doesn't support READ_6).
53 - If you connect a few firewire devices only, try the following to
56 - ./bus_mgm -g 8
61 does NOT conform to any standards like IP over FireWire(RFC2734[4]).
63 …packets. It doesn't scale because it does something like unicast over multicast, but it's easy to
66 It also has DEVICE_POLLING[5] support. To enable it, edit your
72 to the host memory. This means that you can access the remote
73 host over firewire without software support at the remote host.
74 In other words, you can investigate remote host's physical memory
77 You need to apply KVMLIB-patch and rebuild libkvm then rebuild ps,
79 You may want to apply GDB-patch in this archive to get same behavior
80 as gdb with /dev/mem or want to insert savectx(&dumppcb) into panic(),
81 breakpoint() and so on to emulation crash dump.
83 You have to determine target node_id manually at this point.
84 (guess using bus_mgm -t or dmesg)
89 # ps -agx -M /dev/fwmem0 -N /sys/i386/compile/GENERIC/kernel
90 # dmesg -M /dev/fwmem0 -N /sys/i386/compile/GENERIC/kernel
91 # gdb -k -c /dev/fwmem0 /sys/i386/compile/GENERIC/kernel.debug
94 remote gdb at 400,000,000 bps :-)
103 - FreeBSD-4/i386
104 - FreeBSD-4/alpha
105 - FreeBSD-5/i386
108 * Not tested on big-endian machine...
111 - Texas Instruments TSB12LV26 (PCI)
112 - Texas Instruments TSB43AA22 (PCI/Cardbus)
118 SBP-II
119 - HDD: Logitec USB/FireWire LHD-P30FU
120 - HDD: Yano A-dish 120GB
121 - HDD: Yano B-Max 320GB
123 - HDD: Personal Storage 3000XT 160GB
125 - DVD-RAM: Panasonic LF-D340JD
126 - SCSI-FireWire converter: Yano FWSCSI-01
128 - HDD: iPod, PowerBook G4 (target mode)
130 - Scanner: Epson GT-9700F
132 Sane-backend needs a patch(SANE-patch in this archive).
135 - IPv4, IPv6, bridging, vlan.
136 - You need at least two FreeBSD machines with this driver to use.
141 [3] http://www.t10.org/scsi-3.htm