Re: [sound] PCI ESS support

2000-03-19 Thread Alex Le Heux

I believe I've got one of these in my Toshiba 4090XCDDT as well.
(device id 1978?)

It's running 4.0 at the moment. If I should test anything, let me know.

Alex

On Fri, Mar 17, 2000 at 04:17:02PM +0900, Munehiro Matsuda wrote:
> From: Ville-Pertti Keinonen <[EMAIL PROTECTED]>
> Date: 17 Mar 2000 08:24:51 +0200
> ::Another (perhaps simpler) alternative might be to try to get it to
> ::work in SB emulation mode.
> ::
> ::I've managed to get it to probe as a SoundBlaster (just by adding
> ::pci_write_config(dev, 0x41, 0x10, 1) to the probe code in my mixer
> ::driver):
> ::
> ::sbc0:  at port 0x220-0x22f irq 5 drq 1 on isa0
> ::
> ::However, it doesn't work (the interfaces seem to work, but the mixer
> ::settings don't affect anything and playback doesn't get anywhere) and
> ::I still haven't had time to look at it properly (and don't expect to
> ::any time soon).
> 
> Well, it's not that simple. 
> When I tried to write driver for it last year, I found that:
> 1) You also need to setup ASSP (Application Specific Signal Processor)
>in the chip and GPIO properly.
> 
>Source code for BTM2E.EXE should be a help here.
>(I didn't have that source, when I was tryng to write the driver.)
> 
> 2) For DMA to work, you need to support DDMA in FreeBSD.
>
>I have small patch for 3-stable, but will not work with -current
>due to newbus changes.
> 
> 3) When Maestro2E acts as Soundblaster Pro emulation, DSP_CMD_GETVER
>returns 0x302 (or may be it was 0x303?), that are not supported in
>newpcm and luigi's pcm drivers.
> 
>May be the current support for ver=0x301 work? I have no clue here. 
> 
> 
> If I get the time, I could try to write from scratch, again.
> 
>   Haro
> =--
>_ _Munehiro (haro) Matsuda
>  -|- /_\  |_|_|   Office of Business Planning & Development, Kubota Corp.
>  /|\ |_|  |_|_|   1-3 Nihonbashi-Muromachi 3-Chome
>   Chuo-ku Tokyo 103, Japan
>   Tel: +81-3-3245-3318  Fax: +81-3-32454-3315
>   Email: [EMAIL PROTECTED]
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message

-- 
GCS/O d+++ s++;- a- C+++ UB$ !P L- !E W+ N++ o+ K w O M-- V--
PS+++ PE Y+ PGP++ t+ 5 X-- R* tv- b+++() DI++ D+ G e+ h r++ y++


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Crashing netscape?

2000-02-21 Thread Alex Le Heux

My limits are quite high I thinkL

z:~ $ limits
Resource limits (current):
  cputime  infinity secs
  filesize infinity kb
  datasize   524288 kb
  stacksize   65536 kb
  coredumpsize infinity kb
  memoryuseinfinity kb
  memorylocked infinity kb
  maxprocesses 1043
  openfiles2088
  sbsize   infinity bytes


On Mon, Feb 21, 2000 at 12:03:31PM -0800, Matthew Dillon wrote:
> 
> :It crashes for me a lot. There's some deal about fonts, oddly enough, which
> :causes it to crash right away- see the installation instructions that come out
> :when you install communicator-47- it said something about mkfontdir.
> :
> :It still crashes or wedges for me a lot, though. I tried mozilla, and that was
> :worse.
> 
> Hmm.  This sounds worse then usual.  Make sure you are running netscape
> with appropriate resource limits.  
> 
>   unlimit data
>   limit descriptors 200
> 
>   (The data limit should be at least 128 megabytes)
> 
>   -Matt
>   Matthew Dillon 
>   <[EMAIL PROTECTED]>
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message

-- 
 "What is this talk of 'release'?  We do not make software
   'releases'.  Our software 'escapes', leaving a
  bloody trail of designers and quality assurance people in its
  wake."


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Crashing netscape?

2000-02-21 Thread Alex Le Heux

Hi,

Am I the only one who's experiencing an amzing amount of crashes on
Netscape?

It's been going on for quite some time now (months), upgrading Netscape or
switching from the Linux to the FreeBSD to the BSDI version doesn't help.
The most stable version seems to be the Linux version, but that even
crashes 5-10 times per day. It will *always* crash when a page uses java,
but I've not been able to find a non-java page that will always crash it.

Is it just me? All the people I know who run various versions of FreeBSD
say it's not so bad.

Alex

-- 
 "What is this talk of 'release'?  We do not make software
   'releases'.  Our software 'escapes', leaving a
  bloody trail of designers and quality assurance people in its
  wake."


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: [OT] ICBM Long/Latt

2000-02-11 Thread Alex Le Heux

Check out www.mapblast.com. I think it will do what you want.

On Fri, Feb 11, 2000 at 01:04:28AM +0100, Leif Neland wrote:
> Sometime ago there was a thread regarding Longitude and Lattitude of
> committers etc, and a reference was made to a website, where the
> coordinates of any point on a map could be shown.
> 
> However, I can't find this site now. Anybody?
> 
> Leif
> 
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message

-- 
 "What is this talk of 'release'?  We do not make software
   'releases'.  Our software 'escapes', leaving a
  bloody trail of designers and quality assurance people in its
  wake."


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Can't make crashdump after panic

1999-10-15 Thread Alex Le Heux

On Thu, Oct 14, 1999 at 09:19:33AM -0500, David Scheidt wrote:
> On Thu, 14 Oct 1999, Alex Le Heux wrote:
> 
> > After configuring the system for making a crashdump, I get "panic: Timeout
> > table full" halfway through the dump.
> 
[snip]
> 
> Sounds like your modules are out of date?  That bit me.
> 

The panic happened well after the boot. After X had come up. It happened
when I logged in and Windowmaker was busy firing up all the crap that I
have running in the various places on my screen.

I'd love to make a crashdump and poke it, but I've got no idea why it
doesn't finish de dump.

Alex

-- 
++---+
|  SMTP: <[EMAIL PROTECTED]>   |  E-Gold: 101979   |
|  ICBM: N52 22.64'6 E4 51.54'1  |  PGP: 0x1d512a3f  |
++---+


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Can't make crashdump after panic

1999-10-13 Thread Alex Le Heux

Hi,

With a kernel from 07:00 (UTC) this morning I started to get a panic every
time during the startup of Windowmaker.

After configuring the system for making a crashdump, I get "panic: Timeout
table full" halfway through the dump.

This is on a stock PII system (weirdest hardware is a ZIP drive :), which
I'm trying to upgrade from a -current from Sep 17. (install new kernel
first, make world after, etc)

Can anyone clue me in here?

Alex

-- 
++---+
|  SMTP: <[EMAIL PROTECTED]>   |  E-Gold: 101979   |
|  ICBM: N52 22.64'6 E4 51.54'1  |  PGP: 0x1d512a3f  |
++---+


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: More benchmarking stuff...

1999-09-17 Thread Alex Le Heux

On Fri, Sep 17, 1999 at 11:24:41AM +0200, Brad Knowles wrote:
> 
>   Their best results on an F630 with 1000 files and 50,000 
> transactions were 253 transactions per second, 799.91 KBytes/sec 
> read, and 817.89 KBytes/sec written.
> 
>   I just ran this same test on an old PPro 200Mhz system with 128MB 
> of RAM and softupdates on a Western Digital Enterprise 4.5GB hard 
> drive.  I got 282 transactions per second, 869.09 KBytes read per 
> second, and 888.63 KBytes written per second!  This ancient machine 
> with a single slow hard drive, but running FreeBSD 3.3-RC with 
> softupdates beats their *expensive* NFS file server!!!

My results running postmark on a PII-450 with 196MB RAM and an IBM Deskstar
DJNA 352030 running -current as of a few weeks ago are:

1000/5  UFS+softupdates MFS NFS

tr/s218 1562100
read kb/s   699.05  4870321.56
write kb/s  714.77  4980328.79

The NFS server is a PII-233 with 32MB RAM (I know...) and a Maxtor 91728D8
IDE disk running 3.2R.

It seems strange that the 'old PPro 200' would have better results than my
PII-450, but there's probably some optimizations that I haven't done yet.

Alex

-- 
++---+
|  SMTP: <[EMAIL PROTECTED]>   |  E-Gold: 101979   |
|  ICBM: N52 22.64'6 E4 51.54'1  |  PGP: 0x1d512a3f  |
++---+


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: IPSEC support?

1999-03-20 Thread Alex Le Heux
"Steven P. Donegan" wrote:
> 
> Is there any IPSEC support available for current? I've found support for
> 2.2.8, but not so far for current.

There is support for 3.1-REL. Work is being done for -current, I
believe.

Keep an eye on http://www.r4k.net/ipsec

Alex

-- 
++---+
|  SMTP:|  E-Gold: 101979   |
|  ICBM: N52 22.647' E4 51.555'  |  PGP: 0x1d512a3f  |
++---+


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message



netscape trouebles

1999-03-06 Thread Alex Le Heux
Hi,

For quite some time now Netscape 4.5 has been very unstable on my
-current system. I've cvsup'ed and made world many times in the hope the
problem would go away.

Today I decided to ktrace it, and see where it would stop.

Of course it now refuses to crash. Even on java stuff that would crash
it _every_ time without the ktrace.

Now I can start my netscape with "ktrace -f /dev/null netscape", and
it'll probably be happy, although this is less than a satisfactory
solution.

I figure that the fact that it runs fine with the ktrace might mean
something significant, although I wouldn't know what. So if anyone has
an idea, I'd be delighted to hear about it.

The system is a Celeron-366, not overclocked, running -current,
XF3.3.3.1 and WindowMaker 0.51.0 and I have plenty of ram (160mb).

Netscape is the only application giving me trouble.

I've tried the FreeBSD version and the Linux version of Netscape, and
they both behave the same. It appears that the Linux version is a bit
less stable than the FreeBSD version.

Am I the only one with this problem?

Alex

-- 
++---+
|  SMTP:|  E-Gold: 101979   |
|  ICBM: N52 22.647' E4 51.555'  |  PGP: 0x1d512a3f  |
++---+


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message



Re: Disk locks and weird things

1999-02-14 Thread Alex Le Heux
I'm getting something similar. I thought it was my mainboard, as the one
I currently have has some other problems (doesn't take the Nvidia TNT
card)

During heavy disk i/o the system freezes up for about 10 seconds or so,
and then things continue. I'm getting these messages:

wd0: interrupt timeout (status 50 error 1)
wd0: wdtimeout() DMA status 1
wd0: interrupt timeout (status 50 error 1)
wd0: wdtimeout() DMA status 1
wd0: Last time I say: interrupt timeout.  Probably a portable PC.
(status 50 error 1)
wd0: wdtimeout() DMA status 1

This is what gets probed:


Feb 11 08:18:34 p /kernel: wdc0 at 0x1f0-0x1f7 irq 14 flags 0xa0ffa0ff
on isa
Feb 11 08:18:34 p /kernel: wdc0: unit 0 (wd0): , DMA, 32-bit, multi-block-16
Feb 11 08:18:34 p /kernel: wd0: 4134MB (8467200 sectors), 8960 cyls, 15
heads, 63 S/T, 512 B/S
Feb 11 08:18:34 p /kernel: wdc0: unit 1 (wd1): , DMA, 32-bit, multi-block-16
Feb 11 08:18:34 p /kernel: wd1: 4110MB (8418816 sectors), 14848 cyls, 9
heads, 63 S/T, 512 B/S
Feb 11 08:18:34 p /kernel: wdc1 at 0x170-0x177 irq 15 flags 0xa0ffa0ff
on isa
Feb 11 08:18:34 p /kernel: wdc1: unit 0 (atapi): , removable, intr, iordis
Feb 11 08:18:34 p /kernel: wfd0: medium type unknown (no disk)
Feb 11 08:18:34 p /kernel: wfd0: buggy Zip drive, 64-block transfer
limit set
Feb 11 08:18:34 p /kernel: wdc1: unit 1 (atapi): ,
removable, intr, dma, iordis


Alex


Erik Funkenbusch wrote:
> 
> Recently I've been trying to upgrade an early januarrry -current to
> current -current.  I've rebuilt the kernel several times over the last few
> days (with new cvsup's) so i've eliminated any freak check-in mismatches.
> 
> During a make world (usually about 10-20 minutes in on my P100) everything
> just comes to a grinding halt.  No disk activity, but the screen saver will
> kick in (despite the shell being in the middle of said make world).
> 
> If I switch to any alternate consoles and try to do anything, even an ls, it
> accesses the disk for a brief second, then hangs as well.  Other tasks that
> don't need to access the disk keep running (such as natd and obviously the
> screen saver).
> 
> After waiting about a half hour, I hit the reset and get lots of UNREF
> FILE's and SUMMARY INFORMATION BAD and BLK(S) MISSING IN BIT MAPS.  They all
> say slavaged or cleared.
> 
> It doesn't appear to be a problem with the actual disk, since rebooting
> works fine until I try and build again.  Even building the kernel works
> fine.  but doing a make world does not (I don't know if anything else causes
> this).  It never fails in the same place twice either, but it's always the
> same effect.
> 
> Additionally, i've been getting No such user 'tty', service ignored messages
> from ntalk and comsat.  I'm sure these services were updated to make use of
> some tty user or something, but i'd like to know what exactly I should do
> here.
> 
> I'm also getting messages from de0 and lo0 that say:
> 
> de0 XXX: driver didn't set ifq_maxlen
> 
> Finally, if I try and run top i get:
> 
> top: cannot read swaplist: kvm_read: Bad address
> kvm_open: proc size mismatch (11392 total, 680 chunks)
> top: Out of memory.
> 
> I assume this is from a newer kernel with older support files (such as top)
> but since I can't get world to build, I'm kinda stuck..
> 
> One more thing.  I figured I might try a complete reinstallation so I tried
> to download the 4.0-snap of 2-11 and was able to successfully create a
> kern.flp but when I tried to create mfsroot.flp it seems to sit in a loop
> forever just moving the disk head back and forth.  I tried it with several
> floppies (including the one I was able to successfully create kern.flp on)
> with the same results.
> 
> To Unsubscribe: send mail to majord...@freebsd.org
> with "unsubscribe freebsd-current" in the body of the message

-- 
"Ik zit op m'n kromme, akelige broertje te wachten. Die heeft zich
opgesloten in de server ruimte, en die weigert eruit te komen."

- Bart

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message


3c589 doesn't work?

1999-02-01 Thread Alex Le Heux
Hi,

Is there any reason why the 3c589 in my laptop stopped working after I
upgraded it to -current?

During boot it now only tells me:

> Initializing PC-card drivers: ed

Instead of 3.0-RELEASE, which says:

> Initializing PC-card drivers: ed ep

Any ideas?

Alex

-- 
Gezeur. Ik heb gewoon al lekker met mijn zoon achter de pjoeter gezeten
en
hem M$ Publisher uitgelegd. Hij vond het heel interessant.

Marcel en Erin

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message


usb driver broken?

1999-01-25 Thread Alex Le Heux
Hi,

Am I the only one who gets this when he tries to compile a kernel with
the usb drivers in it?


cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit 
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes 
-Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused 
-fformat-extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include 
-DKERNEL -include opt_global.h -elf  ../../dev/usb/uhci.c
../../dev/usb/uhci.c: In function `uhci_dumpregs':
../../dev/usb/uhci.c:406: `UHCI_LEGSUP' undeclared (first use this
function)
../../dev/usb/uhci.c:406: (Each undeclared identifier is reported only
once
../../dev/usb/uhci.c:406: for each function it appears in.)
machine/cpufunc.h:284: warning: inlining failed in call to `inw'
../../dev/usb/uhci.c:406: warning: called from here
*** Error code 1

Stop.


Alex

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message