Re: FreeBSD panic with umass

2003-01-26 Thread MIHIRA Sanpei Yoshiro
I forgot to add below changes. Please apply this patch and # make -f Makefile.usbdevs Cheers - sanpei Index: sys/dev/usb/usbdevs === RCS file: /home/ncvs/src/sys/dev/usb/usbdevs,v retrieving revision 1.106 diff -u -r1.106

Re: FreeBSD panic with umass

2003-01-26 Thread MIHIRA Sanpei Yoshiro
for FreeBSD-current. Try this one. May I commit this changes? --- MIHIRA, Sanpei Yoshiro Tokyo, Japan. Index: sys/dev/usb/umass.c === RCS file: /home/ncvs/src/sys/dev/usb/umass.c,v retrieving revision 1.71 diff -u -r1.71 umass.c

use md device in /etc/rc.diskless{1,2}

2001-03-25 Thread MIHIRA Sanpei Yoshiro
already rewrite and use mdconfig in /etc/rc.diskless1 and diskless2? Cheers. --- MIHIRA, Sanpei Yoshiro Yokohama, Japan. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Please review: PC-Card melody beep code.

2000-10-22 Thread MIHIRA Sanpei Yoshiro
Hi. FreeBSD developers. This is PC-Card melody beep code for 5-current(/sys/pccard/pccard_beep.c) from PAO3. This patch does not need to change sys/i386/isa/clock.c. Any problems, please let me know. --- MIHIRA, Sanpei Yoshiro Yokohama, Japan. Index: src/sys/pccard/driver.h

[Patch] card_irq was confused in release/sysinstall/pccard.c

2000-10-10 Thread MIHIRA Sanpei Yoshiro
variable_set2("pccardd_flags", card_irq, 1); <-- char * I think we need to fix like this. --- MIHIRA, Sanpei Yoshiro Yokohama, Japan. --- release/sysinstall/pccard.c.org Tue Oct 10 12:35:09 2000 +++ release/sysinstall/pccard.c Tue Oct 10 12:36:24 2000 @@ -136,7 +136,7 @@ int

[Problem] ata disk driver panic at boot time

2000-08-10 Thread MIHIRA Sanpei Yoshiro
Hi. With latest 5-current kernel, it will always panic. My HDD does not support DMA mode. So with old kernel(maybe before sos's latest ata changes), it fallback to PIO mode(see attached text). Do only I have this problem? Thank you. --- MIHIRA, Sanpei Yoshiro Yokohama,

Re: [usb-bsd] Re: patches for USB

2000-02-03 Thread MIHIRA Sanpei Yoshiro
>Keep me posted on whether the small patch works as well. In that case I >will submit it. I tested Nick's USB suspend/resume *small* patch with latest-current. It's OK for my USB mouse. Thank you. MIHIRA Yoshiro To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-curren

Re: [usb-bsd] patches for USB

2000-02-02 Thread MIHIRA Sanpei Yoshiro
this patch, I can't re-use USB mouse after suspend/resume. With this patch, now I can use USB mouse without problem. Thank you, Nick. I hope to fix this problem before FreeBSD-4-RELEASE. May I test small patch for pci/[ou]hci_pci.c which is posted at this mailing list. Thank you. --- MI

Re: [diskless] /etc/rc.diskless1 in 3-stable is better than in 4-current

2000-01-04 Thread MIHIRA Sanpei Yoshiro
/var/db/pkg --- MIHIRA Sanpei Yoshiro Yokohama, Japan. # $FreeBSD: src/etc/rc.diskless1,v 1.4 1999/09/13 17:09:07 peter Exp $ # # /etc/rc.diskless - general BOOTP startup # # BOOTP has mounted / for us. Assume a read-only mount. We must then # - figure out where the NFS mount i

kernel panic with newpcm/CS4236 (IBM ThinkPAD600)

2000-01-03 Thread MIHIRA Sanpei Yoshiro
Hi. I'm playing latest 4-current/newpcm sound driver with IBM ThinkPad 600/CS4236. It was probed like this: pcm0: at port 0x52c-0x533 irq 5 drq 1 flags 0xa110 on isa0 bus_dmamap_load: Too many segs! buf_len = 0xdf00 bus_dmamap_load: Too many segs! buf_len = 0xdf00 But if I playback audi

[thread,xmovie] I ported, but missed xmovie (QuickTime Movie Player) to FreeBSD-4-current From Linux.

1999-12-21 Thread MIHIRA Sanpei Yoshiro
/' >xmovie/Makefile << 'END-of-xmovie/Makefile' X# New ports collection makefile for: xmovie X# Version required:1.1.1 X# Date created: 20 December 1998 X# Whom:MIHIRA Sanpei Yoshiro <[EMAIL PROTECTED]> X# X# $FreeBSD

Re: [diskless] /etc/rc.diskless1 in 3-stable is better than in 4-current

1999-12-21 Thread MIHIRA Sanpei Yoshiro
>i suggest that you try and find a committer which can do appropriate >tests. Huum, at first, I will merge 3-stable rc.diskless1 into 4-current. And I will test and post patch here. >BTW -- i attach to this msg a small script (/etc/diskless/clone_root, >whatever it should go e.g. /usr/share/ex

[diskless] /etc/rc.diskless1 in 3-stable is better than in 4-current

1999-12-21 Thread MIHIRA Sanpei Yoshiro
From CVS log of src/etc/rc.diskless1, I think someone forgot to commit newer and sophisticated code in 4-current and only committed in 3-stable by Luigi. I think we need to update 4-current:src/etc/rc.diskless1. May I create patch for rc.diskless1? Thank you --- MIHIRA Sanpei Yoshiro Yokoh

Re: ESS1879, pnp_id patch and illegal probe about ESS1888

1999-11-30 Thread MIHIRA Sanpei Yoshiro
mistake. I >will disable that code and work on a better solution for alphas. Thanks. ESS1879 can probe as pcm0 sound driver and don't probe ES1888(ess?) anymore in my NOTE-PC. But does someone add pnpid of my sound card to dev/sound/isa/sb.c. or do I need to send-pr this patch ? ---

ESS1879, pnp_id patch and illegal probe about ESS1888

1999-11-27 Thread MIHIRA Sanpei Yoshiro
sa0 pcm1: at port 0x220-0x22f,0x388-0x38b,0x330-0x331 irq 5 drq 1,0 on isa0 isa_dma_acquire: channel 1 already in use unknown1: at port 0x201 on isa0 ------ --- MIHIRA Sanpei Yoshiro Yokohama, Japan. --- dev/sound/isa/sb.c.org Sat Nov 27 23:29:44 1999 +++ dev/sound/isa/sb.c Sat Nov 27

PC-Card ejection(suspend) with 4-current

1999-11-10 Thread MIHIRA Sanpei Yoshiro
m? # or we need to rewrite and maintain pccard code(/sys/dev/pccard)? Thanks in advance MIHIRA Sanpei Yoshiro Yokohama, Japan. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message