Re: UPDATE4: ATA/ATAPI driver new version available.

1999-03-28 Thread Soren Schmidt
It seems Brian Feldman wrote: >I tried this out just as soon as I saw the announcement! Your driver is > really coming along well. I have three basic problems with it: > > 1. A hard reset is necessary to get the CD-ROM drive to work with acd. > > wdc0: unit 1 (atapi): , removable, > dm

RE: apache13-fp probs: fpsrvadm.exe core dumps.

1999-03-28 Thread Chris Piazza
On 29-Mar-99 Michael E. Mercer wrote: > Hello all, > > I am running 4.0 current and am trying to get apache13-fp > to install, however the executable fpsrvadm.exe core dumps. > > I have tried to do this on two different 4.0 machines, > same thing happens on both. > > Is there something I am mis

apache13-fp probs: fpsrvadm.exe core dumps.

1999-03-28 Thread Michael E. Mercer
Hello all, I am running 4.0 current and am trying to get apache13-fp to install, however the executable fpsrvadm.exe core dumps. I have tried to do this on two different 4.0 machines, same thing happens on both. Is there something I am missing? later Michael Mercer To Unsubscribe: send mail

Re: UPDATE4: ATA/ATAPI driver new version available.

1999-03-28 Thread Tugrul Galatali
There seems to be an oopsie with the includes on a system without PCI in ata-dma.c: #include "ata.h" +#include + #if NATA > 0 -#include "pci.h" #if NPCI > 0 +#include "pci.h" #include #include #include My 486 still spits this out tho: [...] ata0 at 0x1f0-0x1f7 irq 14 on isa [.

Re: UPDATE4: ATA/ATAPI driver new version available.

1999-03-28 Thread Brian Feldman
On Sun, 28 Mar 1999, Brian Feldman wrote: >I tried this out just as soon as I saw the announcement! Your driver is > really coming along well. I have three basic problems with it: > > 1. A hard reset is necessary to get the CD-ROM drive to work with acd. > > wdc0: unit 1 (atapi): , rem

Re Post!: What to make of the script /usr/src/tools/LibraryReport/LibraryReport.tcl?

1999-03-28 Thread Michael E. Mercer
Hello again, Posted this a few days ago...no response... so I am trying again. Later Michael "Michael E. Mercer" wrote: > > Hello, > > Sorry for posting to two lists...not sure where this should go. > > I saw an email where someone mentioned this script... > > how do I make out what this s

Re: UPDATE4: ATA/ATAPI driver new version available.

1999-03-28 Thread Brian Feldman
I tried this out just as soon as I saw the announcement! Your driver is really coming along well. I have three basic problems with it: 1. A hard reset is necessary to get the CD-ROM drive to work with acd. wdc0: unit 1 (atapi): , removable, dma, iordy wcd0: drive speed 2067KB/sec, 128

UPDATE4: ATA/ATAPI driver new version available.

1999-03-28 Thread Soren Schmidt
Fourth update to the new ATA/ATAPI driver: Well, better late than newer, but things has been hectic around here, sorry for the long delay. DMA support has been added to the ATA disk driver. This only works on Intel PIIX3/4, Acer Aladdin and Promise controllers. The promise support works without

Re: 3com Nic Problems

1999-03-28 Thread Bill Paul
Of all the gin joints in all the towns in all the world, RT had to walk into mine and say: > Heres are the nic combinations I've tried in one machine: > > 3com 905 (at 100mbit) & 3com 905b (at 10mbit) > 3com 905b (at 100mbit) & 3com 905 (at 10mbit) > 3com 905 (at 100mbit) & realtek 8039 (at 10mb

Re: 3com Nic Problems

1999-03-28 Thread RT
Sure enough when reading my own bug report, I found something else: xl0: <3Com 3c905B Fast Etherlink XL 10/100BaseTX> rev 0x30 int a irq 9 on pci0.3.0 xl0: command never completed! xl0: Ethernet address: 00:50:04:11:5f:16 xl0: autoneg not complete, no carrier (forcing half-duplex, 10Mbps) xl1: <3C

3com Nic Problems

1999-03-28 Thread RT
Heres are the nic combinations I've tried in one machine: 3com 905 (at 100mbit) & 3com 905b (at 10mbit) 3com 905b (at 100mbit) & 3com 905 (at 10mbit) 3com 905 (at 100mbit) & realtek 8039 (at 10mbit) 3com 905b (at 100mbit) & realtek (at 10mbit) 3com 905b (at 100mbit) & ne2000 (at 10mbit) In each c

-stable problem

1999-03-28 Thread Dmitry Valdov
Hi! Why this happens? > telnet x.x.x.x nntp Trying x.x.x.x... Connected to x.x.x.x. Escape character is '^]'. assertion "nsegs == 2" failed: file "/usr/src/libexec/rtld-elf/map_object.c", line 158 Connection closed by foreign host. Also machine closes any connection to any port. It happens not

Re: Problem with "make release"

1999-03-28 Thread Vladimir Litovka
Hello! On Sat, 27 Mar 1999, Scot W. Hetzel wrote: > > without errors. Optimization BTW do FreeBSD's team have plans to use > > egcs as main compiler or no? Or gcc 2.8.x at least... > > > The FreeBSD team is looking into adding egcs into 4.0-CURRENT as the next > compiler for FreeBSD. Curre