cvs commit: src/etc devd.conf src/sys/dev/acpi_support acpi_asus.c

2008-07-01 Thread Rui Paulo
rpaulo 2008-07-01 21:36:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) etc devd.conf sys/dev/acpi_support acpi_asus.c Log: SVN rev 180157 on 2008-07-01 21:36:03Z by rpaulo MFC r180062: Add the missing support for Asus

cvs commit: src/etc devd.conf src/sys/dev/acpi_support acpi_asus.c

2008-06-27 Thread Rui Paulo
rpaulo 2008-06-27 12:04:36 UTC FreeBSD src repository Modified files: etc devd.conf sys/dev/acpi_support acpi_asus.c Log: SVN rev 180062 on 2008-06-27 12:04:36Z by rpaulo Add the missing support for Asus Eee PC in acpi_asus(4). This includes hotkeys

cvs commit: src/etc devd.conf

2008-06-15 Thread Kip Macy
kmacy 2008-06-15 13:26:25 UTC FreeBSD src repository Modified files: etc devd.conf Log: SVN rev 179805 on 2008-06-15 13:26:25Z by kmacy remove incorrect comment that I missed in my last change Revision ChangesPath 1.41 +0 -2 src/etc/d

cvs commit: src/etc devd.conf

2008-06-15 Thread Kip Macy
kmacy 2008-06-15 13:25:23 UTC FreeBSD src repository Modified files: etc devd.conf Log: SVN rev 179804 on 2008-06-15 13:25:23Z by kmacy Stop moused on a detach event. Remove incorrect comment. This fixes frequent problems with usb mice and kvm switche

cvs commit: src/etc devd.conf

2008-01-26 Thread Mike Makonnen
mtm 2008-01-26 13:50:38 UTC FreeBSD src repository Modified files: etc devd.conf Log: Generally, anything that runs rc.d scripts internally should start using the quiet prefix (i.e. quietstart, quietstop, etc...). Revision ChangesPath 1.39

Re: cvs commit: src/etc devd.conf rc.resume rc.suspend src/sys/i386/acpica acpi_machdep.c src/usr.sbin/acpi/acpiconf acpiconf.c src/sys/dev/acpica acpi.c acpiio.h acpivar.h

2007-06-22 Thread Nate Lawson
Kostik Belousov wrote: > On Thu, Jun 21, 2007 at 10:50:37PM +, Nate Lawson wrote: >> njl 2007-06-21 22:50:37 UTC >> >> FreeBSD src repository >> >> Modified files: >> etc devd.conf rc.suspend rc.resume >> sys/i386/acpica acpi_machdep.c >> usr.sbin

Re: cvs commit: src/etc devd.conf rc.resume rc.suspend src/sys/i386/acpica acpi_machdep.c src/usr.sbin/acpi/acpiconf acpiconf.c src/sys/dev/acpica acpi.c acpiio.h acpivar.h

2007-06-21 Thread Kostik Belousov
On Thu, Jun 21, 2007 at 10:50:37PM +, Nate Lawson wrote: > njl 2007-06-21 22:50:37 UTC > > FreeBSD src repository > > Modified files: > etc devd.conf rc.suspend rc.resume > sys/i386/acpica acpi_machdep.c > usr.sbin/acpi/acpiconf acpiconf.c >

cvs commit: src/etc devd.conf rc.resume rc.suspend src/sys/i386/acpica acpi_machdep.c src/usr.sbin/acpi/acpiconf acpiconf.c src/sys/dev/acpica acpi.c acpiio.h acpivar.h

2007-06-21 Thread Nate Lawson
njl 2007-06-21 22:50:37 UTC FreeBSD src repository Modified files: etc devd.conf rc.suspend rc.resume sys/i386/acpica acpi_machdep.c usr.sbin/acpi/acpiconf acpiconf.c sys/dev/acpica acpi.c acpiio.h acpivar.h Log: Update the suspend/r

cvs commit: src/etc devd.conf

2007-04-08 Thread Pawel Jakub Dawidek
pjd 2007-04-08 16:05:23 UTC FreeBSD src repository Modified files: etc devd.conf Log: There can be many reasons of VDEV failures, so log type as well. Revision ChangesPath 1.37 +1 -1 src/etc/devd.conf

cvs commit: src/etc devd.conf

2007-04-08 Thread Pawel Jakub Dawidek
pjd 2007-04-08 15:56:49 UTC FreeBSD src repository Modified files: etc devd.conf Log: Provide sample entries to handle ZFS problem reports. It'd be nice to send them via e-mail... Revision ChangesPath 1.36 +31 -0 src/etc/devd.conf _

cvs commit: src/etc devd.conf

2007-02-15 Thread Warner Losh
imp 2007-02-15 16:38:10 UTC FreeBSD src repository Modified files: etc devd.conf Log: fix comment about what pnpinfo is set Revision ChangesPath 1.35 +2 -1 src/etc/devd.conf ___ cvs-all@freebsd

Re: cvs commit: src/etc devd.conf

2007-02-15 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Joerg Wunsch <[EMAIL PROTECTED]> writes: : As M. Warner Losh wrote: : : > where's this comment to which you refer so I can go kill it :-) : : In devd.conf, in the default (lowest priority) nomatch entry. The variable pnpinfo isn't set, but all of the p

Re: cvs commit: src/etc devd.conf

2007-02-15 Thread Joerg Wunsch
As M. Warner Losh wrote: > where's this comment to which you refer so I can go kill it :-) In devd.conf, in the default (lowest priority) nomatch entry. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/NIC: JW11-RIPE Never trus

Re: cvs commit: src/etc devd.conf

2007-02-15 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Joerg Wunsch <[EMAIL PROTECTED]> writes: : As M. Warner Losh wrote: : : > : Another thing that is entirely missing (even as a variable) appears : > : to be a pccard's "function_type". ... : : > I thought that was published. pccard's pnpinfo includes :

Re: cvs commit: src/etc devd.conf

2007-02-14 Thread Joerg Wunsch
As M. Warner Losh wrote: > : Another thing that is entirely missing (even as a variable) appears > : to be a pccard's "function_type". ... > I thought that was published. pccard's pnpinfo includes > function_type (I just checked the sources). Hmm, I blindly trusted the comment that claimed pnp

Re: cvs commit: src/etc devd.conf

2007-02-14 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Joerg Wunsch <[EMAIL PROTECTED]> writes: : As Warner Losh wrote: : : > I have in on of my p4 trees patches that return the strings safely. : > I did them so long ago that I could have sworn I merged them back : > into the base FreeBSD. : : It would be g

Re: cvs commit: src/etc devd.conf

2007-02-14 Thread Joerg Wunsch
As Warner Losh wrote: > I have in on of my p4 trees patches that return the strings safely. > I did them so long ago that I could have sworn I merged them back > into the base FreeBSD. It would be great to have these around in devd. Another thing that is entirely missing (even as a variable) app

Re: cvs commit: src/etc devd.conf

2007-02-14 Thread Bernd Walter
On Wed, Feb 14, 2007 at 04:02:54PM -0700, Warner Losh wrote: > > Some things appear to be completely missing though, like the USB vendor > > and product strings. > > These strings are optional. If they are present, they will be > presented. No - they aren't handled over to devd, at least not

Re: cvs commit: src/etc devd.conf

2007-02-14 Thread Warner Losh
> On Wed, Feb 14, 2007 at 04:02:54PM -0700, Warner Losh wrote: > > > Some things appear to be completely missing though, like the USB vendor > > > and product strings. > > > > These strings are optional. If they are present, they will be > > presented. > > No - they aren't handled over to de

Re: cvs commit: src/etc devd.conf

2007-02-14 Thread Warner Losh
> Some things appear to be completely missing though, like the USB vendor > and product strings. These strings are optional. If they are present, they will be presented. Warner ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/l

cvs commit: src/etc devd.conf

2007-02-14 Thread Joerg Wunsch
joerg 2007-02-14 08:13:54 UTC FreeBSD src repository Modified files: etc devd.conf Log: Add some entries to log unknown devices, based on the bus they appear on. Some things appear to be completely missing though, like the USB vendor and product string

Re: cvs commit: src/etc devd.conf src/etc/rc.d devd src/sys/net if.c

2006-08-16 Thread Brooks Davis
On Mon, Aug 14, 2006 at 06:43:38PM +0200, Dominique Goncalves wrote: > Hi, > > On 7/24/06, Andrew Thompson <[EMAIL PROTECTED]> wrote: > >thompsa 2006-07-24 20:42:36 UTC > > > > FreeBSD src repository > > > > Modified files:(Branch: RELENG_6) > >etc devd.conf > >

Re: cvs commit: src/etc devd.conf src/etc/rc.d devd src/sys/net if.c

2006-08-14 Thread Dominique Goncalves
Hi, On 7/24/06, Andrew Thompson <[EMAIL PROTECTED]> wrote: thompsa 2006-07-24 20:42:36 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc devd.conf etc/rc.d devd sys/net if.c Log: MFC Announce all inter

cvs commit: src/etc devd.conf src/etc/rc.d devd src/sys/net if.c

2006-07-24 Thread Andrew Thompson
thompsa 2006-07-24 20:42:36 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc devd.conf etc/rc.d devd sys/net if.c Log: MFC Announce all interfaces to devd on attach/detach. This adds a new devctl

Re: cvs commit: src/etc devd.conf src/etc/rc.d devd src/sys/net if.c

2006-05-31 Thread Gleb Smirnoff
On Thu, Jun 01, 2006 at 12:41:07AM +, Andrew Thompson wrote: A> This change allows actions to taken in userland when an interface is cloned A> and the pseudo interface will be automatically configured if a ifconfig_="" A> line exists in rc.conf. Nice! -- Totus tuus, Glebius. GLEBIUS-R

cvs commit: src/etc devd.conf src/etc/rc.d devd src/sys/net if.c

2006-05-31 Thread Andrew Thompson
thompsa 2006-06-01 00:41:07 UTC FreeBSD src repository Modified files: etc devd.conf etc/rc.d devd sys/net if.c Log: Announce all interfaces to devd on attach/detach. This adds a new devctl notification so all interfaces inclu

cvs commit: src/etc devd.conf src/etc/rc.d syscons

2006-03-21 Thread Maksim Yevmenkin
emax2006-03-21 19:42:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc devd.conf etc/rc.d syscons Log: MFC: Reorganize /etc/rc.d/syscons and move all keyboard related settings into one function syscons_configu

cvs commit: src/etc devd.conf src/etc/rc.d syscons

2006-03-16 Thread Maksim Yevmenkin
emax2006-03-16 17:42:28 UTC FreeBSD src repository Modified files: etc devd.conf etc/rc.d syscons Log: Reorganize /etc/rc.d/syscons and move all keyboard related settings into one function syscons_configure_keyboard(). Call new function fro

cvs commit: src/etc devd.conf src/etc/rc.d syscons

2006-03-06 Thread Maksim Yevmenkin
emax2006-03-07 06:13:17 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc devd.conf etc/rc.d syscons Log: MFC: Add new 'setkeyboard' method to the /etc/rc.d/syscons. It accepts the keyboard device name (i.e. /dev

cvs commit: src/etc devd.conf src/etc/rc.d syscons

2006-03-05 Thread Maksim Yevmenkin
emax2006-03-06 06:38:35 UTC FreeBSD src repository Modified files: etc devd.conf etc/rc.d syscons Log: Add new 'setkeyboard' method to the /etc/rc.d/syscons. It accepts the keyboard device name (i.e. /dev/kbd0). This method will do nothing

Re: cvs commit: src/etc devd.conf usbd.conf

2005-12-14 Thread John Baldwin
On Wednesday 14 December 2005 03:13 pm, Ian Dowse wrote: > In message <[EMAIL PROTECTED]>, John Baldwin writes: > >On Saturday 10 December 2005 07:18 pm, Ian Dowse wrote: > >> Move the remaining entries from usbd.conf to devd.conf. This now > >> makes usbd redundant. > > > >So are you going to

Re: cvs commit: src/etc devd.conf usbd.conf

2005-12-14 Thread Ian Dowse
In message <[EMAIL PROTECTED]>, John Baldwin writes: >On Saturday 10 December 2005 07:18 pm, Ian Dowse wrote: >> Move the remaining entries from usbd.conf to devd.conf. This now >> makes usbd redundant. > >So are you going to axe usbd(8) now? Yes, as Anish says I have a patch mostly ready to c

Re: cvs commit: src/etc devd.conf usbd.conf

2005-12-14 Thread Anish Mistry
On Wednesday 14 December 2005 01:58 pm, John Baldwin wrote: > On Saturday 10 December 2005 07:18 pm, Ian Dowse wrote: > > iedowse 2005-12-11 00:18:28 UTC > > > > FreeBSD src repository > > > > Modified files: > > etc devd.conf usbd.conf > > Log: > > Move the remaini

Re: cvs commit: src/etc devd.conf usbd.conf

2005-12-14 Thread John Baldwin
On Saturday 10 December 2005 07:18 pm, Ian Dowse wrote: > iedowse 2005-12-11 00:18:28 UTC > > FreeBSD src repository > > Modified files: > etc devd.conf usbd.conf > Log: > Move the remaining entries from usbd.conf to devd.conf. This now > makes usbd redundant. > >

cvs commit: src/etc devd.conf usbd.conf

2005-12-10 Thread Ian Dowse
iedowse 2005-12-11 00:18:28 UTC FreeBSD src repository Modified files: etc devd.conf usbd.conf Log: Move the remaining entries from usbd.conf to devd.conf. This now makes usbd redundant. PR: conf/73799 Submitted by: Anish Mistry Revisi

cvs commit: src/etc devd.conf src/etc/bluetooth hosts protocols src/etc/defaults Makefile bluetooth.device.conf rc.conf src/etc/rc.d Makefile bluetooth hcsecd sdpd

2005-11-23 Thread Maksim Yevmenkin
emax2005-11-23 22:51:02 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) etc devd.conf etc/bluetoothhosts protocols etc/defaults Makefile rc.conf etc/rc.d Makefile Added files: (Branch: RE

cvs commit: src/etc devd.conf src/etc/bluetooth hosts protocols src/etc/defaults Makefile bluetooth.device.conf rc.conf src/etc/rc.d Makefile bluetooth hcsecd sdpd

2005-11-23 Thread Maksim Yevmenkin
emax2005-11-23 18:03:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc devd.conf etc/bluetoothhosts protocols etc/defaults Makefile rc.conf etc/rc.d Makefile Added files: (Branch: RE

cvs commit: src/etc devd.conf

2005-11-11 Thread Maksim Yevmenkin
emax2005-11-12 03:42:56 UTC FreeBSD src repository Modified files: etc devd.conf Log: Add section to start/stop Bluetooth USB devices (via ng_ubt(4)) Submitted by: Panagiotis Astithas ( past at ebs dot gr ) Reviewed by:brooks, imp MFC after: