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

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

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

Re: new pccard beep code not quite right

2000-10-30 Thread sanpei
[EMAIL PROTECTED] wrote: While I'm sure the new beeps for pccard insert/remove are quite charming on some laptops, they are a bit broken on mine... The new beeps are nothing more than a barely audible click or two... But the real problem is that if the speaker wants to beep afterwards, my

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
lags", 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 @@ intpcic_mem = 0

Re: Please review: small change in sys/i386/isa/clock.c andsys/alpha/alpha/clock.c for PC-Card melody beep code.

2000-09-22 Thread sanpei
anything if (!beeping). Hum, is below code which was from PAO3 good for FreeBSD tree? # But I think it has still has 1) problem... Do you have any # idea about this melody patch... Cheers. --- MIHIRA, Sanpei Yoshiro Yokohama, Japan. --- sys/i386/isa/clock.c.orgMon Jan 3 10:46:36 2000

Re: Please review: small change in sys/i386/isa/clock.c and sys/alpha/alpha/clock.c for PC-Card melody beep code.

2000-09-18 Thread sanpei
to change in sys/pc98/pc98/clock.c. --- MIHIRA, Sanpei Yoshiro Yokohama, Japan. --- sys/pc98/pc98/clock.c.org Mon Sep 18 21:13:55 2000 +++ sys/pc98/pc98/clock.c Fri Sep 15 14:42:42 2000 @@ -583,7 +583,7 @@ #endif } -void +static void sysbeepstop(void *chan) { #ifdef PC98/* PC98

Re: Please review: small change in sys/i386/isa/clock.c and sys/alpha/alpha/clock.c for PC-Card melody beep code.

2000-09-18 Thread sanpei
you, Bruce and Warner. --- MIHIRA, Sanpei Yoshiro Yokohama, Japan. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Please review: small change in sys/i386/isa/clock.c and sys/alpha/alpha/clock.c for PC-Card melody beep code.

2000-09-17 Thread sanpei
/alpha/clock.c? MAIN POINT: static void sysbeepstop -- void sysbeepstop. Full PC-Card melody patch is in below URL. http://people.FreeBSD.org/~sanpei/5-current/sys-pccard-pccard_beep_melody-2917.diff --- MIHIRA, Sanpei Yoshiro Yokohama, Japan. --- sys/i386/isa/clock.c.orgTue May 9 10

[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, Japan

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

Re: [usb-bsd] patches for USB

2000-02-02 Thread MIHIRA Sanpei Yoshiro
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. --- MIHIRA Sanpei Yoshiro

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

2000-01-04 Thread MIHIRA Sanpei Yoshiro
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 is coming from # - figure

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

1999-12-21 Thread MIHIRA Sanpei Yoshiro
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 Yokohama, Japan

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.

Re: ESS1879, pnp_id patch and illegal probe about ESS1888

1999-11-30 Thread MIHIRA Sanpei Yoshiro
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 ? --- MIHIRA Sanpei Yoshiro Yokohama, Japan. --- dev

ESS1879, pnp_id patch and illegal probe about ESS1888

1999-11-27 Thread MIHIRA Sanpei Yoshiro
AudioDrive at port 0x800-0x807 on isa0 pcm1: ESS1879 at port 0x220-0x22f,0x388-0x38b,0x330-0x331 irq 5 drq 1,0 on isa0 isa_dma_acquire: channel 1 already in use unknown1: ESS ES1879 Plug and Play AudioDrive at port 0x201 on isa0 -- --- MIHIRA Sanpei Yoshiro Yokohama, Japan. --- dev/sound/isa

PC-Card ejection(suspend) with 4-current

1999-11-10 Thread MIHIRA Sanpei Yoshiro
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