!L!ù‘ù’˜A—æ‚È‚µ

2002-04-05 Thread #9977
ù‘‘S‘ƒlƒbƒg‚̏o‰ï‚¢Œn —«‚ÍŠ®‘S–³—¿I’j«•ƒŒƒY‚Ì•û‚͐V‹K“o˜^Žžš100pt-1000‰~•ªƒvƒŒƒ[ƒ“ƒgù© ‘ü¡‘ål‹C’†ù§ http://ing.mu ƒGƒbƒ`‰æ‘œ‚àŒ©‚ê‚郈 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Please commit patches in PR

2002-04-05 Thread Martin Nilsson
Fix for PRs: kern/30836: Chipset SiS735 / NIC SiS 900 kern/35691: Realtek NIC driver does not work with Realtek 8201L NIC adapter Hello, I have submitted patches that solves the last problem in kern/30836 and probably also solves kern/35691. Please take a look at them and commit if they seems r

How to add more than one lpt?

2002-04-05 Thread Bernd Walter
I have 3 ppc interfaces with connected printers. The ppc are probed fine but I get only an lpt for the first. The Regents of the University of California. All rights reserved. FreeBSD 5.0-CURRENT #0: Thu Apr 4 18:03:18 GMT 2002 [EMAIL PROTECTED]:/var/d7/builder/FreeBSD-2002-03-23/sr

Re: BUS_SPACE_MAXSIZE & isp driver.

2002-04-05 Thread Justin T. Gibbs
>> I think it should go away. We should malloc space to hold the segments in >> the leaf dma tags and base that size on the information in the tag. The >> segments would only be allocated on the first dma_map_create call on a >> tag so that intermediate (i.e. non-leaf) tags never have this stuff

Re: segfault in getpwuid()?

2002-04-05 Thread Brian Somers
Yes, I think I can ! I'll bet the binary in question is using libc.so.4 *AND* libc.so.5 because of a third library that has a libc.so.4 dependency. This confused me for quite some time with apache. for f in /usr/local/lib/*.so do objdump -x $f 2>/dev/null | grep -q NEEDED.*libc.so.4 && echo

"ccache" and FreeBSD kernels...

2002-04-05 Thread Poul-Henning Kamp
Just for fun I tried compiling some kernels with "ccache". It cuts the time it takes to compile LINT in half. And that is on a dual-athlon-1800 system with 2GB RAM and 15kRPM scsi disks, slower systems will see larger improvements. There about 100 files overlab between kernels, probably mostly

Re: BUS_SPACE_MAXSIZE & isp driver.

2002-04-05 Thread Michael Smith
> For ISA, this ends up being a 16M limit; I think the 2G limit > on Alpha is because the limit is 32 bits, but there is some > signed math that should be unsigned. No, Terry, it has to do with the PCI bridge's translation mapping hardware, and if we supported it (which we don't seem to) then th

Re: BUS_SPACE_MAXSIZE & isp driver.

2002-04-05 Thread Matthew Jacob
Now, Mike, play nice... On Fri, 5 Apr 2002, Michael Smith wrote: > > For ISA, this ends up being a 16M limit; I think the 2G limit > > on Alpha is because the limit is 32 bits, but there is some > > signed math that should be unsigned. > > No, Terry, it has to do with the PCI bridge's transla

brakage in if_wi

2002-04-05 Thread Julian Elischer
dev/wi/if_wi_pccard.c ../../../dev/wi/if_wi_pccard.c:102: `PCMCIA_STR_3COM_3CRWE777A' undeclared here (not in a function) ../../../dev/wi/if_wi_pccard.c:102: initializer element is not constant ../../../dev/wi/if_wi_pccard.c:102: (near initialization for `wi_pccard_products[1].pp_name') ../../../

Re: brakage in if_wi

2002-04-05 Thread M. Warner Losh
Try again. Committed a fix a few hours ago. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: brakage in if_wi

2002-04-05 Thread Brooks Davis
On Fri, Apr 05, 2002 at 11:21:14AM -0800, Julian Elischer wrote: > > Newly suppe'd code It's fixed as of about 3hrs ago. You need the latest sys/dev/pccard/pccarddevs*. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E

Updating from 4.4

2002-04-05 Thread Seth Hettich
Doing a buildworld I get: cc -O -pipe -D_open=open -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr/obj/usr/src/i386/usr\" -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc_fbsd/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_fbsd/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_fbsd/../../../../contrib/gcc.295 -I/usr/

atacontrol breaks world

2002-04-05 Thread Steve Kargl
===> sbin/atacontrol cc -O -pipe -c /usr/src/sbin/atacontrol/atacontrol.c /usr/src/sbin/atacontrol/atacontrol.c: In function `cap_print': /usr/src/sbin/atacontrol/atacontrol.c:121: structure has no member named `lba_size' /usr/src/sbin/atacontrol/atacontrol.c:122: structure has no member named

usb lpt borked?

2002-04-05 Thread Julian Elischer
ok guys we seem to be going backwards on this one.. 3 months ago this worked perfectly 2 months ago it crashed after each document (on close()) now it crashes on open().. at least in the old kernel I could get my printouts :-) Apr 5 12:10:23 jules kernel: uhci0: p ort 0x1060-0x107f irq 5 at d

patch: make syslog stop spamming any root it finds...

2002-04-05 Thread Poul-Henning Kamp
I have always hated the three lines in /etc/syslog.conf which spams root with far too many and far too irrellevant syslog messages, in some cases even with several copies of them. For the life of me I cannot understand why we feel the need to whine like that at any root which crosses our way, so

Re: Last round of sendmail startup changes in place

2002-04-05 Thread Bill Fenner
BTW, not that this is particularly related to startup scripts, but -- I found it quite frustrating that due to a transient failure at submission time, my mail went into /var/spool/clientmqueue, for which you have to use "mailq -Ac", which is pretty much completely undocumented. It turned out OK

Re: atacontrol breaks world

2002-04-05 Thread Søren Schmidt
It seems Steve Kargl wrote: > ===> sbin/atacontrol > cc -O -pipe -c /usr/src/sbin/atacontrol/atacontrol.c > /usr/src/sbin/atacontrol/atacontrol.c: In function `cap_print': > /usr/src/sbin/atacontrol/atacontrol.c:121: structure has no member named `lba_size' > /usr/src/sbin/atacontrol/atacontro

Re: patch: make syslog stop spamming any root it finds...

2002-04-05 Thread Emiel Kollof
* Poul-Henning Kamp ([EMAIL PROTECTED]) wrote: > > I have always hated the three lines in /etc/syslog.conf which spams > root with far too many and far too irrellevant syslog messages, in > some cases even with several copies of them. Amen to that. You got my vote. Usually when I set up a FreeBS

Re: Updating from 4.4

2002-04-05 Thread Thomas Quinot
Le 2002-04-05, Seth Hettich écrivait : > Doing a buildworld I get: > /usr/src/gnu/usr.bin/cc/cc_fbsd/../../../../lib/libc/stdio/mktemp.c:38: > syntax error before string constant Got hit by that one two days ago. There is a patch in PR bin/36747. Thomas. -- [EMAIL PROTECTED] To Unsubscr

make buildkernel fails - missing header

2002-04-05 Thread Chris van der Pennen
make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | xargs env MKDEP_CPP="cc -E" CC="cc" mkdep -a -f .newdep -O -pipe -march=k6 -Wall -Wredundant-decls -Wnested-externs -Wstrict -prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -ffo rmat-extensions -ansi -g -nostdinc -I- -I. -I/

Re: patch: make syslog stop spamming any root it finds...

2002-04-05 Thread Peter Wemm
Emiel Kollof wrote: > * Poul-Henning Kamp ([EMAIL PROTECTED]) wrote: > > > > I have always hated the three lines in /etc/syslog.conf which spams > > root with far too many and far too irrellevant syslog messages, in > > some cases even with several copies of them. > > Amen to that. You got my vo

Re: make buildkernel fails - missing header

2002-04-05 Thread Adrian Penisoara
Hi, Bitten by the same rotten thing; luckily i had the older /usr/include/netinet/if_fddi.h header that I linked to in /usr/src/sys/netinet/if_fddi.h. Looking at the commit logs it seems that the right solution is to patch src/sys/netinet6/nd6.c to #include instead of . It compiles for me .

Re: make buildkernel fails - missing header

2002-04-05 Thread Matthew N. Dodd
On Sat, 6 Apr 2002, Chris van der Pennen wrote: > /usr/src/sys/netinet6/nd6.c:67: netinet/if_fddi.h: No such file or directory > mkdep: compile failed > > after which make fails with error 1. > > find /usr/src | grep fddi turns up a c-file, but no headers. This is with a > cvsup as of a few minut

Re: Updating from 4.4

2002-04-05 Thread David O'Brien
On Sat, Apr 06, 2002 at 12:16:22AM +0200, Thomas Quinot wrote: > > Doing a buildworld I get: > > > /usr/src/gnu/usr.bin/cc/cc_fbsd/../../../../lib/libc/stdio/mktemp.c:38: > > syntax error before string constant > > Got hit by that one two days ago. There is a patch in PR bin/36747. If possible,

Re: "ccache" and FreeBSD kernels...

2002-04-05 Thread David O'Brien
On Fri, Apr 05, 2002 at 08:31:06PM +0200, Poul-Henning Kamp wrote: > Just for fun I tried compiling some kernels with "ccache". > It cuts the time it takes to compile LINT in half. ... > It's actually a pretty neat idea, which (despite what O'brien > will yell at me) I would suggest should be put

Intel i830 driver?

2002-04-05 Thread James Satterfield
Anyone working on one of these? James. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Intel i830 driver?

2002-04-05 Thread Benno Rice
On Sat, 2002-04-06 at 15:17, James Satterfield wrote: > Anyone working on one of these? What kind of driver do you mean? I have an i830MP chipset in my Dell Inspiron 4100 and it's working fine. -- Benno Rice [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message par

Re: Intel i830 driver?

2002-04-05 Thread James Satterfield
I have a Dell Latitude C400 with an Intel i830M graphics chip. Running 4.5-stable, the i810 driver complains about not finding the (I assume AGP) bridge device. Here's my dmesg. James. CPU: Pentium III/Pentium III Xeon/Celeron (797.35-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6b1 Ste

Re: patch: make syslog stop spamming any root it finds...

2002-04-05 Thread Garance A Drosihn
At 11:27 PM +0200 4/5/02, Poul-Henning Kamp wrote: >For the life of me I cannot understand why we feel the >need to whine like that at any root which crosses our >way, so unless somebody can explain to me why this is >vital, I'll commit the following patch. There are times when it has been useful

Re: usb lpt borked?

2002-04-05 Thread Alexander Leidinger
On 5 Apr, Julian Elischer wrote: > > ok guys we seem to be going backwards on this one.. > > 3 months ago this worked perfectly > 2 months ago it crashed after each document (on close()) > now it crashes on open().. at least in the old kernel > I could get my printouts :-) A Mar 12 kernel shou

Re: usb lpt borked?

2002-04-05 Thread Michael Reifenberger
On Sat, 6 Apr 2002, Alexander Leidinger wrote: ... > Only my USB mice does something bad, it hangs the system hard on > shutdown. Me too. Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body