Memory leak in syscons?

1999-12-08 Thread Oliver Fromme
I'm not 100% sure, but I think I have found a memory leak in syscons. The following patch should fix it. Would someone please have a look at this? The diff is against this file: src/sys/dev/syscons/schistory.c,v 1.5 1999/09/19 08:58:53 Regards Oliver ---

OHCI weirdness?

1999-12-08 Thread Matthew N. Dodd
I get this same panic with both devices I've tried; a Kodak DC265 and a Sandisk CompactFlash reader. Its not obvious why this is happening (at least from where I'm sitting.) Any ideas? Should I report back with a kernel compiled with OHCI_DEBUG? Thanks. ... ohci0: OPTi 82C861 (FireLink) USB

HEADSUP: wd driver will be retired!

1999-12-08 Thread Poul-Henning Kamp
In a few days time the wd driver will be retired from FreeBSDs i386 architecture. Users, please: Update your kernel config file (see GENERIC) Update your /etc/fstab (use /dev/ad* instead of /dev/wd* or /dev/rwd* Copy MAKEDEV from src/etc/MAKEDEV to

[call for import] if_ef module

1999-12-08 Thread Ollivier Robert
The current client IPX support thanks to Boris is alive and runs very well on CURRENT. But to make it really interesting, the if_ef driver, which enable the use of multiple ethernet frame types on the same wire, must be imported into -CURRENT as well. It would be nice to have it into 4.0 as

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Richard Seaman, Jr.
On Wed, Dec 08, 1999 at 12:55:35PM +0100, Poul-Henning Kamp wrote: In a few days time the wd driver will be retired from FreeBSDs i386 architecture. Since the ata driver does not support DMA on my chipset, at least the last time I tried (SiS 5591), it would be nice to leave the wd driver

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Sheldon Hearn
On Wed, 08 Dec 1999 12:55:35 +0100, Poul-Henning Kamp wrote: In a few days time the wd driver will be retired from FreeBSDs i386 architecture. I know there are issues that make it awkward to support both drivers, but it's probably a good idea to keep the wd driver available for those who

Re: AWE64 problems

1999-12-08 Thread Charles Anderson
So then what is -1 and why does it work when -100 doesn't? (I tried it) -Charlie On Tue, Dec 07, 1999 at 09:13:41PM -0800, Mike Smith wrote: I looked for some meaning to the -100, is this documented somewhere? It's not, yet. We should move to using some defines for this. A while back I

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Vallo Kallaste
On Wed, Dec 08, 1999 at 07:27:28AM -0600, "Richard Seaman, Jr." [EMAIL PROTECTED] wrote: In a few days time the wd driver will be retired from FreeBSDs i386 architecture. Since the ata driver does not support DMA on my chipset, at least the last time I tried (SiS 5591), it would be nice

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Soren Schmidt
It seems Richard Seaman, Jr. wrote: On Wed, Dec 08, 1999 at 12:55:35PM +0100, Poul-Henning Kamp wrote: In a few days time the wd driver will be retired from FreeBSDs i386 architecture. Since the ata driver does not support DMA on my chipset, at least the last time I tried (SiS

Cleaning house on /usr/src/*

1999-12-08 Thread Donn Miller
In the course of development of -current, a bunch of directories are added and taken away from /usr/src. So, about every month or so, I like to clean out /usr/src/* and start from scratch. (Well, you know, sometimes you have so much of your own old code in there.) What is the best way to

Re: Route table leaks

1999-12-08 Thread Joe Greco
Have any of you been seeing route table leaks in -current? I noticed this week that cvsup-master.freebsd.org is suffering from them. I actually had to reboot it because it couldn't allocate any more. From the "vmstat -m" output: Memory statistics by type Type

Re: Cleaning house on /usr/src/*

1999-12-08 Thread Sheldon Hearn
On Wed, 08 Dec 1999 09:16:45 EST, Donn Miller wrote: In the course of development of -current, a bunch of directories are added and taken away from /usr/src. So, about every month or so, I like to clean out /usr/src/* and start from scratch. (Well, you know, sometimes you have so much of

Re: Route table leaks

1999-12-08 Thread Mike Tancsa
Hell, I've been seeing this for well over a year. The last time I mentioned it, everybody seemed to think I was nuts. :-) FreeBSD 3.0-19981015-BETA #1: Tue Jan 12 03:30:56 CST 1999 routetbl289178 40961K 40961K 40960K 4357410 0 16,32,64,128,256 Well, I havent seen problems of

Re: Route table leaks

1999-12-08 Thread Joe Greco
Hell, I've been seeing this for well over a year. The last time I mentioned it, everybody seemed to think I was nuts. :-) FreeBSD 3.0-19981015-BETA #1: Tue Jan 12 03:30:56 CST 1999 routetbl289178 40961K 40961K 40960K 4357410 0 16,32,64,128,256 Well, I havent seen

World seems to be broken

1999-12-08 Thread Edwin Culp
I just looked at my logs and found that all my worlds from this morning are broken at: /usr/obj/usr/src/tmp/usr/include/sys/memrange.h:16: warning: `MDF_ACTIVE' redefined /usr/obj/usr/src/tmp/usr/include/pccard/cardinfo.h:80: warning: this is the location of the previous definition cc -nostdinc

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Alexander Leidinger
On 8 Dec, Sheldon Hearn wrote: In a few days time the wd driver will be retired from FreeBSDs i386 architecture. I know there are issues that make it awkward to support both drivers, but it's probably a good idea to keep the wd driver available for those who need it, even if it requires

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Soren Schmidt
It seems Alexander Leidinger wrote: It isn´t only a matter of providing feedback... the maintainer also has to work on it. Yeah, right... I offered feedback in every mail regarding my problem with ata msdos-ZIPs (they aren´t accessible), but most of the time I havn´t got a reply (Søren

Re: ATA driver as the default

1999-12-08 Thread D. Rock
Doug Ambrisko schrieb: D. Rock writes: | I just re-enabled the ATA driver again after reading the change log | of better error handling and automatic falldown DMA-PIO under specific | circumstances. | But a few days later, while making world (with the ata driver), the | system | crashed

make world: doesn't?

1999-12-08 Thread John W. DeBoskey
Hi, I've just cvsup'd my -current source tree about 5 minutes ago and tried to make world... and got the following: FreeBSD(root)/usr/src %make world make: don't know how to make world. Stop *** Error code 2 Stop in /usr/src. FreeBSD(root)/usr/src % This was ok 24 hours ago... I

Re: ATA driver as the default

1999-12-08 Thread Soren Schmidt
It seems D. Rock wrote: I don't think I have the same problem. My drive definitely doesn't spin down. It sometimes occurs during heavy usage, so the drive should still be very alive. With PIO mode I also don't have any timeout problems. I also had the same DMA problems with the old wd driver

-current release build breakage (at least on alpha)

1999-12-08 Thread Jordan K. Hubbard
cc -O -pipe -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/gasp -I/usr/sr c/gnu/usr.bin/binutils/gasp/../libbfd/alpha -I/usr/src/gnu/usr.bin/binutils/gasp /../../../../contrib/binutils/include -I/usr/src/gnu/usr.bin/binutils/gasp/../.. /../../contrib/binutils

Re: OHCI weirdness?

1999-12-08 Thread Julian Elischer
"me too" (but only if there is a device plugged in) On Wed, 8 Dec 1999, Matthew N. Dodd wrote: I get this same panic with both devices I've tried; a Kodak DC265 and a Sandisk CompactFlash reader. Its not obvious why this is happening (at least from where I'm sitting.) Any ideas?

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Julian Elischer
please do not remove it.. just make it non-default. On Wed, 8 Dec 1999, Poul-Henning Kamp wrote: In a few days time the wd driver will be retired from FreeBSDs i386 architecture. Users, please: Update your kernel config file (see GENERIC) Update your /etc/fstab (use

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Julian Elischer
while you're about it the cyrix GXM? On Wed, 8 Dec 1999, Soren Schmidt wrote: It seems Richard Seaman, Jr. wrote: On Wed, Dec 08, 1999 at 12:55:35PM +0100, Poul-Henning Kamp wrote: In a few days time the wd driver will be retired from FreeBSDs i386 architecture. Since the

kern/kern_malloc.c:malloc_init() called twice on devbuf

1999-12-08 Thread Jonathan M. Bresler
[this is a brand spanking new kernel, just compiled 41 minutes ago cvsup'ped just this morning] i was reading the kern_malloc code teh other day and wondered why we have code to return is the malloc_init() has already been dont on that type.well, we call malloc_init() twice on devbuf.

PNPBIOS vs cs423B codec

1999-12-08 Thread joeo
I've been trying to get my laptop sound to work with recent kernels. It's a thinkpad 600e with a cs4610 on board. I contacted the author of the newpcm code and he mentioned that instead of using the ac97 codec it most likely uses a cs423x in association with the cs4610. This actually jives with

make world is no more ?

1999-12-08 Thread Poul-Henning Kamp
I guess this is the ultimate way to break make world... syv# make world make: don't know how to make world. Stop *** Error code 2 Stop in /usr/src. syv# -- Poul-Henning Kamp FreeBSD coreteam member [EMAIL PROTECTED] "Real

Re: Cleaning house on /usr/src/*

1999-12-08 Thread John Polstra
In article [EMAIL PROTECTED], Donn Miller [EMAIL PROTECTED] wrote: In the course of development of -current, a bunch of directories are added and taken away from /usr/src. So, about every month or so, I like to clean out /usr/src/* and start from scratch. (Well, you know, sometimes you

Re: make world: doesn't?

1999-12-08 Thread Gianmarco Giovannelli
At 08/12/99, John W. DeBoskey wrote: Hi, I've just cvsup'd my -current source tree about 5 minutes ago and tried to make world... and got the following: FreeBSD(root)/usr/src %make world make: don't know how to make world. Stop *** Error code 2 Stop in /usr/src. FreeBSD(root)/usr/src %

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Julian Elischer
because it doesn't support the chipsets that the old one does. (namely the 200 or so lines of support in pci_ide.c needed for the Cyrix GXM series). You shouldn't remove a function until it has been properly replaced. A very simple concept some people seem to have trouble grasping. On Wed, 8

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Julian Elischer
there is plenty of code in the original that does ALL you need, and I can test it. On Wed, 8 Dec 1999, Soren Schmidt wrote: It seems Julian Elischer wrote: while you're about it the cyrix GXM? Docs? HW? tester? in that order -Søren To Unsubscribe: send mail to [EMAIL

subscribe

1999-12-08 Thread Stephen Burns
Stephen Burns ** Debian/GNU Linux [EMAIL PROTECTED] ** http://www.debian.org http://nite-sky.dhis.org** Linux, the choice of the GNU generation To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: make world: doesn't?

1999-12-08 Thread Marcel Moolenaar
"John W. DeBoskey" wrote: FreeBSD(root)/usr/src %make world make: don't know how to make world. Stop *** Error code 2 Fixed! thanks, -- Marcel Moolenaarmailto:[EMAIL PROTECTED] SCC Internetworking Databases http://www.scc.nl/ The FreeBSD project

Re: Cleaning house on /usr/src/*

1999-12-08 Thread Marcel Moolenaar
John Polstra wrote: Why are you getting these junk directories? CVSup should be deleting them if they're empty. You really shouldn't need to wipe out your tree and start over -- not ever. Did you omit the "delete" keyword from your supfile? I recently (last week) cvsup'd a -current

Re: make world is no more ?

1999-12-08 Thread Marcel Moolenaar
Poul-Henning Kamp wrote: I guess this is the ultimate way to break make world... syv# make world make: don't know how to make world. Stop *** Error code 2 Oops :-/ The `world' target has been added to Makefile. I guess this only shows that I'm used to use

boot stops after Mounting root from ufs:/dev/ad0s2a

1999-12-08 Thread Kelvin Farmer
Problem: Computer _sometimes_ stops after the "Mounting root from ufs:/dev/ad0s2a" line. Running Current, built world yesterday. (Problem appeared fairly recently (as in ~2 weeks?, but didn't have ddb in previous kernel) dmesg: [...] ad0: QUANTUM FIREBALL ST2.1A/A0F.0800 ATA-3 disk at ata0 as

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Mike Smith
because it doesn't support the chipsets that the old one does. (namely the 200 or so lines of support in pci_ide.c needed for the Cyrix GXM series). You shouldn't remove a function until it has been properly replaced. A very simple concept some people seem to have trouble grasping.

PNPBIOS vs cs423B codec (fwd)

1999-12-08 Thread joeo
I've edited the boot messages from my previous mail (the result of fighting with pine over a slow link with a little too much coffee thrown in), sorry to clog up the lines... (fwd) I've been trying to get my laptop sound to work with recent kernels. It's a thinkpad 600e with a cs4610 on board.

Re: Route table leaks

1999-12-08 Thread Mike Tancsa
At 08:51 AM 12/8/99 -0600, Joe Greco wrote: Most of which are routes pointing at the 3 private-net interfaces on the machine. The info was provided more as a comparison, that quantity of routes do not necessary mean leak ? Or perhaps it does. But after 90 days, you would think the problem

Re: Route table leaks

1999-12-08 Thread Rodney W. Grimes
Hell, I've been seeing this for well over a year. The last time I mentioned it, everybody seemed to think I was nuts. :-) FreeBSD 3.0-19981015-BETA #1: Tue Jan 12 03:30:56 CST 1999 routetbl289178 40961K 40961K 40960K 4357410 0 16,32,64,128,256 Well, I havent seen

Reaping error(1)

1999-12-08 Thread Kris Kennaway
Is error(1) actually useful thesedays? From a look at the source and the docs, it seems like it was only ever relevant to whatever toolchain 4.xBSD used and has never been updated for the GNU toolchain: Error knows about the error messages produced by: make(1), cc(1), cpp(1), ccom(1),

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Kris Kennaway
On Wed, 8 Dec 1999, Poul-Henning Kamp wrote: Update your /etc/fstab (use /dev/ad* instead of /dev/wd* or /dev/rwd* Can't we keep the same device names? I thought that was the original plan way back when, once the new driver was ready for prime-time. Also, perhaps we

Re: Route table leaks

1999-12-08 Thread Joe Greco
At 08:51 AM 12/8/99 -0600, Joe Greco wrote: Most of which are routes pointing at the 3 private-net interfaces on the machine. The info was provided more as a comparison, that quantity of routes do not necessary mean leak ? Or perhaps it does. But after 90 days, you would think the

Re: Route table leaks

1999-12-08 Thread John Polstra
In article [EMAIL PROTECTED], Joe Greco [EMAIL PROTECTED] wrote: Hell, I've been seeing this for well over a year. The last time I mentioned it, everybody seemed to think I was nuts. :-) FreeBSD 3.0-19981015-BETA #1: Tue Jan 12 03:30:56 CST 1999 routetbl289178 40961K 40961K

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Steven E. Ames
Agreed. -CURRENT is all about development. New ideas will be tried, sometimes (sometimes a lot :) things are going to be broke. I switched to the new ATA driver on Monday. Seems to work but I have some questions. Could someone (sos?) post a quick primer on how to read the probe messages? With

Re: Route table leaks

1999-12-08 Thread Rodney W. Grimes
Have any of you been seeing route table leaks in -current? I noticed this week that cvsup-master.freebsd.org is suffering from them. I actually had to reboot it because it couldn't allocate any more. From the "vmstat -m" output: Memory statistics by type

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Jul ian Elischer writes: Someone replacing a module and deleting th eoriginal should make a decent effort to cover all the present functionality. (OR make a decision that such functionality will never be covered, (e.g. bad144)). Just breaking things because you felt

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Christopher Masto
On Wed, Dec 08, 1999 at 10:56:24AM -0800, Mike Smith wrote: You shouldn't remove a function until it has been properly replaced. A very simple concept some people seem to have trouble grasping. Actually, that's not at all correct. We've demonstrated a number of times now that you reach

Re: Reaping error(1)

1999-12-08 Thread Steve Kargl
Kris Kennaway wrote: I'd also like to rip out fsplit into ports (the code is disgusting and was probably written by a FORTRAN programmer and/or using f2c :) but then I'd draw fire from the "people who know someone who uses FORTRAN" crowd. I was going to fix fsplit. Yes, I program in

No Subject

1999-12-08 Thread g4465g
DATA From: [EMAIL PROTECTED] To: Date: Thu, 09 Dec 1999 03:20:11 PST Subject: SKIN BECOMES DRAMATICALLY EVEN-TONED AND CLEAR... SKIN PROBLEMS? LET "DERMACURE" SOLVE THEM! Hello. We have good news for you. "DERMACURE" IS MADE FOR YOUR SKIN. If you suffer from any form of skin

Re: boot stops after Mounting root from ufs:/dev/ad0s2a

1999-12-08 Thread Greg Lehey
On Monday, 6 December 1999 at 15:07:21 -0500, Kelvin Farmer wrote: Problem: Computer _sometimes_ stops after the "Mounting root from ufs:/dev/ad0s2a" line. Running Current, built world yesterday. (Problem appeared fairly recently (as in ~2 weeks?, but didn't have ddb in previous kernel)

Re: Route table leaks

1999-12-08 Thread Brad Knowles
At 1:26 PM -0600 1999/12/8, Joe Greco wrote: vmstat -m | grep routetbl|grep K routetbl289178 40961K 40961K 40960K 4357410 0 16,32,64,128,256 netstat -rn | wc -l 16 I had never looked at this on my machines (main news peering server in the Top 100, one

Re: boot stops after Mounting root from ufs:/dev/ad0s2a

1999-12-08 Thread David Scheidt
On Wed, 8 Dec 1999, Greg Lehey wrote: On Monday, 6 December 1999 at 15:07:21 -0500, Kelvin Farmer wrote: Problem: Computer _sometimes_ stops after the "Mounting root from ufs:/dev/ad0s2a" line. Running Current, built world yesterday. (Problem appeared fairly recently (as in ~2

Re: make world: doesn't?

1999-12-08 Thread Kris Kennaway
On Wed, 8 Dec 1999, John W. DeBoskey wrote: I've just cvsup'd my -current source tree about 5 minutes ago and tried to make world... and got the following: FreeBSD(root)/usr/src %make world make: don't know how to make world. Stop *** Error code 2 Is this a candidate for 'world's

Re: Is there any way to use ATAPI CD-R?

1999-12-08 Thread Soren Schmidt
It seems Andrey A. Chernov wrote: As I see by quick check, CD-related soft from ports understand SCSI only. Does anybody use new ATAPI CD-R (acd)? If yes, please tell me how. I use it every day, well almost :) Look in /usr/share/examples/atapi... -Søren To Unsubscribe: send mail to

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Mike Smith
On Wed, Dec 08, 1999 at 10:56:24AM -0800, Mike Smith wrote: You shouldn't remove a function until it has been properly replaced. A very simple concept some people seem to have trouble grasping. Actually, that's not at all correct. We've demonstrated a number of times now that you

Re: boot stops after Mounting root from ufs:/dev/ad0s2a

1999-12-08 Thread Steven E. Ames
ad0: QUANTUM FIREBALL ST2.1A/A0F.0800 ATA-3 disk at ata0 as master ad0: 2014MB (4124736 sectors), 4092 cyls, 16 heads, 63 S/T, 512 B/S ad0: 16 secs/int, 1 depth queue, DMA acd0: MATSHITA CR-583/AS10 CDROM drive at ata1 as master acd0: read 1378KB/s (1378KB/s), 128KB buffer, PIO acd0:

Re: Route table leaks

1999-12-08 Thread Matthew Dillon
: :At 1:26 PM -0600 1999/12/8, Joe Greco wrote: : : vmstat -m | grep routetbl|grep K : routetbl289178 40961K 40961K 40960K 4357410 0 :16,32,64,128,256 : netstat -rn | wc -l :16 Please use 'netstat -rna' to get a listing of *all* the routes, including the

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Bill Fumerola
On Wed, 8 Dec 1999, Soren Schmidt wrote: The same thing is about to apply to the woxware sound code, we have a new shiny system that works and is much better designed... For some definitions of "works". -- - bill fumerola - [EMAIL PROTECTED] - BF1560 - computer horizons corp - - ph:(800)

Re: boot stops after Mounting root from ufs:/dev/ad0s2a

1999-12-08 Thread Wilko Bulte
As Greg Lehey wrote ... On Monday, 6 December 1999 at 15:07:21 -0500, Kelvin Farmer wrote: Problem: Computer _sometimes_ stops after the "Mounting root from ufs:/dev/ad0s2a" line. Running Current, built world yesterday. (Problem appeared fairly recently (as in ~2 weeks?, but didn't

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Christopher Masto
On Wed, Dec 08, 1999 at 10:31:22PM +0100, Soren Schmidt wrote: Hmm, well, if you want support for any of the new ata-66 controllers you have to use the ata driver, so you loose some you win some. Given that my patch for the SiS works and a patch I got from Luoqi, the ONLY support you are

Re: Memory leak in syscons?

1999-12-08 Thread Oliver Fromme
(Replying to myself...) In list.freebsd-current I wrote (8 Dec 1999 10:02:39 +0100): I'm not 100% sure, but I think I have found a memory leak in syscons. The following patch should fix it. Would someone please have a look at this? -- kern/15363 Regards Oliver PS: I have more

Console mouse cut'n'paste sometimes is ... well...

1999-12-08 Thread Anonymous Coward
Hellø¸ ãll ýøu kewl hãcker ð00ðZ! Mãý Ï reþørt this ãs ã bug¸ ør wøulð ýøu ãgree thãt this is better ðescribeð ãs ãn unðøcumenteð Feãture? Ýesterðãý´s instãll fløþþies øf -STÃBLË ãnð -©Û®®ËNT... Ï think this line in /etc/rc.cønf is the þrøblem: scrnmãþ=¨isø-8859-¹_tø_cþ4³7¨ Ï´m nøt 

Re: Route table leaks

1999-12-08 Thread Joe Greco
: :At 1:26 PM -0600 1999/12/8, Joe Greco wrote: : : vmstat -m | grep routetbl|grep K : routetbl289178 40961K 40961K 40960K 4357410 0 :16,32,64,128,256 : netstat -rn | wc -l :16 Please use 'netstat -rna' to get a listing of *all* the routes, including

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Christopher Masto
On Wed, Dec 08, 1999 at 12:52:37PM -0800, Mike Smith wrote: Unfortunately, FreeBSD has far too many examples of a working system being replaced with a less functional system. Just off the top of my head, there were the SCSI drivers lost to CAM, the PCCARD system, sound drivers, and now

Re: Reaping error(1)

1999-12-08 Thread David O'Brien
On Wed, Dec 08, 1999 at 12:10:26PM -0800, Steve Kargl wrote: It should be noted that both fsplit and fpr apply to legacy Fortran 77 code (and older). Neither utility can deal with Fortran 90 or Fortran 95. But that [Fortran 77] is all our fortran compiler supports. :) -- -- David

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread David O'Brien
On Wed, Dec 08, 1999 at 12:52:37PM -0800, Mike Smith wrote: We haven't "lost" the pccard system at all I've lost the ability to use a 3c574 10/100 card (panics), the Xircom `xe' card (will not attach), the `ep' driver now has ultra shitty performance (132.05 KB/sec) where it seems to only be

Re: boot stops after Mounting root from ufs:/dev/ad0s2a

1999-12-08 Thread Maxim Sobolev
Kelvin Farmer wrote: Problem: Computer _sometimes_ stops after the "Mounting root from ufs:/dev/ad0s2a" line. Running Current, built world yesterday. (Problem appeared fairly recently (as in ~2 weeks?, but didn't have ddb in previous kernel) I've also observed this problem and it is

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Jonathan M. Bresler
[snip] We gained quite a bit from it, but let's not rewrite history. I remember quite clearly that there was a very popular Adaptec SCSI controller missing when the switch to CAM was made, and a lot of [snip] we lost teh aic controller at that time. [snip] Again, this is

Re: boot stops after Mounting root from ufs:/dev/ad0s2a

1999-12-08 Thread Adam
I think I've seen the same thing with ad0: IBM-DTTA-351680/T51OA73A ATA-4 disk at ata0 as master ad0: 16124MB (33022080 sectors), 32760 cyls, 16 heads, 63 S/T, 512 B/S ad0: 16 secs/int, 32 depth queue, UDMA33 But I dont reboot frequently enough to have it phase me.. On Thu, 9 Dec 1999, Maxim

Re: 3.3-stable - 4.0-current problem...

1999-12-08 Thread Adam
Sounds like its time to hack cvsup to display a diff of UPDATING from before and after cvsup. If it actually happened I dont think people would mind because the average change is only a dozen lines or less it would coincide with the amount of output cvsup would show for someone who frequently

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Julian Elischer
On Wed, 8 Dec 1999, Jonathan M. Bresler wrote: [snip] We gained quite a bit from it, but let's not rewrite history. I remember quite clearly that there was a very popular Adaptec SCSI controller missing when the switch to CAM was made, and a lot of [snip] more importantly

Re: Route table leaks

1999-12-08 Thread Jasper Wallace
On Wed, 8 Dec 1999, Joe Greco wrote: : :At 1:26 PM -0600 1999/12/8, Joe Greco wrote: : : vmstat -m | grep routetbl|grep K : routetbl289178 40961K 40961K 40960K 4357410 0 :16,32,64,128,256 : netstat -rn | wc -l :16 Please use 'netstat -rna'

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Kenneth D. Merry
Julian Elischer wrote... On Wed, 8 Dec 1999, Jonathan M. Bresler wrote: [snip] We gained quite a bit from it, but let's not rewrite history. I remember quite clearly that there was a very popular Adaptec SCSI controller missing when the switch to CAM was made, and a lot of

Re: Reaping error(1)

1999-12-08 Thread Steve Kargl
David O'Brien wrote: On Wed, Dec 08, 1999 at 12:10:26PM -0800, Steve Kargl wrote: It should be noted that both fsplit and fpr apply to legacy Fortran 77 code (and older). Neither utility can deal with Fortran 90 or Fortran 95. But that [Fortran 77] is all our fortran compiler supports.

Re: Cannot mount cd9660

1999-12-08 Thread Michael Chin-yuan Wu
I dont know if this showed up on the list, the relay host I used was down Trying to clear my name :) Keith Jang wrote: Michael Chin-Yuan Wu wrote: P.S. I did a patch for cd9660 and patch for reading Chinese filenames [patch is in attachment] [...]

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Brian Somers
On Wed, 8 Dec 1999, Jonathan M. Bresler wrote: [snip] We gained quite a bit from it, but let's not rewrite history. I remember quite clearly that there was a very popular Adaptec SCSI controller missing when the switch to CAM was made, and a lot of [snip] more

Re: boot stops after Mounting root from ufs:/dev/ad0s2a

1999-12-08 Thread Boris Popov
On Mon, 6 Dec 1999, Kelvin Farmer wrote: Problem: Computer _sometimes_ stops after the "Mounting root from ufs:/dev/ad0s2a" line. Running Current, built world yesterday. (Problem appeared fairly recently (as in ~2 weeks?, but didn't have ddb in previous kernel) I can confirm that

SiS ata Driver (was Re: HEADSUP: wd driver will be retired!)

1999-12-08 Thread Richard Seaman, Jr.
On Wed, Dec 08, 1999 at 03:02:37PM +0100, Soren Schmidt wrote: OK, you asked for it, following is a patch to support the sis 5591 chipset. Remember this is done blindfolded, I have no HW to test on, but you guys do :) Seems to work. I'll let it run for a few days, but I'd guess it is

Re: AWE64 problems

1999-12-08 Thread Seigo Tanimura
[snipped some part] On Tue, 7 Dec 1999 23:00:02 +0100 (MET), Thomas Schuerger [EMAIL PROTECTED] said: --- sbc.c.origMon Dec 6 19:26:31 1999 +++ sbc.c Tue Dec 7 22:15:25 1999 @@ -110,7 +110,7 @@ if (error) return error; else -

Re: Reaping fortran cruft

1999-12-08 Thread Kris Kennaway
On Wed, 8 Dec 1999, Steve Kargl wrote: I was going to fix fsplit. Yes, I program in Fortran (note the proper spelling of Fortran). No, I don't use fsplit. A rewrite is certainly desperately needed :) We might also want to remove fpr(1). Noted. Are there any other crufty Fortran

ATA problem

1999-12-08 Thread Greg Childers
Hello, Seems now is the time to raise problems with ATA, so here goes. I have used the ATA driver since its introduction into -current without problem until recently. A kernel from October 5 worked fine. Now, it no longer works using ATA, but works fine using the old WD drivers. The

Re: Is there any way to use ATAPI CD-R?

1999-12-08 Thread Andrey A. Chernov
On Wed, Dec 08, 1999 at 09:34:24PM +0100, Soren Schmidt wrote: I use it every day, well almost :) Look in /usr/share/examples/atapi... Thanks! Do you have a plan to merge ATAPI as part of SCSI (CAM) interface as NetBSD already does? It will solve problems with all SCSI-only CD* soft

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Matthew N. Dodd
On Wed, 8 Dec 1999, David O'Brien wrote: I've lost the ability to use a 3c574 10/100 card (panics), the Xircom `xe' card (will not attach), the `ep' driver now has ultra shitty performance (132.05 KB/sec) where it seems to only be working due to the watch dog timer. I'll take the blame for

Re: Route table leaks

1999-12-08 Thread Ted Spradley
Please use 'netstat -rna' to get a listing of *all* the routes, including the temporary ones, not just the non-temporary routes. FWIW, another datapoint: set$ netstat -ran | wc -l 15 set$ vmstat -m | grep routetbl|grep K routetbl35 5K 18K

Re: Route table leaks

1999-12-08 Thread Rodney W. Grimes
Please use 'netstat -rna' to get a listing of *all* the routes, including the temporary ones, not just the non-temporary routes. FWIW, another datapoint: set$ netstat -ran | wc -l 15 set$ vmstat -m | grep routetbl|grep K Type InUse MemUse

Re: Cleaning house on /usr/src/*

1999-12-08 Thread John Polstra
In article [EMAIL PROTECTED], Marcel Moolenaar [EMAIL PROTECTED] wrote: John Polstra wrote: Why are you getting these junk directories? CVSup should be deleting them if they're empty. You really shouldn't need to wipe out your tree and start over -- not ever. Did you omit the

ata vs wd driver performance

1999-12-08 Thread Richard S. Straka
I have recently performed some testing on the ata and wd drivers on my system. When writing to and reading from a file on the same file system in the same directory, the ata driver appears to take almost double the CPU time as compared to the wd driver. However, when reading from the raw disk,

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Blaz Zupan
On Wed, 8 Dec 1999, Christopher Masto wrote: I fully agree that these things are neccessary and good. I just think we need avoid jumping the gun on removing the old code, when some people still need it to boot their machines. Actually I completely disagree. When you leave in old code in the

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Warner Losh
In message [EMAIL PROTECTED] Poul-Henning Kamp writes: : In a few days time the wd driver will be retired from FreeBSDs : i386 architecture. Isn't this a bit premature? It was my understanding that it would live through the 4.x release and then die. The ata driver was just made the default a

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Warner Losh
In message [EMAIL PROTECTED] Mike Smith writes: : This is a good time for this particular cutover. A little more public : announcement would perhaps have been nice, but that's probably asking : more of our axe-wielding friends than we're ever going to get. I'd agree more with this if the ata

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Warner Losh
In message [EMAIL PROTECTED] Christopher Masto writes: : Right now, I have no sound (not detected), no USB (panic on removal), : can't use my sio pccard, can't eject my ed pccard, my IDE drives are : taking hours to dump and fsck, and my TV card is missing every other : line if I try to use the

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Warner Losh
: P.S. I'm not trying to cut down Warner, but I do think we really need to : focus on regaining support for things we've lost in the past 6 months. I agree with this completely. The newbus excursion of the old code likely was a big mistake. We have a basically working system now, but I've not

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Warner Losh
In message [EMAIL PROTECTED] Julian Elischer writes: : more importantly we lost the aha driver for a while. No we didn't. Well, the aha driver did loose support for the 1542A cards, but the aha driver was done so that cam could be committed to the tree. Maybe you are confusing things with the

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Christopher Masto
On Wed, Dec 08, 1999 at 10:52:42PM -0700, Warner Losh wrote: In message [EMAIL PROTECTED] Christopher Masto writes: : Right now, I have no sound (not detected), no USB (panic on removal), : can't use my sio pccard, can't eject my ed pccard, my IDE drives are : taking hours to dump and fsck,

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Warner Losh
: still alive on Sunday, I'll be able to confirm whether the problem : is still present and if so, try to fix it. That would be great! Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: boot stops after Mounting root from ufs:/dev/ad0s2a

1999-12-08 Thread Brian Somers
On Mon, 6 Dec 1999, Kelvin Farmer wrote: Problem: Computer _sometimes_ stops after the "Mounting root from ufs:/dev/ad0s2a" line. Running Current, built world yesterday. (Problem appeared fairly recently (as in ~2 weeks?, but didn't have ddb in previous kernel) I can confirm

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Brian Somers
In message [EMAIL PROTECTED] Julian Elischer writes: : more importantly we lost the aha driver for a while. No we didn't. Well, the aha driver did loose support for the 1542A cards, but the aha driver was done so that cam could be committed to the tree. Maybe you are confusing things

Re: HEADSUP: wd driver will be retired!

1999-12-08 Thread Wilko Bulte
As Mike Smith wrote ... On Wed, Dec 08, 1999 at 10:56:24AM -0800, Mike Smith wrote: Unfortunately, FreeBSD has far too many examples of a working system being replaced with a less functional system. Just off the top of my head, there were the SCSI drivers lost to CAM, the PCCARD system,

Re: Reaping fortran cruft

1999-12-08 Thread Steve Kargl
Kris Kennaway wrote: On Wed, 8 Dec 1999, Steve Kargl wrote: I was going to fix fsplit. Yes, I program in Fortran (note the proper spelling of Fortran). No, I don't use fsplit. A rewrite is certainly desperately needed :) We might also want to remove fpr(1). Noted. Are there any

  1   2   >