Re: [PATCH] if_ar and if_sr compile problem

2001-12-27 Thread John Hay
Hi Max, You are right about the problem and I guess the fix is one way to do it. I would prefer that if_sppp.h does not require device drivers to suddenly need to include network include files, so I have asked Joerg about it. > Julian Elischer wrote: > > > > there are SEPARATE modules for the n

Re: [PATCH] if_ar and if_sr compile problem

2001-12-27 Thread Maksim Yevmenkin
Julian Elischer wrote: > > there are SEPARATE modules for the netgraph versions > ng_sr and ng_ar, compiled from the same sources.. > > ng_sync_sr and ng_sync_ar are specifically for the non-netgraph versions. > > -r-xr-xr-x 1 root wheel 26500 Nov 7 00:08 /boot/kernel/ng_sync_ar.ko > -r-xr

Re: [PATCH] if_ar and if_sr compile problem

2001-12-27 Thread Julian Elischer
there are SEPARATE modules for the netgraph versions ng_sr and ng_ar, compiled from the same sources.. ng_sync_sr and ng_sync_ar are specifically for the non-netgraph versions. -r-xr-xr-x 1 root wheel 26500 Nov 7 00:08 /boot/kernel/ng_sync_ar.ko -r-xr-xr-x 1 root wheel 28523 Nov 7 00:08

[PATCH] if_ar and if_sr compile problem

2001-12-27 Thread Maksim Yevmenkin
Hackers, it looks like if_ar and if_sr modules will not compile unless you have enabled NETGRAPH. patches are simple and attached. thanks, max p.s. i'm trying today's -current. --- if_ar.c.origThu Dec 27 16:25:55 2001 +++ if_ar.c Thu Dec 27 15:44:19 2001 @@ -69,6 +69,10 @@ #includ

Re: reboot -p

2001-12-27 Thread Thomas Quinot
Le 2001-12-27, Garance A Drosihn écrivait : > If I understand your request, you would want >shutdown -p now > to behave the same as >shutdown -r now > if the operating system does not know how to power down the hardware. > Is that what you want? Actually what I want would

Re: Logitech iFeel Optical USB Mouse cannot be attached.

2001-12-27 Thread Doug White
On Mon, 24 Dec 2001, Raman Ng wrote: > The following is the output of usbdevs -v > > # usbdevs -v > Controller /dev/usb0: > addr 1: self powered, config 1, UHCI root hub(0x), VIA(0x), rev > 0x0100 > port 1 powered > port 2 powered This is with the "mouse" attached? If it doesn't even

USB camera

2001-12-27 Thread Joe Halpin
I'm not able to mount my USB camera. This is what dmesg has to say about my usb port: $ dmesg | grep -i usb uhci0: port 0xe000-0xe01f irq 11 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 bash-2.05$ dmesg | grep -i scsi da0: Removable Direct Access SCSI-2 device da0: Removable D

Re: reboot -p

2001-12-27 Thread Garance A Drosihn
>Thomas Quinot writes: >> Currently, when reboot is invoked with the '-p' command line flag >> (powerdown), it performs a shutdown with RB_HALT|RB_POWEROFF. >> In some situations, it can be useful to try to perform a poweroff, >> but reboot if it fails (e.g. when you are shutting down the syst

booting -current with etherboot?

2001-12-27 Thread Nicolas Souchu
High folks, etherboot-5.0.3 doesn't boot my -current kernel. I previously had to upgrade the loader because of a similar problem when booting a -current kernel with a -stable loader. What are exactly the differences? Etherboot boots a -stable kernel just fine. Thanks, nicholas -- [EMAIL PRO

Re: reboot -p

2001-12-27 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Thomas Quinot wri tes: >Currently, when reboot is invoked with the '-p' command line flag >(powerdown), it performs a shutdown with RB_HALT|RB_POWEROFF. >In some situations, it can be useful to try to perform a poweroff, >but reboot if it fails (e.g. when you are sh