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

2000-01-04 Thread Soren Schmidt
It seems Brian Fundakowski Feldman wrote: On Tue, 4 Jan 2000, Soren Schmidt wrote: Either the patch is very short, or you forgot to include it :) *LOL* I can't believe I did that :) It'll be on this one!! Yup, this time there is a patch :) The ATA_16BIT_ONLY thing is to only do

Re: USB broken?

2000-01-04 Thread Nick Hibma
I don't recommend using USB on 3.4. It's a lot less reliable than the version in CURRENT. The reason for it being there (in a hidden fashion) is historic and nothing to be proud of. Nick On Wed, 29 Dec 1999, Eric D. Futch wrote: Oh hehe damn did it again. Keep getting my lists mixed up.

Ouch! Something broke (possibly ATA)

2000-01-04 Thread Alex
Today's -current: Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-CURRENT #21: Tue Jan 4 08:00:34 GMT 2000 Timecounter "i8254" frequency 1193182 Hz CPU: AMD-K6(tm) 3D

Re: Ouch! Something broke (possibly ATA)

2000-01-04 Thread Ian West
On Tue, Jan 04, 2000 at 09:06:14AM +, Alex wrote: Today's -current: Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-CURRENT #21: Tue Jan 4 08:00:34 GMT 2000

Re: Ouch! Something broke (possibly ATA)

2000-01-04 Thread Soren Schmidt
It seems Alex wrote: Fatal trap 12: page fault while in kernel mode fault virtual address = 0xbff21000 fault code = supervisor read, page not present instruction pointer = 0x8:0xc0214ffe stack pointer = 0x10:0xc02f6b58 frame pointer = 0x10:0xc02f6b8c

Re: NewPCM causes kernel panics !

2000-01-04 Thread Doug Rabson
On Tue, 4 Jan 2000, Pascal Hofstee wrote: Hi, With CURRENT sources updated earlier today ... my system now crash-and-burns when trying to play audio. i have foudn these messages in /var/log/messages: Jan 4 01:30:26 shadowmere /kernel: gusc0: Gravis UltraSound MAX at port

Re: panic in newpcm ( was Re: Ouch! Something broke (possibly ATA))

2000-01-04 Thread Vallo Kallaste
On Tue, Jan 04, 2000 at 10:30:22AM +, Alex [EMAIL PROTECTED] wrote: and I apologise for wrongfully accusing it. The panic is in fact caused by newpcm (Cameron CC'd). DDB trace can be provided upon request (is there a way to save it into a file instead of having to write it down on

Re: NewPCM causes kernel panics !

2000-01-04 Thread Pascal Hofstee
On Tue, Jan 04, 2000 at 09:27:54AM +, Doug Rabson wrote: On Tue, 4 Jan 2000, Pascal Hofstee wrote: Hi, With CURRENT sources updated earlier today ... my system now crash-and-burns when trying to play audio. i have foudn these messages in /var/log/messages: Jan 4 01:30:26

panic in newpcm ( was Re: Ouch! Something broke (possibly ATA))

2000-01-04 Thread Alex
Soren Schmidt wrote: It seems Alex wrote: pcm0: CS4231 at port 0x530-0x537,0x538-0x539 irq 5 drq 1 flags 0xa110 on isa0 Fatal trap 12: page fault while in kernel mode fault virtual address = 0xbff21000 fault code = supervisor read, page not present instruction

Re: Bad 'grep' behaviour in -CURRENT, faulty binary detection?

2000-01-04 Thread Ruslan Ermilov
On Fri, Nov 12, 1999 at 20:45:10 -0800, Paul Eggert wrote: Date: Fri, 12 Nov 1999 17:23:21 -0800 From: "David O'Brien" [EMAIL PROTECTED] I assume "--ignore-binary" or "--ignore-binary-files" would be the GNU longopt. Another possibility would be to follow the example of the

new man pages

2000-01-04 Thread Marc Schneiders
Where do I look for new man pages? I would like to read those for the new ata driver and for ntpd. They were not created during a build world some 5 days ago. And I cannot find them in /usr/src/share/man/man4, where I would expect man ata/ad in any case. TIA. -- Marc Schneiders [EMAIL

Proposal: Removing doscmd from the source tree...

2000-01-04 Thread Marcel Moolenaar
[sent to both -current and -arch] Hi, doscmd breaks cross-building, because it depends on X11 which obviously is not in the source tree (see below). I'm proposing to remove doscmd from the source tree and make it a port (emulators/doscmd). Your comments please. From a i386 cross-build on

Re: new man pages

2000-01-04 Thread Soren Schmidt
It seems Marc Schneiders wrote: Where do I look for new man pages? I would like to read those for the new ata driver and for ntpd. They were not created during a build world some 5 days ago. And I cannot find them in /usr/src/share/man/man4, where I would expect man ata/ad in any case. There

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

2000-01-04 Thread Marcel Moolenaar
Bruce Evans wrote: On Tue, 4 Jan 2000, Marcel Moolenaar wrote: [sent to both -current and -arch] Hi, doscmd breaks cross-building, because it depends on X11 which obviously is not in the source tree (see below). I'm proposing to remove doscmd from the source tree and make it a

Re: tip features (cdelay and ldelay)?

2000-01-04 Thread Brian Dean
Hi, (replying to myself) Since no one seems to recall why these features were removed, and I don't see any reference to them in the CVS log, would someone please consider applying the included patch to re-enable them? This patch also includes a fix I made to correct PR bin/15847 that I opened.

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

2000-01-04 Thread Bruce Evans
On Tue, 4 Jan 2000, Marcel Moolenaar wrote: Bruce Evans wrote: But it doesn't depend on X11. It ifdefs some X11 files and only builds the X11 version if X11 seems to be present. X11 can be present, but it won't necessarily be a usable X11. A i386 cross-build on Alpha will use an

Re: tip features (cdelay and ldelay)?

2000-01-04 Thread Bruce Evans
On Tue, 4 Jan 2000, Brian Dean wrote: Since no one seems to recall why these features were removed, and I don't see any reference to them in the CVS log, would someone please The were gone in the base version (4.4Lite1). consider applying the included patch to re-enable them? +static int

Re: new man pages

2000-01-04 Thread David Scheidt
On Tue, 4 Jan 2000, Soren Schmidt wrote: It seems Marc Schneiders wrote: Where do I look for new man pages? I would like to read those for the new ata driver and for ntpd. They were not created during a build world some 5 days ago. And I cannot find them in /usr/src/share/man/man4,

Re: NFS Race

2000-01-04 Thread Matthew Dillon
:Me too ;) : :I got almost 300 of these messages during a "make release" with the :chroot dir NFS mounted. Otherwise I had no problems with such over :NFS created files though. : :Daniel I think I've tracked it down. When the client close()'s an NFS filehandle it calls nfs_flush()

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

2000-01-04 Thread Warner Losh
In message [EMAIL PROTECTED] Marcel Moolenaar writes: : I think it's too system dependent to live in the source tree :-) I don't. It is highly dependent on kernel elements. : From the manpage: : -x Open an X11 window to display output. This enables a variety in- : terrupts not available

Re: new man pages

2000-01-04 Thread Rodney W. Grimes
Where do I look for new man pages? I would like to read those for the new ata driver and for ntpd. They were not created during a build world some 5 days ago. And I cannot find them in /usr/src/share/man/man4, where I would expect man ata/ad in any case. Sos already answered about ata/ad,

Re: tip features (cdelay and ldelay)?

2000-01-04 Thread Brian Dean
Bruce Evans wrote: Date: Wed, 5 Jan 2000 02:54:50 +1100 (EST) consider applying the included patch to re-enable them? +static int +nap ( int microsec ) +{ +int rc; + +rc = usleep ( microsec ); +if (rc != 0) { +fprintf ( stderr, +

compiling libF77/libI77

2000-01-04 Thread Dave J. Boers
Hi, Can anyone tell me how to compile and install libF77/libI77 from /usr/src/contrib/libf2c please? Or, for that matter, the whole libf2c? I need the libraries and the ones from netlib won't compile. Is there some way to include building the libraries in a standard make buildworld? Thanks a

Re: compiling libF77/libI77

2000-01-04 Thread Steve Kargl
Dave J. Boers wrote: Hi, Can anyone tell me how to compile and install libF77/libI77 from /usr/src/contrib/libf2c please? Or, for that matter, the whole libf2c? I need the libraries and the ones from netlib won't compile. Is there some way to include building the libraries in a

Opera Beta and FreeBSD

2000-01-04 Thread ----
Has anyone gotten Opera beta working under linux emulation? Thanks, Sam To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Opera Beta and FreeBSD

2000-01-04 Thread Chris Piazza
On Tue, Jan 04, 2000 at 03:29:34PM -0600, wrote: Has anyone gotten Opera beta working under linux emulation? Yes. I must warn you it's still really buggy if you intend to use it a lot. Basically all I did was grab the opera tarball, extract it and run the 'runnow' script. Screenshot

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

2000-01-04 Thread Mike Smith
Actually i never used it under X11, but it is very important for us to have it to run cross-compilers (which are only available as DOS binaries) integrated with native development environment under FreeBSD. I am not sure how many people use it this way. But if it is not build in

options COMPAT_LINUX makes kernel fail to compile

2000-01-04 Thread Dmitry Valdov
Hi! With option COMPAT_LINUX (which present in LINT) make depend fails with: cc -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include

Re: options COMPAT_LINUX makes kernel fail to compile

2000-01-04 Thread Dmitry Valdov
Should it be described in /usr/src/UPDATING ? On Tue, 4 Jan 2000, Matthew Dillon wrote: Date: Tue, 4 Jan 2000 14:38:45 -0800 (PST) From: Matthew Dillon [EMAIL PROTECTED] To: Dmitry Valdov [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: options COMPAT_LINUX makes kernel fail to

Re: panic: isa_dmastart: bad bounce buffer

2000-01-04 Thread D. Rock
Nick Hibma wrote: Starting mpg123 with a random mpg3 file produces the following panic within half a second. The kernel is current as of this morning. THe panic is reproducable (as in, I cannot play the mpg3 file). kernel plus core available if needed. Dec 15 14:55:25 henny /kernel:

ATA lost contact

2000-01-04 Thread Kris Kennaway
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 - although I notice that ad1 and

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

2000-01-04 Thread Brian Fundakowski Feldman
On Tue, 4 Jan 2000, Soren Schmidt wrote: The problem here is that you will then do a lot of unneeded padding as the driver will attempt to pad to the blocksize used which is not wanted. You HAVE to use the right blocksize especially for audio, or you will get "silent" ie zero padded blocks

Re: panic in newpcm ( was Re: Ouch! Something broke (possibly ATA))

2000-01-04 Thread Bill Fumerola
On Tue, 4 Jan 2000, Alex wrote: and I apologise for wrongfully accusing it. The panic is in fact caused by newpcm (Cameron CC'd). DDB trace can be provided upon request (is there a way to save it into a file instead of having to write it down on a piece of paper?) Serial consoles are

Re: Bad 'grep' behaviour in -CURRENT, faulty binary detection?

2000-01-04 Thread Alain Magloire
--n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii On Fri, Nov 12, 1999 at 20:45:10 -0800, Paul Eggert wrote: Date: Fri, 12 Nov 1999 17:23:21 -0800 From: "David O'Brien" [EMAIL PROTECTED] I assume "--ignore-binary" or "--ignore-binary-files" would be the

Re: panic: isa_dmastart: bad bounce buffer

2000-01-04 Thread Cameron Grant
the panics should be fixed now with sb.c rev 1.47, mss.c rev 1.43. - cameron To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

A couple questions regarding pcmcia cards....

2000-01-04 Thread William Woods
I have two pcmcia cards here I am wondering if the work under either -stable or -current, they are: 3COM Megahertz 10/100 LAN PC Card model #3CCFE574BT The other card is cardbus, so I doubt it but I will ask anyway Adaptec SlimSCSI 1480A UltraSCSI If either of these cards DO work, what

Re: panic: isa_dmastart: bad bounce buffer

2000-01-04 Thread Cameron Grant
bus_dmamap_load: Too many segs! buf_len = 0xdf00 bus_dmamap_load: Too many segs! buf_len = 0xdf00 argh, forgot something. try mss.c rev 1.44, sb.c rev 1.48. - cameron To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Whilst on the subject of man pages...

2000-01-04 Thread Pierre Y. Dampure
... it looks like only a small subset of the man pages for bind 8.2.2P5 (in /usr/src/contrib) gets installed. In particular, we are missing the man page for nsupdate. Any reasons for not installing the whole bunch, since we do install the binaries? PYD To Unsubscribe: send mail to [EMAIL

Re: panic: isa_dmastart: bad bounce buffer

2000-01-04 Thread Manfred Antar
At 04:05 AM 1/5/00 +, Cameron Grant wrote: bus_dmamap_load: Too many segs! buf_len = 0xdf00 bus_dmamap_load: Too many segs! buf_len = 0xdf00 argh, forgot something. try mss.c rev 1.44, sb.c rev 1.48. - cameron Now the au files play great !!! there is still something amiss with

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

2000-01-04 Thread Frank Mayhar
William Woods wrote: I have two pcmcia cards here I am wondering if the work under either -stable or -current, they are: 3COM Megahertz 10/100 LAN PC Card model #3CCFE574BT This is a cardbus card (I have one, too) and won't work. Many of us are eagerly awaiting Warner's new cardbus code.

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

2000-01-04 Thread MIHIRA Sanpei Yoshiro
Hi. First of all, I tried to take in modification of 3-stable into 4-current. And I tested with 4-current NFS server and diskless client. merge from latest 3-stable rc.diskless shell scripts: etc/rc.diskless1 1.1.2.1(for 3-stable) etc/rc.diskless2 1.2.2.1(for 3-stable)

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

2000-01-04 Thread William Woods
I thought I read in the mailing list that the 3COM did work.. On 05-Jan-00 Frank Mayhar wrote: William Woods wrote: I have two pcmcia cards here I am wondering if the work under either -stable or -current, they are: 3COM Megahertz 10/100 LAN PC Card model #3CCFE574BT This is a

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

2000-01-04 Thread Frank Mayhar
William Woods wrote: I thought I read in the mailing list that the 3COM did work.. 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. -- Frank Mayhar [EMAIL PROTECTED]

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

2000-01-04 Thread William Woods
Man, this is getting depressing, all these goodies for Christmass and NADA workie, well, I assume that -current they are working on the driver for the 574BT right and eventually it will work. On a side note, how does your laptop like -current? I am going to run it on a Thinkpad 770E On

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

2000-01-04 Thread Warner Losh
In message [EMAIL PROTECTED] William Woods writes: : I thought I read in the mailing list that the 3COM did work.. There are two different versions of the 3ccfe574. One is cardbus and one is pccard, although the pccard may be 3cdifferent-mubmle574. At least that's what the conclusion was

Re: Bad 'grep' behaviour in -CURRENT, faulty binary detection?

2000-01-04 Thread Paul Eggert
Thanks for implementing the result of our earlier discussion. I documented what you wrote, and as a result I have the following suggestions for further improvements: * The assignment to not_text should depend on out_quiet if no --binary-files option is given. * The operands of

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

2000-01-04 Thread Warner Losh
In message [EMAIL PROTECTED] William Woods writes: : Hold on. Lemme try something here : : 1) Physical inspection. The cardbus cards have a row of dots on the : top side of the card right next to the connectors for the : pccard/cardbus bus for better grounding and are often

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

2000-01-04 Thread Mikhail A. Sokolov
And what about 3cxem556b? When somebody already asked some time ago, I looked through archives to no avail of information. It worked splendid on 2.2.7-pao ;) OpenBSD 2.6, which I have to use now isn't a solution due to it being OpenBSD. On Wed, Jan 05, 2000 at 12:03:15AM -0700, Warner Losh

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

2000-01-04 Thread Josef Grosch
On Tue, Jan 04, 2000 at 11:05:57PM -0800, William Woods wrote: : 3COM Megahertz 10/100 LAN PC Card model #3CCFE574BT If this is the cardbus version, no. If it is the pccard version then yes. We've received reports of this same model number being used for both the pccard and cardbus.

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

2000-01-04 Thread Warner Losh
In message [EMAIL PROTECTED] William Woods writes: : * : ** : : is what I see Which part is taller, the tab sticking out, or the slot sticking in? If the tab is taller, it is likely cardbus, otherwise pccard. I suspect that the slot is taller since you don't have the row of bumps on the card.

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

2000-01-04 Thread William Woods
slot is taller On 05-Jan-00 Warner Losh wrote: In message [EMAIL PROTECTED] William Woods writes: : * : ** : : is what I see Which part is taller, the tab sticking out, or the slot sticking in? If the tab is taller, it is likely cardbus, otherwise pccard. I suspect that the slot is

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

2000-01-04 Thread Warner Losh
In message [EMAIL PROTECTED] William Woods writes: : slot is taller Then it is a pccard. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

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

2000-01-04 Thread William Woods
ok, now...to get it working... ideas? On 05-Jan-00 Warner Losh wrote: In message [EMAIL PROTECTED] William Woods writes: : slot is taller Then it is a pccard. Warner -- E-Mail: William Woods [EMAIL PROTECTED] Date: 04-Jan-00 Time: 23:40:58