Re: ATA atapi-all.c problems/fixes/cleanups

2000-01-05 Thread Soren Schmidt
It seems Brian Fundakowski Feldman wrote: I used a multiple of the blocksize, and it works fine, except for on the very last bit of data. The very last bit of data is what causes an underrun, and the code that's there for overrun/underrun is wrong right now. For underrun, it ends up

Re: ATA lost contact

2000-01-05 Thread Soren Schmidt
It seems Kris Kennaway wrote: One of my Western Digital Caviars doesn't work under the new ATA driver: upon trying to access the disk (via swapon or mount during boot) it gives the famous "lost contact with disk" message and falls back to PIO mode. Interestingly, my two older WDCs work fine -

Re: ATA lost contact

2000-01-05 Thread Kris Kennaway
On Wed, 5 Jan 2000, Soren Schmidt wrote: The disk probably has problems with DMA mode (lots of older WD disks has that). You only get WDMA2 mode since you controller is an older Intel PIIX that can't do UDMA... Hmm..This disk was bought in about March 99..you're sure that's the reason? Kris

newpcm problems

2000-01-05 Thread Anthony Kimball
With yesterday's current I get bounce buffer panics in isa_dmastart doing cat foo.pcm /dev/dsp. The same thing happens with mss.c v1.42 modified to reduce MSS_BUFSIZE by 48k. The card is ESS1869 in this case: Jan 5 02:16:55 avalon /kernel: unknown0: ESS ES1869 Plug and Play AudioDrive at

portmap problems

2000-01-05 Thread Anthony Kimball
Recently I've noticed that it takes a long time for portmap to settle well enough so that mountd and nfsd can register. Jan 5 02:16:56 avalon mountd[97]: can't register mount Jan 5 02:16:56 avalon nfsd:[99]: can't register with udp portmap Very strange. Strange enough so that perhaps it

Re: ATA lost contact

2000-01-05 Thread Soren Schmidt
It seems Kris Kennaway wrote: On Wed, 5 Jan 2000, Soren Schmidt wrote: The disk probably has problems with DMA mode (lots of older WD disks has that). You only get WDMA2 mode since you controller is an older Intel PIIX that can't do UDMA... Hmm..This disk was bought in about March

RE: A couple questions regarding pcmcia cards....

2000-01-05 Thread Jason Young
The card is also available in a 16-bit version (it has a PC Card logo on the back, I don't know if the Cardbus one does or not). It's important to note that the 575 (not the 574) is CardBus. I used to have one, but semi-thankfully, it got blown up by lightning and the replacement was 16-bit and

Re: options COMPAT_LINUX makes kernel fail to compile

2000-01-05 Thread Michael Lucas
Hello, Not that this is an actual fix to the problem, but: The COMPAT_LINUX kernel option isn't needed any more, per Marcel. (At least, when I wrote an article on this, it wasn't.) You can probably remove COMPAT_LINUX entirely. (If only the rest of the problems were this easy. :) ==ml

Re: Opera Beta and FreeBSD

2000-01-05 Thread Lutz Albers
If memory serves me right, said on 2000-01-04 15:29 -0600: Has anyone gotten Opera beta working under linux emulation? Works fine, but you need the glibc-2.1 libraries (i.e. from RedHat 6.1), as it is linked against these. Keep in mind that this is no beta, but a 'technical preview',

Re: Proposal: Removing doscmd from the source tree...

2000-01-05 Thread Marcel Moolenaar
Thomas Zenker wrote: A possibility could be: 1. build it for i386 only, 2. build it via buildworld without X11, regardless if X11 exists. If I want to use it with X11, it is interactive and I can make it for X11 by hand - it will not break on compile runs at some hour at night. I'll commit

Re: Proposal: Removing doscmd from the source tree...

2000-01-05 Thread Taavi Talvik
On Wed, 5 Jan 2000, Marcel Moolenaar wrote: Thomas Zenker wrote: A possibility could be: 1. build it for i386 only, 2. build it via buildworld without X11, regardless if X11 exists. If I want to use it with X11, it is interactive and I can make it for X11 by hand - it will not break

Re: Opera Beta and FreeBSD

2000-01-05 Thread Bill Fumerola
On Wed, 5 Jan 2000, Lutz Albers wrote: Works fine, but you need the glibc-2.1 libraries (i.e. from RedHat 6.1), as it is linked against these. Keep in mind that this is no beta, but a 'technical preview', many functions are still missing. FWIW, the linux_base port in

Re: ATA atapi-all.c problems/fixes/cleanups

2000-01-05 Thread Brian Fundakowski Feldman
On Wed, 5 Jan 2000, Soren Schmidt wrote: Try this patch instead, it should do the right thing.. Since they're functionally the same, sure, I wouldn't mind either way :) -Søren -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]

Re: compiling libF77/libI77

2000-01-05 Thread David O'Brien
On Tue, Jan 04, 2000 at 10:28:28PM +0100, Dave J. Boers wrote: It's funny how I tend to find things out only just _after_ I asked someone If you still need the shared libf2c.so.2 for older binaries, install the latest compat3x distribution. -- -- David([EMAIL PROTECTED]) To Unsubscribe:

Re: Proposal: Removing doscmd from the source tree...

2000-01-05 Thread Michael Lucas
A possibility could be: 1. build it for i386 only, 2. build it via buildworld without X11, regardless if X11 exists. If I want to use it with X11, it is interactive and I can make it for X11 by hand - it will not break on compile runs at some hour at night. I'll commit a fix

Re: Proposal: Removing doscmd from the source tree...

2000-01-05 Thread Marcel Moolenaar
Taavi Talvik wrote: Maybe knob in /etc/make.conf instead to force compiling with X? Nah, we don't need to. doscmd doesn't have X support by default (now that I've committed the fix). Recompiling doscmd to get X (given X is installed on the machine of course) is broken but simple enough. If

making release

2000-01-05 Thread Alexandr Listopad
Hi. I want to make a release of 4.0-CUR in 3.4-ST. Will it nice idea? Now I cvsuping sources of 4.0. Is there any troubles? And another one question: I don't cvsup "cvs-crypto". Will my release maked? Thanks. ..and sorry for my bad English. ;| P.S. pls reply to me, i'm not currently

ifq_maxlen in vx-driver

2000-01-05 Thread Oliver Schonefeld
hello *! i am using the vx driver in for my two 3c397 boards. when booting i get the following message: vx0 XXX: driver didn't set ifq_maxlen obviosly the ifq_maxlen is not set in the eisa nor in the pci version in the driver. actually, to set this, would be one line in the driver, but

Re: new man pages

2000-01-05 Thread Marc Schneiders
On Wed, 5 Jan 2000, Bruce Evans wrote: On Wed, 5 Jan 2000, Ollivier Robert wrote: According to Rodney W. Grimes: xntpd was recently renamed ntpd, but the documentation and manual pages was not. You'll find the manual page for ntpd with a ``man xntpd''. Those are the old man

Re: A couple questions regarding pcmcia cards....

2000-01-05 Thread Frank Mayhar
Warner Losh wrote: In message [EMAIL PROTECTED] Frank Mayhar writes: : Wups, I thought I read 575BT. But no, the 574BT doesn't work either; there's : a bug somewhere in the driver. I have one of _those_, too, having read the : same thing you did. Last I heard, Matt Dodd had or was

Re: ifq_maxlen in vx-driver

2000-01-05 Thread Matthew N. Dodd
On Wed, 5 Jan 2000, Oliver Schonefeld wrote: i am using the vx driver in for my two 3c397 boards. when booting i get the following message: vx0 XXX: driver didn't set ifq_maxlen obviosly the ifq_maxlen is not set in the eisa nor in the pci version in the driver. actually, to set this,

Re: options COMPAT_LINUX makes kernel fail to compile

2000-01-05 Thread Kenneth Wayne Culver
Well, just make sure that you load the linux compatibility kernel module though. = | Kenneth Culver | FreeBSD: The best OS around.| | Unix Systems Administrator | ICQ #: 24767726 | | and student at

Re: A couple questions regarding pcmcia cards....

2000-01-05 Thread will andrews
On 05-Jan-00 William Woods wrote: ok, now...to get it working... ideas? I am currently using a 3Com 3CCFE574BT with 4.0-CURRENT here. Mind you, that is 4.0-CURRENT as of September 29, right before Matt Dodd's if_ep.c commit that moved towards newcard implementation. You will not be

Re: Proposal: Removing doscmd from the source tree...

2000-01-05 Thread Oliver Fromme
Michael Lucas [EMAIL PROTECTED] wrote in list.freebsd-current: Actually, several ports give you the option of building with or without X support (i.e., SSH). It would be nice to have a USE_X11 option in /etc/make.conf for doscmd as well as these ports, so you don't have to specify it on

rlogin from 3.X to 4.0 problem...

2000-01-05 Thread Luigi Rizzo
With the 991229 shapshot, from a FreeBSD 3.3 or 3.4 machine: rlogin bsd4 assword:hey this is great! why is the initial 'P' missing, and the password echoed ? cheers luigi ---+- Luigi RIZZO,

Re: A couple questions regarding pcmcia cards....

2000-01-05 Thread Warner Losh
In message [EMAIL PROTECTED] "Matthew N. Dodd" writes: : Anyone know of a PCI Cardbus bridgeboard? I'd rather not have to get a : laptop just so I can play with cardbus. I've seen two, both of which seem to be unavailable. One is at a URL that I've lost and the other was made by compaq and

Re: rlogin from 3.X to 4.0 problem...

2000-01-05 Thread Udo Schweigert
On Wed, Jan 05, 2000 at 18:33:40 +0100, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Luigi Rizzo writes: With the 991229 shapshot, from a FreeBSD 3.3 or 3.4 machine: rlogin bsd4 assword:hey this is great! why is the initial 'P' missing, and the password echoed ?

Re: options COMPAT_LINUX makes kernel fail to compile

2000-01-05 Thread Peter Wemm
David Scheidt wrote: On Wed, 5 Jan 2000, Michael Lucas wrote: Hello, Not that this is an actual fix to the problem, but: The COMPAT_LINUX kernel option isn't needed any more, per Marcel. (At least, when I wrote an article on this, it wasn't.) You can probably remove

Re: A couple questions regarding pcmcia cards....

2000-01-05 Thread William Woods
Here is the pccard.conf entry: # 3Com Fast Etherlink 3C574TX card "3Com" "Megahertz 574B" config 0x1 "ep0" ? 0x1 insert echo 3Com Fast Etherlink 3C574B inserted insert /etc/pccard_ether ep0 remove echo 3Com Fast Etherlink This is on a 3.4 -stable system On

4.0 code freeze scheduled for Jan 15th

2000-01-05 Thread Jordan K. Hubbard
And given that we've already slipped from December 15th, I think you can treat this as a pretty hard deadline, to be further slipped only grudgingly and in response to clear and dire need. 10 days, folks! Make 'em count.. :) The code freeze will last for 15 days, during which time the 4.0

Re: HEADS-UP newppbus for beta-testing

2000-01-05 Thread Maxim Sobolev
Nicolas Souchu wrote: On Mon, Jan 03, 2000 at 09:24:52PM +0200, Maxim Sobolev wrote: Nicolas Souchu wrote: Hi there! FOR ANYBODY THAT USES ZIP/PRINTER/PLIP ON THE PARALLEL PORT UNDER -current A major ppbus(4) release is available for beta-testing. Good work! Now plip, which

Re: error messages while loading the kernel

2000-01-05 Thread Thierry Herbelot
"Robert C. Noland III" wrote: I have seen that as well... It seems to be caused by svr4_enable="YES" in rc.conf. or rather the specified module. I'd say any module : multi% kldstat Id Refs AddressSize Name 12 0xc010 1c4b58 kernel 41 0xc1155000 2000

Mounting CD-ROM with ATA driver hangs system

2000-01-05 Thread Peter Jeremy
I just discovered that my ATAPI CD-ROM is no longer usable - when I try to mount it, my maching hangs (hard). I'm running -current from cvs-cur 5961 (Monday about UTC). The symptoms are: Run "mount -r /dev/acd0c /cdrom" The CD-ROM activity light flashes briefly and the CD-ROM spins up. The

problem building XFree86 (pre-3.3.6) on a recent Freebsd 4.0-current

2000-01-05 Thread David Dawes
I've just been doing a build test of the pre-3.3.6 version of XFree86 on a recent FreeBSD 4.0-current, and I've noticed that /usr/libexec/cpp doesn't predefine the symbol __FreeBSD__. imake uses /usr/libexec/cpp. Is it intentional that /usr/libexec/cpp not predefine any symbols like this? I've

Re: 4.0 code freeze scheduled for Jan 15th

2000-01-05 Thread Matthew Dillon
:This is a cryptographically signed message in MIME format. : :--ms7B55930FA2AAFE9EE4D45CA1 :Content-Type: text/plain; charset=us-ascii :Content-Transfer-Encoding: 7bit : : :Stupid question: will the latest PAO stuff be integrated with 4.0? : : :-dpg

Re: problem building XFree86 (pre-3.3.6) on a recent Freebsd 4.0-current

2000-01-05 Thread Mark Newton
On Wed, Jan 05, 2000 at 09:15:07PM -0800, David O'Brien wrote: Correct. The change is due to philosophical changes by the GCC development team. GCC 2.95.2's cpp built from cccp.c is now a pure preprocessor and knows much less about the world than it previously did. In 2.95.2 there is