simokawa2005-11-25 14:29:24 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c
Log:
Fix panic when we cannot find self-id of probing nodes.
This shouldn't happen as far as the self-id buffer is vaild but
some people have this problem.
PR: kern/839
simokawa2005-11-28 06:41:41 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/firewire firewire.c
Log:
MFC: revision 1.81
Fix panic when we cannot find self-id of probing nodes.
Revision ChangesPath
1.80.2.1 +3 -1 src/sys/dev/fir
simokawa2005-11-28 06:50:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/dev/firewire firewire.c
Log:
MFC: revision 1.81
Fix panic when we cannot find self-id of probing nodes.
Revision ChangesPath
1.78.2.3 +3 -1 src/sys/dev/fir
I have no idea.
Do you have any firewire devices connected on resume?
On Tue, May 20, 2008 at 2:13 AM, Suleiman Souhlal <[EMAIL PROTECTED]> wrote:
>
> On May 10, 2008, at 2:22 AM, Hidetoshi Shimokawa wrote:
>>
>> simokawa2008-05-10 09:22:06 UTC
>>
>> Fr
simokawa2007-09-20 04:05:59 UTC
FreeBSD src repository
Modified files:
sys/dev/syscons syscons.c syscons.h
Log:
Serialize output routine of terminal emulator (te_puts()) by a lock.
- The output routine of low level console is not protected by any lock
by default.
- Inc
simokawa2007-10-25 06:09:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/syscons syscons.c syscons.h
Log:
MFC: syscons.c rev. 1.453 and syscons.h rev. 1.88
Serialize output routine of terminal emulator (te_puts()) by a lock.
Revision
simokawa2007-10-25 06:10:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/firewire fwohci.c
Log:
Temporary fix for polling.
- fwohci_arcv() has a problem if the number of packets to be processed
is limited.
- RELENG_7 and -current alread
simokawa2008-03-05 01:30:49 UTC
FreeBSD src repository
Modified files:
usr.sbin/fwcontrol fwcontrol.8 fwcontrol.c
Log:
- add '-f' option to force root node.
- fix byte order in read_write_quad()
- show hostnames in the list
- fix typo in manpage
MFC after: 1 week
simokawa2008-05-02 06:15:59 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
usr.sbin/fwcontrol fwcontrol.8 fwcontrol.c
Log:
MFC: add -f option and other small fixes
firewire.8 rev 1.22
firewire.c rev 1.24
Revision ChangesPath
1.18.2.1 +6 -1
simokawa2008-05-02 06:17:16 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/fwcontrol fwcontrol.8 fwcontrol.c
Log:
MFC: add -f option and other small fixes
firewire.8 rev 1.22
firewire.c rev 1.24
Revision ChangesPath
1.16.2.3 +6 -1
simokawa2008-05-10 09:22:06 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire fwohci.c
Log:
- Disable interrupts on suspend to eliminate excessive
'device physically ejected?' message on resume.
- Fix memory leak on resume reported by kiyohara at netbsd.org.
simokawa2008-05-10 13:40:42 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c fwohci.c
Log:
- Fix panic on detach.
- Fix a comment.
MFC after: 2 weeks
Revision ChangesPath
1.102 +4 -1 src/sys/dev/firewire/firewire.c
1.95
simokawa2007-06-05 14:15:46 UTC
FreeBSD src repository
Modified files:
sys/net if_fwsubr.c
Log:
Remove GIANT_REQUIRED for upcoming changes in FireWire stack.
Revision ChangesPath
1.24 +0 -4 src/sys/net/if_fwsubr.c
___
simokawa2007-06-06 14:31:36 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c firewirereg.h fwdev.c fwdma.c
fwmem.c fwohci.c fwohci_pci.c fwohcivar.h
if_fwe.c if_fwevar.h if_fwip.c
i
simokawa2007-06-07 12:29:33 UTC
FreeBSD src repository
Modified files:
usr.sbin/dconschat dconschat.c
Log:
Add heuristics for smooth reconnection.
Revision ChangesPath
1.11 +22 -4 src/usr.sbin/dconschat/dconschat.c
__
simokawa2007-06-07 13:20:49 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewirereg.h fwohci.c sbp.c
Log:
Add a tunable hw.firewire.phydma_enable.
This is enabled by default. It should be disabled for
those who are uneasy with peeking/poking from FireW
Yes, that's true.
I recommend you to put it in loader.conf
On 6/8/07, Nate Lawson <[EMAIL PROTECTED]> wrote:
Hidetoshi Shimokawa wrote:
> simokawa2007-06-07 13:20:49 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/firewire firewir
simokawa2007-06-08 00:54:44 UTC
FreeBSD src repository
Modified files:
sys/dev/dconsdcons_crom.c dcons_os.c dcons_os.h
Log:
Poll bus resets on FireWire while kdb/gdb is active.
Now, it's safe to call the fwohci interrupt(polling) routine while ddb/gdb
is active. Af
simokawa2007-06-08 03:05:57 UTC
FreeBSD src repository
Modified files:
sys/dev/dconsdcons_os.c
Log:
Replace breakpoint() with kdb_enter().
Revision ChangesPath
1.16 +2 -2 src/sys/dev/dcons/dcons_os.c
___
cv
simokawa2007-06-08 04:33:25 UTC
FreeBSD src repository
Modified files:
sys/dev/dconsdcons.h dcons_crom.c
Log:
Add the address of IDT in the configuration ROM. (i386/amd64 only)
A change to dconschat(8) will follow so that it can bomb
this address over FireWire to r
simokawa2007-06-08 05:26:11 UTC
FreeBSD src repository
Modified files:
usr.sbin/dconschat dconschat.8 dconschat.c
Log:
Clean up escape sequence handling and add support for
resetting target and suspending dconschat.
Revision ChangesPath
1.7 +20 -10src/us
simokawa2007-06-08 07:53:59 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c fwohci.c
Log:
Fix a race after a bus reset.
- We are in FWBUSINIT state just after SID interrupt.
- Do not pass normal xfers before bus probe is done.
Revision Changes
simokawa2007-06-08 08:23:14 UTC
FreeBSD src repository
Modified files:
sys/dev/dconsdcons_os.c
Log:
Don't invalidate dcons buffer on shutdown.
We would like to keep connection after halt.
Revision ChangesPath
1.17 +2 -0 src/sys/dev/dcons/dcons_os.c
simokawa2007-06-08 09:04:30 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c fwohci.c
Log:
Timestamp after sent.
Revision ChangesPath
1.97 +3 -4 src/sys/dev/firewire/firewire.c
1.93 +1 -0 src/sys/dev/firewire/fwohci.c
__
simokawa2007-06-08 12:58:06 UTC
FreeBSD src repository
Modified files:
usr.sbin/dconschat dconschat.c
Log:
Reset dc->paddr and dc->reset if we cannot read configuration ROM.
Revision ChangesPath
1.13 +1 -1 src/usr.sbin/dconschat/dconschat.c
___
No.
See the manpage of sbp(4) and tune hw.firewire.hold_count as you like.
On 6/9/07, Rui Paulo <[EMAIL PROTECTED]> wrote:
At Fri, 8 Jun 2007 07:53:59 + (UTC),
Hidetoshi Shimokawa wrote:
>
> simokawa2007-06-08 07:53:59 UTC
>
> FreeBSD src repository
>
> Modif
simokawa2007-06-11 02:21:19 UTC
FreeBSD src repository
Modified files:
include paths.h
Log:
Add _PATH_FWMEM for libkvm.
Revision ChangesPath
1.26 +1 -0 src/include/paths.h
___
cvs-all@freebsd.org maili
simokawa2007-06-11 04:08:50 UTC
FreeBSD src repository
Modified files:
sys/dev/dconsdcons_os.c
Log:
- Don't force to be the GDB port since dcons(4) is in GENERIC now.
To enable the GDB port of dcons(4), you need to put
dcons_gdb=1
in /boot/loader.conf.
Rev
simokawa2007-06-14 12:52:14 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire sbp.c
Log:
- Suppress compiler optimization so that orb[1] must be written first.
We may need an explicit memory barrier for other architectures other than
i386/amd64.
MFC after:
simokawa2007-06-15 11:35:11 UTC
FreeBSD src repository
Modified files:
lib/libkvm kvm.c kvm_amd64.c kvm_i386.c
kvm_private.h
Log:
Re-enable raw dump format support on i386 and amd64 for /dev/fwmem.
Revision ChangesPath
1.31 +2
simokawa2007-06-15 12:09:16 UTC
FreeBSD src repository
Modified files:
usr.sbin/dconschat dconschat.8 dconschat.c
Log:
- Add an option to change escape character.
- Use CTRL macro.
- Make target reset work on telnet port.
- Add a key bind to invoke kgdb on the terminal. (
simokawa2007-06-16 00:59:42 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire sbp.c
Log:
- Lock sbp_write_cmd() and ORB_POINTER_ACTIVE flag.
- Remove unnecessary timestamps.
- Return CAM_RESRC_UNAVAIL for ORB shortage.
- Fix a lock problem when doorbell is use
simokawa2007-06-17 10:20:56 UTC
FreeBSD src repository
Modified files:
usr.sbin/fwcontrol fwdv.c
Log:
Increase buffer size of DV stream to prevent buffer
overrun caused by long blocking of file I/O (i.e. zfs).
MFC after: 3 days
Revision ChangesPath
1.7
simokawa2007-06-17 10:40:25 UTC
FreeBSD src repository
Modified files:
share/man/man4 fwohci.4
Log:
Document hw.firewire.phydma_enable knob.
Revision ChangesPath
1.16 +9 -0 src/share/man/man4/fwohci.4
___
cvs
simokawa2007-06-17 10:46:20 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/firewire sbp.c
Log:
MFC: Suppress compiler optimization so that orb[1] must be written first.
Revision ChangesPath
1.81.2.4 +7 -2 src/sys/dev/firewire/sb
simokawa2007-06-20 03:24:38 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/fwcontrol fwdv.c
Log:
MFC: rev 1.7
Increase buffer size of DV stream to prevent buffer overrun.
Revision ChangesPath
1.5.12.2 +1 -1 src/usr.sbin/fwcontr
simokawa2007-07-08 11:47:52 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c
Log:
Fix a bug of retrieving configuration ROM.
- Handle directories and leaves other than unit directories and text leaves
correctly.
- Now we can retrieve CROM of iSig
simokawa2007-07-11 02:13:50 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/firewire firewire.c
Log:
MFC rev. 1.98: Fix a bug of retrieving configuration ROM.
Revision ChangesPath
1.80.2.9 +2 -2 src/sys/dev/firewire/firewire.c
__
simokawa2007-07-12 13:08:00 UTC
FreeBSD src repository
Modified files:
usr.sbin/dconschat dconschat.c
Log:
Set the default escape character as described in the manpage of dconschat(8).
Fix a cut-and-paste error.
Spotted by: avatar
Approved by: re (rwatson)
Revisio
simokawa2007-07-15 13:00:29 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c firewirereg.h
Log:
Improve acquisition of transaction labels.
- Keep last transaction label for each destination.
- If the next label is not free, just give up.
- This sho
simokawa2007-07-20 03:42:57 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c firewirereg.h
Log:
Protect transaction labels by its own lock to reduce lock contention.
Approved by: re (rwatson)
Revision ChangesPath
1.100 +16 -12src
simokawa2007-08-07 12:42:03 UTC
FreeBSD src repository
Modified files:
contrib/opensolaris/cmd/zdb zdb.c
Log:
Use ioctl() to get correct media size so that we can locate
ZFS labels in the tail of the media.
Approved by: re (kensmith), pjd
Revision ChangesPath
1
simokawa2007-08-17 05:32:39 UTC
FreeBSD src repository
Modified files:
sys/dev/dconsdcons_os.c
Log:
We don't need to call dcons_poll event handlers if KDB is not active.
Approved by: re (kensmith)
Revision ChangesPath
1.19 +9 -3 src/sys/dev/dcon
simokawa2007-03-30 14:26:40 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/firewire fwohci_pci.c
Log:
MFC: rev 1.58
Poll only while interrupt is disabled.
Revision ChangesPath
1.52.2.2 +6 -4 src/sys/dev/firewire/fwohci_pci.c
_
simokawa2007-03-30 14:28:10 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/firewire fwohci.c
Log:
MFC: rev 1.86
Wait SCLK to be stable after LPS enabled.
Revision ChangesPath
1.81.2.1 +2 -0 src/sys/dev/firewire/fwohci.c
__
simokawa2007-03-30 14:41:24 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c
Log:
- Don't call fw_busreset() in firewire_attach().
This should fix the problem that the first bus reset is
sometimes ignored because of FWBUSRESET status.
MFC after:
simokawa2007-03-30 15:43:56 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c
Log:
Free tlabel in fw_xfer_done().
Revision ChangesPath
1.86 +1 -2 src/sys/dev/firewire/firewire.c
___
cvs-all
simokawa2007-03-30 22:25:26 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire fwohci_pci.c
Log:
Teardown interrupt only when sc->ih is not NULL.
MFC after: 3 days
Revision ChangesPath
1.59 +10 -11src/sys/dev/firewire/fwohci_pci.c
__
simokawa2007-04-03 22:39:20 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/firewire firewire.c
Log:
MFC: rev 1.85
- Don't call fw_busreset() in firewire_attach().
Revision ChangesPath
1.80.2.2 +0 -1 src/sys/dev/firewire/firewi
simokawa2007-04-03 22:41:43 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/firewire fwohci_pci.c
Log:
MFC: rev 1.59
Teardown interrupt only when sc->ih is not NULL.
Revision ChangesPath
1.52.2.3 +10 -11src/sys/dev/firewire/fwoh
simokawa2007-04-07 02:52:13 UTC
FreeBSD src repository
Modified files:
sys/geom/uzipg_uzip.c
Log:
Fix a bug for over 4GB media.
MFC after: 3 days
Revision ChangesPath
1.11 +1 -1 src/sys/geom/uzip/g_uzip.c
simokawa2007-04-10 04:37:30 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/geom/uzipg_uzip.c
Log:
MFC: rev 1.11
Fix a bug for over 4GB media.
Revision ChangesPath
1.4.2.4 +1 -1 src/sys/geom/uzip/g_uzip.c
_
simokawa2007-04-14 14:39:38 UTC
FreeBSD src repository
Modified files:
contrib/opensolaris/lib/libzpool/common kernel.c
contrib/opensolaris/lib/libzpool/common/sys zfs_context.h
Log:
In FreeBSD,
- cv_timedwait() takes delta instead of absolute time,
- we need ioctl() for
simokawa2007-04-24 06:30:06 UTC
FreeBSD src repository
Modified files:
sys/geom/uzipg_uzip.c
Log:
If compressed length is zero, return a zero-filled block.
MFC after: 1 week
Revision ChangesPath
1.12 +7 -0 src/sys/geom/uzip/g_uzip.c
simokawa2007-04-24 12:15:05 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.h fwdev.c
Log:
Configuration ROM length should be unsigned.
MFC: 1 week
Revision ChangesPath
1.21 +1 -1 src/sys/dev/firewire/firewire.h
1.50 +1 -
simokawa2007-04-30 10:50:53 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c firewirereg.h fwohci.c
Log:
Initialize configuration ROM before a bus reset.
MFC: after 3 days
Revision ChangesPath
1.87 +3 -2 src/sys/dev/firewire/fi
simokawa2007-04-30 12:26:30 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c firewirereg.h
Log:
MFp4: Simplify tlabel handling
- Remove struct tl_label and runtime malloc() for it.
- Include tl_lable list in struct fw_xfer.
- Don't free unalloca
simokawa2007-04-30 12:30:22 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c firewirereg.h
Log:
MFp4: remove unused fw_asybusy().
MFC after: 1 week
Revision ChangesPath
1.89 +0 -14 src/sys/dev/firewire/firewire.c
1.44 +0
simokawa2007-04-30 12:38:50 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire fwohci.c
Log:
MFp4: Add a sysctl knob to disable cycle master mode and add some comments.
MFC after: 1 week
Revision ChangesPath
1.88 +9 -1 src/sys/dev/firewire/
simokawa2007-04-30 12:55:03 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c
Log:
MFp4: Fix typo in recv spd.
MFC after: 1 week
Revision ChangesPath
1.90 +1 -1 src/sys/dev/firewire/firewire.c
___
simokawa2007-04-30 13:41:41 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c firewirereg.h fwdev.c
if_fwip.c sbp.c sbp_targ.c
Log:
MFp4: Fix broken userland API for async packets.
- Introduce fw_xferlist_add/remove().
- I
simokawa2007-04-30 13:51:13 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c
Log:
MFp4:
- Update state in fw_xferq_dorain() after removed from the send queue.
- Remove unnecessary 'goto err;".
MFC after: 1 week
Revision ChangesPath
1
simokawa2007-04-30 14:06:31 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire fwohci.c fwohcireg.h
Log:
MFp4: Improve asynchronous packet receive process.
- Wake up DMA engine after adding a new receive buffer.
- Skip buffers which have unknown state after error
simokawa2007-05-01 03:01:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/geom/uzipg_uzip.c
Log:
MFC: rev 1.12
If compressed length is zero, return a zero-filled block.
Revision ChangesPath
1.4.2.5 +7 -0 src/sys/geom/uzip/g_
simokawa2007-05-07 05:42:45 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/firewire firewire.c firewirereg.h fwohci.c
Log:
MFC:
Initialize configuration ROM before a bus reset.
Revision ChangesPath
1.80.2.3 +3 -2 src/sys/dev/f
simokawa2007-05-07 06:01:26 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/firewire firewire.h fwdev.c
Log:
MFC: Configuration ROM length should be unsigned.
Revision ChangesPath
1.20.2.1 +1 -1 src/sys/dev/firewire/firewire.h
simokawa2007-05-07 06:20:49 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/firewire firewire.c firewirereg.h fwdev.c fwmem.c
fwohci.c fwohcivar.h if_fwe.c if_fwip.c
sbp.c sbp_targ.c
Log:
MFC:
simokawa2007-05-07 06:35:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/firewire firewire.c
Log:
MFC: Free tlabel in fw_xfer_done().
Revision ChangesPath
1.80.2.5 +1 -2 src/sys/dev/firewire/firewire.c
simokawa2007-05-07 08:00:22 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/firewire firewire.c firewirereg.h fwdev.c fwohci.c
fwohcireg.h if_fwip.c sbp.c sbp_targ.c
Log:
MFC:
- Simplify tlabel handling.
- Remove unus
simokawa2007-05-11 14:51:13 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire sbp_targ.c
Log:
- Initialize login->id and fix problem for non-zero login id.
- Increase maxopenings for multiple lun/initiators.
MFC after: 3 days
Revision ChangesPath
simokawa2007-05-14 00:58:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/firewire sbp_targ.c
Log:
MFC: rev. 1.13
Fix a problem for multiple lun/initiators.
Revision ChangesPath
1.8.2.3 +2 -1 src/sys/dev/firewire/sbp_targ.c
simokawa2007-05-21 02:18:50 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c firewirereg.h
Log:
MFp4: Simplify the bus probe routin using a kthread.
MFC after: 1 week
Revision ChangesPath
1.93 +236 -335 src/sys/dev/firewire/firewir
simokawa2007-05-21 12:17:54 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c
Log:
Make sure fwsid is not NULL.
MFC after: 3 days
Revision ChangesPath
1.94 +3 -1 src/sys/dev/firewire/firewire.c
__
simokawa2007-05-25 05:00:39 UTC
FreeBSD src repository
Modified files:
sys/dev/dconsdcons.c
Log:
Include stand.h for loader.
MFC after: 3 days
Revision ChangesPath
1.21 +3 -0 src/sys/dev/dcons/dcons.c
simokawa2007-05-27 13:58:43 UTC
FreeBSD src repository
Modified files:
sys/dev/dconsdcons_os.c
Log:
Make compile without GDB option.
MFC after: 3 days
Revision ChangesPath
1.13 +11 -4 src/sys/dev/dcons/dcons_os.c
_
simokawa2007-05-27 14:00:35 UTC
FreeBSD src repository
Modified files:
sys/dev/dconsdcons_crom.c
Log:
Change default value of hw.firewire.dcons_crom.force_console to 0
for least astonishment.
MFC after: 3 days
Revision ChangesPath
1.7 +1 -1 s
simokawa2007-05-28 02:20:40 UTC
FreeBSD src repository
Modified files:
sys/dev/dconsdcons_os.c
Log:
We should better ignore a break on gdb port if gdb is not enabled.
Revision ChangesPath
1.14 +2 -2 src/sys/dev/dcons/dcons_os.c
__
simokawa2007-05-28 04:31:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/dconsdcons.c
Log:
MFC: Include stand.h for loader.
Revision ChangesPath
1.20.2.1 +3 -0 src/sys/dev/dcons/dcons.c
simokawa2007-05-28 04:33:43 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/firewire firewire.c firewirereg.h
Log:
MFC: Simplify the bus probe routin using a kthread.
Revision ChangesPath
1.80.2.7 +236 -335 src/sys/dev/firewire/firew
simokawa2007-05-28 04:36:37 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/firewire firewire.c
Log:
MFC: Make sure fwsid is not NULL.
Revision ChangesPath
1.80.2.8 +3 -1 src/sys/dev/firewire/firewire.c
__
simokawa2007-05-28 14:38:43 UTC
FreeBSD src repository
Modified files:
sys/i386/confGENERIC
sys/amd64/conf GENERIC
sys/sparc64/conf GENERIC
Log:
Enable fwip and dcons in GENERIC. They seem fairly stable.
Note on dcons:
To enable dcons in kernel,
simokawa2007-05-29 14:35:57 UTC
FreeBSD src repository
Modified files:
sys/boot/i386Makefile
sys/boot/i386/loader Makefile conf.c main.c
Added files:
sys/boot/i386/libfirewire Makefile dconsole.c firewire.c
fwohci.c fwohci.h fwohcireg
simokawa2007-05-29 15:19:55 UTC
FreeBSD src repository
Modified files:
share/man/man5 make.conf.5
Log:
Add LOADER_FIREWIRE_SUPPORT knob.
Requested by: ru
Revision ChangesPath
1.139 +11 -0 src/share/man/man5/make.conf.5
__
simokawa2007-05-30 12:22:08 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/dconsdcons_os.c
Log:
MFC rev. 1.13: Make compile without GDB option.
Revision ChangesPath
1.6.4.1 +9 -4 src/sys/dev/dcons/dcons_os.c
___
simokawa2007-05-30 12:23:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/dconsdcons_crom.c
Log:
MFC: rev. 1.7
Change default value of hw.firewire.dcons_crom.force_console to 0
for least astonishment.
Revision ChangesPath
1.6
simokawa2007-05-31 04:55:05 UTC
FreeBSD src repository
Modified files:
usr.sbin/dconschat dconschat.c
Log:
Discard backlog on GDB port when connected.
MFC after: 3 days
Revision ChangesPath
1.10 +10 -0 src/usr.sbin/dconschat/dconschat.c
___
simokawa2007-06-01 00:23:34 UTC
FreeBSD src repository
Modified files:
sys/modules/dconsMakefile
Log:
Fix a breakage with "MODULES_WITH_WORLD=true make buildworld".
PR: kern/11320
Revision ChangesPath
1.5 +5 -2 src/sys/modules/dcons/Makefile
__
simokawa2007-06-01 00:50:59 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/modules/dconsMakefile
Log:
Fix a breakage with "MODULES_WITH_WORLD=true make buildworld".
PR: kern/113204
Revision ChangesPath
1.3.2.2 +5 -2 src/sys/mo
On 6/1/07, Hidetoshi Shimokawa <[EMAIL PROTECTED]> wrote:
simokawa2007-06-01 00:23:34 UTC
FreeBSD src repository
Modified files:
sys/modules/dconsMakefile
Log:
Fix a breakage with "MODULES_WITH_WORLD=true make buildworld".
PR: kern/11320
Oops, it shoul
simokawa2007-06-03 13:43:00 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/dconschat dconschat.c
Log:
MFC: rev 1.10
Discard backlog on GDB port when connected.
Revision ChangesPath
1.9.2.1 +10 -0 src/usr.sbin/dconschat/dconscha
simokawa2007-03-15 14:11:46 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire fwohci_pci.c
Log:
Don't mess with PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN.
This will fix 'NMI RAM parity error' while booting on some machines.
PR: kern/95077
MFC after: 3 days
simokawa2007-03-15 14:44:03 UTC
FreeBSD src repository
Modified files:
share/man/man4 sbp.4
Log:
Add a description about hw.firewire.hold_count.
MFC: after 3 days
PR: kern/93083
Revision ChangesPath
1.12 +2 -1 src/share/man/man4/sbp.4
__
simokawa2007-03-16 01:23:36 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire sbp.c
Log:
Support MAXPHYS up to 512KB
- We need at least two OCBs with indirect pointers allocated in a 4KB page.
- SBP_MAXPHYS can increase to 1MB once we separate management OCB/
simokawa2007-03-16 02:29:37 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire sbp.c
Log:
Print warning for large DFLTPHYS.
Revision ChangesPath
1.87 +5 -0 src/sys/dev/firewire/sbp.c
___
cvs-all@freebs
simokawa2007-03-16 04:25:03 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire fwohci.c fwohcivar.h
Log:
Detect cycle lost.
Revision ChangesPath
1.83 +18 -0 src/sys/dev/firewire/fwohci.c
1.15 +1 -0 src/sys/dev/firewire/fwohcivar.h
___
simokawa2007-03-16 04:26:58 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire fwohci.c
Log:
Less verbose debug messages.
Revision ChangesPath
1.84 +3 -3 src/sys/dev/firewire/fwohci.c
___
cvs-all@freeb
simokawa2007-03-16 05:11:43 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c firewirereg.h fwmem.c fwohci.c
if_fwe.c if_fwip.c sbp.c sbp_targ.c
Log:
* Remove xfer->retry_req.
It is unnecessary because retry is done by OHCI.
simokawa2007-03-16 05:17:23 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c firewirereg.h
Log:
Remove retry_count.
Revision ChangesPath
1.83 +0 -1 src/sys/dev/firewire/firewire.c
1.40 +0 -2 src/sys/dev/firewire/firewire
simokawa2007-03-16 05:39:33 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c firewirereg.h fwdev.c fwmem.c
if_fwe.c if_fwip.c sbp.c sbp_targ.c
Log:
Replace xfer->act.hand with xfer->hand.
Revision ChangesPath
1.84
simokawa2007-03-19 03:35:46 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire fwohci.c
Log:
Wait SCLK to be stable after LPS enabled.
This should fix NMI problem in fwphy_rddata().
PR: kern/94146 kern/100356
MFC: after 3 days
Revision ChangesPath
1 - 100 of 104 matches
Mail list logo