Re: bug: "device ether" no longer optional

2000-06-28 Thread Maxim Sobolev
"Andrey A. Chernov" wrote: > Without "device ether" in config file kernel fails to compile and > complains on undefined function ether_ifdetach() in if.c:if_detach() Here too. -Maxim To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

bug: kernel hangs at boot

2000-06-28 Thread Andrey A. Chernov
Fresh -current kernel with fresh -current bootblocks loaded ok but hangs in boot (no diagnostics even printed, just silent hang with "/" on the screen). Kernel from Jun14 with fresh -current bootblocks (i.e. the same bootblocks) booted Ok. -- Andrey A. Chernov <[EMAIL PROTECTED]> http://ache.

RE: Laptop boot problem in current with GENERIC & GENERIC.hints

2000-06-28 Thread John Baldwin
On 27-Jun-00 John Baldwin wrote: > > On 27-Jun-00 Edwin Culp wrote: >> I have 5 machines running current. All are booting fine with the >> changes made on June 12, with the exception of a k-6 laptop. I have >> been booting the kernel.works since the changes and can't seem to get >> something r

Re: Laptop boot problem in current with GENERIC & GENERIC.hints

2000-06-28 Thread Andrey A. Chernov
On Wed, Jun 28, 2000 at 10:14:27PM -0700, John Baldwin wrote: > It's fixed. It wasn't a kernel problem but a stupid bogon on my part > in btx.s. Make sure you have rev 1.19 of /sys/boot/i386/btx/btx/btx.s > and rebuild your loader. > It seems there is a different problem. Fresh -current kerne

bug: "device ether" no longer optional

2000-06-28 Thread Andrey A. Chernov
Without "device ether" in config file kernel fails to compile and complains on undefined function ether_ifdetach() in if.c:if_detach() Please fix. -- Andrey A. Chernov <[EMAIL PROTECTED]> http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in t

Re: Laptop boot problem in current with GENERIC & GENERIC.hints

2000-06-28 Thread John Baldwin
On 27-Jun-00 Edwin Culp wrote: > Donn Miller wrote: > >> Did you compile your kernel with any optimizations, such as -Os? If so, >> try it recompiling it without optimizations. > > Unfortunately, no. I wish that I had, because I'm fresh out of things to > try. It's fixed. It wasn't a kernel

Re: Laptop boot problem in current with GENERIC & GENERIC.hints

2000-06-28 Thread John Baldwin
On 28-Jun-00 Donn Miller wrote: > On Wed, 28 Jun 2000, Warner Losh wrote: > >> In message <[EMAIL PROTECTED]> Edwin Culp writes: >> : int=000d err= eft=00010046 eip=92eb >> : eax=00fb ebx= ecx=0152 edx=03f6 >> : esi=000fbc92 edi=000f ebp=17b4 esp=1

RE: The position of {boot,fixit}_crunch.conf

2000-06-28 Thread John Baldwin
On 28-Jun-00 Takahashi Yoshihiro wrote: > Hi, > > I'd like to move {boot,fixit}_crunch.conf from src/release to > src/release/$MACHINE because it needs to use different configuration > file between PC/AT and PC-98 to decrease the size of PC-98 fixit.flp > to 1.2MB. > > In addition, alpha machin

RE: Laptop boot problem in current with GENERIC & GENERIC.hints

2000-06-28 Thread John Baldwin
On 27-Jun-00 Edwin Culp wrote: > I have 5 machines running current. All are booting fine with the > changes made on June 12, with the exception of a k-6 laptop. I have > been booting the kernel.works since the changes and can't seem to get > something right. I have tried with my original kerne

Re: Release still broken with new Perl

2000-06-28 Thread John Baldwin
On 28-Jun-00 Mark Murray wrote: >> ===> gnu/usr.bin/perl/library/B >> make: don't know how to make distribute. Stop > > OK - I know how to fix this. > > Thanks for the report! Thanks. :) > M > -- > Mark Murray > Join the anti-SPAM movement: http://www.cauce.org -- John Baldwin <[EMAIL PROT

Re: USB modems

2000-06-28 Thread Mike Meyer
Warner Losh writes: > In message Bob Bishop writes: > : Can anyone give a quick synopsis of the current status of support for USB > : modems? TIA > They aren't supported yet. There's at least one group that might be > working on them. The value of supportin

Re: XML driver config file to replace LINT

2000-06-28 Thread Warner Losh
In message <[EMAIL PROTECTED]> Nik Clayton writes: : On Wed, Jun 28, 2000 at 11:27:12AM -0400, Thomas M. Sommers wrote: : > Warner Losh wrote: : > > : > > Any reason that the .c/.h files of the drivers couldn't be used to : > > generate this information? : > : > Or perhaps the other way around

Re: XML driver config file to replace LINT

2000-06-28 Thread Warner Losh
In message <[EMAIL PROTECTED]> Nik Clayton writes: : Or does loading Japanese text in to a non-Japanese aware editor scramble : the text? It can, if the user editing the text isn't careful, or the editor likes to do too many things automatically. Generally speaking, however, it shouldn't be a bi

Re: XML driver config file to replace LINT

2000-06-28 Thread Warner Losh
In message <[EMAIL PROTECTED]> "Thomas M. Sommers" writes: : Warner Losh wrote: : > : > Any reason that the .c/.h files of the drivers couldn't be used to : > generate this information? : : Or perhaps the other way around. No. I'm saying that the .c and .h files (likely .h) are the source to

Re: XML driver config file to replace LINT

2000-06-28 Thread Warner Losh
In message <[EMAIL PROTECTED]> Dan Moschuk writes: : Perhaps it would be a good idea to assign someone the task of just maintaing : the HARDWARE.TXT file, rather than expecting all developers to keep : documentation up to date? This can be difficult to do. It will take someone with enough cycle

Re: USB modems

2000-06-28 Thread Warner Losh
In message Bob Bishop writes: : Can anyone give a quick synopsis of the current status of support for USB : modems? TIA They aren't supported yet. There's at least one group that might be working on them. The value of supporting them is well known. Take c

Re: XML driver config file to replace LINT

2000-06-28 Thread Satoshi - Ports Wraith - Asami
* From: Nik Clayton <[EMAIL PROTECTED]> * Possibly. I was thinking that the only thing that would be language * specific about each driver would be the comment section. * * ... * * All the other stuff is language independent. * * That being the case, it wouldn't be too hard to do

Strange make buildworld problem...

2000-06-28 Thread Donn Miller
Recently, the make world problems with perl have been fixed, and I can do a make world all the way through, provided I do a make world the first time only. However, I did a cvsup to update my source tree again after the first make world. I did a make -DNOCLEAN buildworld with /usr/obj untouched.

Re: Huh? ssh stopped working with new kernel.

2000-06-28 Thread Brian Somers
> * Julian Elischer <[EMAIL PROTECTED]> [000627 12:36] wrote: > > So I cvsupped yesterday, and tehn made a new kernel. > > so suddenly ssh doesn't work any more. > > cvsup again and recompile and reload the randomdev module, it should > resume working. And ``sed -n /^2624:$/,/^$/p /usr/src/U

Re: What's going on with crypto all of a sudden ?

2000-06-28 Thread Kenneth Wayne Culver
Nothing to be sorry about... just read a little more carefully :-) = | Kenneth Culver | FreeBSD: The best NT upgrade| | Unix Systems Administrator | ICQ #: 24767726 | | and student at The |

Re: What's going on with crypto all of a sudden ?

2000-06-28 Thread Pascal Hofstee
On Wed, Jun 28, 2000 at 04:28:24PM -0400, Kenneth Wayne Culver wrote: > if you're using -CURRENT, it's because you havn't followed the advice > about the new randomdev. Stumbled over it right after i sent the email sorry -- Pascal Hofstee < daeron @ shadowmere . student . utwente .

Re: What's going on with crypto all of a sudden ?

2000-06-28 Thread Kenneth Wayne Culver
if you're using -CURRENT, it's because you havn't followed the advice about the new randomdev. = | Kenneth Culver | FreeBSD: The best NT upgrade| | Unix Systems Administrator | ICQ #: 24767726 | | a

What's going on with crypto all of a sudden ?

2000-06-28 Thread Pascal Hofstee
Just now after a new buildworld/installworld i am suddenly getting errors like the following when trying to use OpenSSH's version 1 protocoll: ssh: no RSA support in libssl and libcrypto. See ssl(8). Disabling protocol version 1 Protocol major versions differ: 2 vs. 1 man 8 sslresults into

Re: XML driver config file to replace LINT

2000-06-28 Thread Wilko Bulte
On Wed, Jun 28, 2000 at 02:45:25PM -0400, Dan Moschuk wrote: > > | > Perhaps it would be a good idea to assign someone the task of just maintaing > | > the HARDWARE.TXT file, rather than expecting all developers to keep > | > documentation up to date? > | > | That is what I am currently doing (

Re: The position of {boot,fixit}_crunch.conf

2000-06-28 Thread Brandon D. Valentine
On Wed, 28 Jun 2000, Wilko Bulte wrote: >Rather, I mean a *small* bootable CD image like NetBSD uses, essentially >a 'super floppy'. Which would then be suitable for a Net install too. >There is already a LS120 (?) image similar to that I think. Which, btw, would be a nifty thing to have if you

Re: XML driver config file to replace LINT

2000-06-28 Thread Dan Moschuk
| > Perhaps it would be a good idea to assign someone the task of just maintaing | > the HARDWARE.TXT file, rather than expecting all developers to keep | > documentation up to date? | | That is what I am currently doing (at least trying to.. ;-) for | FreeBSD/alpha. But considering that the al

Re: The position of {boot,fixit}_crunch.conf

2000-06-28 Thread Wilko Bulte
On Wed, Jun 28, 2000 at 11:19:20AM -0700, David O'Brien wrote: > On Wed, Jun 28, 2000 at 08:11:22PM +0200, Wilko Bulte wrote: > > Seconded. But Maybe at some point in time we should decide CD[R] is the load > > medium of choice for Alpha. Or? > > That would mostly prevent Net installs, and anyone

Re: Check for ports updates

2000-06-28 Thread David O'Brien
On Wed, Jun 28, 2000 at 08:08:07PM +0200, Leif Neland wrote: > NO_UPDATE="major jump in version - keep old version too" > Or > UPDATE_OK="1.0.3" > meaning it's ok to upgrade if the previous version is 1.0.3 or higher. You are now *way* into Ports issues. Please move this discussion to [EMAIL PR

Re: XML driver config file to replace LINT

2000-06-28 Thread Wilko Bulte
On Wed, Jun 28, 2000 at 01:49:36PM -0400, Dan Moschuk wrote: > > | I disagree. We're not Linux, where people can throw in code without thought > | to the wider consequences -- one of the commitments you should make (that's > | a generic "you" there, not you specifically) as a FreeBSD committer i

Re: The position of {boot,fixit}_crunch.conf

2000-06-28 Thread David O'Brien
On Wed, Jun 28, 2000 at 08:11:22PM +0200, Wilko Bulte wrote: > Seconded. But Maybe at some point in time we should decide CD[R] is the load > medium of choice for Alpha. Or? That would mostly prevent Net installs, and anyone installing snapshots from current.freebsd.org. Do we really want to han

Re: Check for ports updates

2000-06-28 Thread Leif Neland
On Wed, 28 Jun 2000, Alexander Leidinger wrote: > On 28 Jun, Leif Neland wrote: > > Any reason not to put this into bsd.port.mk? > > > > make update > > - it removes your config files in most cases. Most sane install's either just installs foo.conf.sample, or won't overwrite existing config

Re: The position of {boot,fixit}_crunch.conf

2000-06-28 Thread Wilko Bulte
On Wed, Jun 28, 2000 at 10:09:31AM -0700, David O'Brien wrote: > On Wed, Jun 28, 2000 at 09:28:31PM +0900, Takahashi Yoshihiro wrote: > > I'd like to move {boot,fixit}_crunch.conf from src/release to > > src/release/$MACHINE because it needs to use different configuration > > file between PC/AT an

Re: Check for ports updates

2000-06-28 Thread Leif Neland
On Wed, 28 Jun 2000, Alexander Leidinger wrote: > On 28 Jun, Neil Blakey-Milner wrote: > > >> Any reason not to put this into bsd.port.mk? > >> > >> make update > > > > It will break the system at least 20% of the time. Change 20% to 100% > > for gnome, kde, xpm, png, tiff, jpeg, and so for

Re: XML driver config file to replace LINT

2000-06-28 Thread Dan Moschuk
| I disagree. We're not Linux, where people can throw in code without thought | to the wider consequences -- one of the commitments you should make (that's | a generic "you" there, not you specifically) as a FreeBSD committer is to | maintain the documentation that's affected by your changes.

Re: new ftpd feature...

2000-06-28 Thread Will Andrews
On Wed, Jun 28, 2000 at 12:23:53PM -0500, Visigoth wrote: > I understand how IP_PORTRANGE_HIGH and all work, but there are > other programs which use these as well, and in at least my application, > having support in ftpd is nice... I'd have to agree with Visigoth here; system controls shou

Re: new ftpd feature...

2000-06-28 Thread Visigoth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > ftpd uses ports in the high range, just adjust the last two sysctls > and you'll be fine. I understand how IP_PORTRANGE_HIGH and all work, but there are other programs which use these as well, and in at least my application, having support

Re: new ftpd feature...

2000-06-28 Thread Dag-Erling Smorgrav
Visigoth <[EMAIL PROTECTED]> writes: > [patches to limit the range of ports used for passive FTP] des@flood ~% sysctl -A | grep portrange net.inet.ip.portrange.lowfirst: 1023 net.inet.ip.portrange.lowlast: 600 net.inet.ip.portrange.first: 1024 net.inet.ip.portrange.last: 5000 net.inet.ip.portrang

Re: The position of {boot,fixit}_crunch.conf

2000-06-28 Thread David O'Brien
On Wed, Jun 28, 2000 at 09:28:31PM +0900, Takahashi Yoshihiro wrote: > I'd like to move {boot,fixit}_crunch.conf from src/release to > src/release/$MACHINE because it needs to use different configuration > file between PC/AT and PC-98 to decrease the size of PC-98 fixit.flp > to 1.2MB. > > In add

new ftpd feature...

2000-06-28 Thread Visigoth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sup all? In light of the recent WU-ftpd exploits and general security concearns, I decided to change to a different ftpd.(duh) The largest feature about wu-ftpd that I needed was the ability to specify the passive port range so as t

Re: XML driver config file to replace LINT

2000-06-28 Thread Nik Clayton
On Wed, Jun 28, 2000 at 11:27:12AM -0400, Thomas M. Sommers wrote: > Warner Losh wrote: > > > > Any reason that the .c/.h files of the drivers couldn't be used to > > generate this information? > > Or perhaps the other way around. That's what I'd prefer. Any solution that relys on trying to

Re: vnode_if.h: how should it be done ?

2000-06-28 Thread Warner Losh
In message <[EMAIL PROTECTED]> Kris Kennaway writes: : On Sun, 25 Jun 2000, Warner Losh wrote: : : > They aren't installed. You must have a kernel tree to build the kld. : > Just add vnode_if.h to your SRCS and the rest happens automatically : > via bsd.kmod.mk. It works great. I do it all th

Re: XML driver config file to replace LINT

2000-06-28 Thread Nik Clayton
On Tue, Jun 27, 2000 at 11:49:34PM +0900, Hiroki Sato wrote: > Nik Clayton <[EMAIL PROTECTED]> wrote > in <[EMAIL PROTECTED]>: > > > [ That schema is not set in stone, and certainly requires more work. In > > particular, we probably need "lang" and "encoding" options on the > >element, to

Re: Check for ports updates

2000-06-28 Thread Alexander Leidinger
On 28 Jun, Neil Blakey-Milner wrote: >> Any reason not to put this into bsd.port.mk? >> >> make update > > It will break the system at least 20% of the time. Change 20% to 100% > for gnome, kde, xpm, png, tiff, jpeg, and so forth. I've successfully updated png/tiff/jpeg and some gnome package

Re: Check for ports updates

2000-06-28 Thread Alexander Leidinger
On 28 Jun, Leif Neland wrote: > Any reason not to put this into bsd.port.mk? > > make update - it removes your config files in most cases. - it may break binaries which depend upon a specific library. - ... Bye, Alexander. -- Secret hacker rule #11: hackers read manuals. http:

Re: Boot Oddities

2000-06-28 Thread Dampure, Pierre Y.
Apologies to all, this was a pilot error. /boot/defaults/loader.conf was referencing disk1s1a -- it should have been disk2s1a (I forgot the floppy was included in the unit count). After a few interesting floppy boots / fdisk / disklabel sessions, I got the thingie to work. One point, though: th

Re: XML driver config file to replace LINT

2000-06-28 Thread Thomas M. Sommers
Warner Losh wrote: > > Any reason that the .c/.h files of the drivers couldn't be used to > generate this information? Or perhaps the other way around. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: perl5 ports and perl5.006

2000-06-28 Thread Ade Lovett
On Tue, Jun 27, 2000 at 07:05:39PM -0500, Ade Lovett wrote: > Take a perl5 port at random.. I chose converters/p5-Convert-UU > I had to make the following (kludgy) hack to the PLIST to make > things package properly: > > Index: PLIST > =

Re: Laptop boot problem in current with GENERIC & GENERIC.hints

2000-06-28 Thread Edwin Culp
Thanks, Warner and Donn. I have been successfully building a new world and kernel every day, except with the latest perl problems the last two days. Today's world is in process and looks like it is going to be successful. This means that everything is up to date. I haven't been able to boot any

Re: XML driver config file to replace LINT

2000-06-28 Thread Nik Clayton
On Mon, Jun 26, 2000 at 03:02:07PM -0600, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Nik Clayton writes: > : Another script would parse the above and generate HARDWARE.TXT. And another > : could parse the above and spit out DocBook for the Handbook and FAQ. > > There's some problems wi

Re: XML driver config file to replace LINT

2000-06-28 Thread Nik Clayton
On Mon, Jun 26, 2000 at 03:02:07PM -0600, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Nik Clayton writes: > : Another script would parse the above and generate HARDWARE.TXT. And another > : could parse the above and spit out DocBook for the Handbook and FAQ. > > There's some problems wi

Re: XML driver config file to replace LINT

2000-06-28 Thread Nik Clayton
On Mon, Jun 26, 2000 at 03:06:57PM -0600, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Nik Clayton writes: > : In my world, this XML file would be a replacement for many of the files > : in src/sys/conf/. Or, at the very least, those files would be generated > : from this XML file. As a d

Re: XML driver config file to replace LINT

2000-06-28 Thread Nik Clayton
On Mon, Jun 26, 2000 at 03:06:57PM -0600, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Nik Clayton writes: > : In my world, this XML file would be a replacement for many of the files > : in src/sys/conf/. Or, at the very least, those files would be generated > : from this XML file. As a d

Re: Check for ports updates

2000-06-28 Thread Neil Blakey-Milner
On Wed 2000-06-28 (15:13), Leif Neland wrote: > Any reason not to put this into bsd.port.mk? > > make update It will break the system at least 20% of the time. Change 20% to 100% for gnome, kde, xpm, png, tiff, jpeg, and so forth. Neil -- Neil Blakey-Milner Sunesi Clinical Systems [EMAIL PROT

Re: Check for ports updates

2000-06-28 Thread Leif Neland
Any reason not to put this into bsd.port.mk? make update On Wed, 28 Jun 2000, Alexander Leidinger wrote: > On 28 Jun, Leif Neland wrote: > > > The steps needed for upgrading a package (from ports) would be: > > > > make install > > > > append foo-1.1/+REQUIRED_BY to foo-1.2/+REQUIRED_BY >

Re: Check for ports updates

2000-06-28 Thread Alexander Leidinger
On 28 Jun, Leif Neland wrote: > The steps needed for upgrading a package (from ports) would be: > > make install > > append foo-1.1/+REQUIRED_BY to foo-1.2/+REQUIRED_BY > > traverse /var/db/pkg/* and remove foo-1.1/replace with foo-1.2 > > "subtract" foo-1.2/+CONTENT from foo-1.1/+CONTENT, on

The position of {boot,fixit}_crunch.conf

2000-06-28 Thread Takahashi Yoshihiro
Hi, I'd like to move {boot,fixit}_crunch.conf from src/release to src/release/$MACHINE because it needs to use different configuration file between PC/AT and PC-98 to decrease the size of PC-98 fixit.flp to 1.2MB. In addition, alpha machines don't require the fdisk command, so I think that it sh

Re: let badsect recog IFCHR in 5.0-C

2000-06-28 Thread Alexander Langer
Thus spake Warner Losh ([EMAIL PROTECTED]): > /* That's OK */ > #if 0 > That's not > #endif Lol. I'd like to see one who does such things :) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body o

Re: Check for ports updates

2000-06-28 Thread Leif Neland
On Tue, 6 Jun 2000, Thomas Schuerger wrote: > Hi! > > Is there already a tool that checks the installed ports for available > updates in /usr/ports? > > I've written such a tool, which seems to work fine already. Anyone > interested? > Now that such a tool (yours?) is in /etc/periodic/weekly

Re: let badsect recog IFCHR in 5.0-C

2000-06-28 Thread Clive Lin
On Wed, Jun 28, 2000 at 11:31:55AM +1000, Bruce Evans wrote: > 1) Don't "comment out" dead code. Remove it. > 2) Use only #if 0 to "comment out code. Comments are unsuitable for >"commenting out" code in general, because the code might contain >comments, and they are harder to edit and r

Re: vnode_if.h: how should it be done ?

2000-06-28 Thread Kris Kennaway
On Sun, 25 Jun 2000, Warner Losh wrote: > They aren't installed. You must have a kernel tree to build the kld. > Just add vnode_if.h to your SRCS and the rest happens automatically > via bsd.kmod.mk. It works great. I do it all the time. In fact, I > added SYSDIR support to bsd.kmod.mk at Tim

Re: Bootstrapping perl ...

2000-06-28 Thread George W. Dinolt
Mark: Got through the buildworld with a recent cvsup. I am now running with this "world". Many thanks. I am not sure who is supposed to manage the fact that /usr/ports/Mk/bsd.ports.mk doesn't yet know about perl-5.006. One appears to need to set PERL_VER and PERL_VERSION. I just added an ."if

Re: perl5 ports and perl5.006

2000-06-28 Thread Doug Barton
Ade Lovett wrote: > > Got a couple of issues with perl5.006 that just went into -current > in terms of perl5 ports. > > The first one is relatively straightforward, being a simple > versioning problem. Following patch fixes that (OSVERSION > may be slightly wrong, but it corresponds to what I h

Re: Bootstrapping perl (Re: cvs commit: src/gnu/usr.bin/perl Mak

2000-06-28 Thread Neil Blakey-Milner
On Tue 2000-06-27 (02:41), John Baldwin wrote: > > On 26-Jun-00 David O'Brien wrote: > > On Mon, Jun 26, 2000 at 10:28:53PM +0200, Mark Murray wrote: > >> > Since I'm now through it, I don't know the latest problem, but the > >> > last thing I saw that the old lib got used with the new perl (or t

Re: Bootstrapping perl (Re: cvs commit: src/gnu/usr.bin/perl Mak

2000-06-28 Thread John Baldwin
On 26-Jun-00 David O'Brien wrote: > On Mon, Jun 26, 2000 at 10:28:53PM +0200, Mark Murray wrote: >> > Since I'm now through it, I don't know the latest problem, but the >> > last thing I saw that the old lib got used with the new perl (or the >> > other way round) and that looks like it can be fi

Re: -current of 3 hours ago, can't get GENERIC kernel compiled

2000-06-28 Thread Martin Cracauer
In <[EMAIL PROTECTED]>, Andreas Klemm wrote: > current of today, very recent. > > Just to drop you a note. > > cc -pipe -O -nostdinc -I/usr/src/sys/compile/GENERIC/../.. -I. -I/usr/include-o >aicasm aicasm_gram.o aicasm_scan.o aicasm.o aicasm_symbol.o -ll > ./aicasm -nostdinc -I- -I. -I..

Re: Laptop boot problem in current with GENERIC & GENERIC.hints

2000-06-28 Thread Donn Miller
On Wed, 28 Jun 2000, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Edwin Culp writes: > : int=000d err= eft=00010046 eip=92eb > : eax=00fb ebx= ecx=0152 edx=03f6 > : esi=000fbc92 edi=000f ebp=17b4 esp=17b4 > : cs:eip=0f 32 89 45 1c 89 55 14-46

Re: XML driver config file to replace LINT

2000-06-28 Thread Warner Losh
Any reason that the .c/.h files of the drivers couldn't be used to generate this information? I think it would greatly enhance the ability of the aintainer to update it. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: let badsect recog IFCHR in 5.0-C

2000-06-28 Thread Warner Losh
In message <[EMAIL PROTECTED]> Alexander Langer writes: : Thus spake Dan Papasian ([EMAIL PROTECTED]): : : > > > + // un-needed. : > > > + // memcpy(name_dir_end + 1, name_dir_end, strlen(name_dir_end) + 1); : > > > + // *name_dir_end = 'r'; : > > Use /* */ comments or #if 0. :

Re: Laptop boot problem in current with GENERIC & GENERIC.hints

2000-06-28 Thread Warner Losh
In message <[EMAIL PROTECTED]> Edwin Culp writes: : int=000d err= eft=00010046 eip=92eb : eax=00fb ebx= ecx=0152 edx=03f6 : esi=000fbc92 edi=000f ebp=17b4 esp=17b4 : cs:eip=0f 32 89 45 1c 89 55 14-46 eb cf 80 65 31 fd eb : ss:esp=08 00 00 00 1c 9c 00

Re: Boot Oddities

2000-06-28 Thread Dampure, Pierre Y.
"Dampure, Pierre Y." wrote: > > Apologies if this ought to be in -questions rather than -current, but > since I first noticed the problem on 5.0-2621-CURRENT... > > The above snapshot was installed on a brand new system (OR840, 2x733EB, > 512MB RDRAM, 1xAHA2940UW, 4x9.1Gb Barracuda). The dis