aboutsummaryrefslogtreecommitdiff
path: root/etc/devd.conf
Commit message (Collapse)AuthorAgeFilesLines
...
* Add section to start/stop Bluetooth USB devices (via ng_ubt(4))Maksim Yevmenkin2005-11-121-0/+10
| | | | | | | | | Submitted by: Panagiotis Astithas ( past at ebs dot gr ) Reviewed by: brooks, imp MFC after: 1 week Notes: svn path=/head/; revision=152326
* eliminate the regex used to match ethernet and 802.11 devices;Sam Leffler2005-08-021-9/+23
| | | | | | | | | | instead use the interface's media-type Reviewed by: imp MFC after: 1 week Notes: svn path=/head/; revision=148642
* Add a couple of missing nic interfaces that have been added: iwi, ipw,Warner Losh2005-07-281-4/+7
| | | | | | | | | ral and ural. Add a comment about this regexp being lame, which should shock no-one. Add a comment about why rescans are disabled on scsi cards. Notes: svn path=/head/; revision=148471
* Support code for the OpenBSD dhclient. This significantly changes theBrooks Davis2005-06-071-1/+14
| | | | | | | | | | | | | | | | | | | | | way interfaces are configured. Some key points: - At startup, all interfaces are configured through /etc/rc.d/netif. - ifconfig_<if> variables my now mix real ifconfig commands the with DHCP and WPA directives. For example, this allows media configuration prior to running dhclient. - /etc/rc.d/dhclient is not run at startup except by netif to start dhclient on specific interfaces. - /etc/pccard_ether calls "/etc/rc.d/netif start <if>" to do most of it's work. - /etc/pccard_ether no longer takes additional arguments to pass to ifconfig. Instead, ifconfig_<if> variables are now honored in favor of pccard_ifconfig when available. - /etc/pccard_ether will only run on interfaces specified in removable_interfaces, even if pccard_ifconfig is set. Notes: svn path=/head/; revision=147088
* Add esp(4) to scsi-controller-regex.Marius Strobl2005-06-041-1/+1
| | | | | | | MFC after: 1 month Notes: svn path=/head/; revision=146969
* Add cdce(4) into the list of ethernet interfaces.Maxim Sobolev2005-05-231-1/+1
| | | | Notes: svn path=/head/; revision=146548
* Run /etc/rc.d/syscons restart when a usb keyboard is attached so that theBrian Somers2005-05-111-1/+1
| | | | | | | keymap and other settings are correct. Notes: svn path=/head/; revision=146086
* When ukbd0 arrives, attach to /dev/ukbd0 rather then /dev/kbd1 sinceBrooks Davis2005-01-081-1/+1
| | | | | | | kbd1 might be something else. Notes: svn path=/head/; revision=139897
* Changes in comments:Christian Brueffer2004-12-251-4/+4
| | | | | | | | | | | - correct a sentence so it actually has some meaning [1] - sprinkle some full stops Spotted by: markus [1] MFC after: 3 days Notes: svn path=/head/; revision=139281
* In the ethernet-nic-regex:Christian Brueffer2004-12-191-5/+6
| | | | | | | | | | | | | | | | - add udav(4) In the scsi-controller-regex: - correct an entry - move another one to the right place - add a bunch of missing drivers Glanced at by: trhodes (scsi-controller-regex part) MFC after: 3 days Notes: svn path=/head/; revision=139027
* Move the purely device-name based entries for mice and ethernetIan Dowse2004-11-281-0/+7
| | | | | | | | | | | adapters from usbd.conf to devd.conf. USB ethernet devices were already handled in devd.conf so this just removes their usbd.conf entry. PR: conf/73799 Notes: svn path=/head/; revision=138175
* Removed the remnants of gx(4).Ruslan Ermilov2004-11-081-1/+1
| | | | Notes: svn path=/head/; revision=137413
* Add device driver support for the VIA Networking TechnologiesBill Paul2004-09-101-1/+2
| | | | | | | | | | | | | | | VT6122 gigabit ethernet chip and integrated 10/100/1000 copper PHY. The vge driver has been added to GENERIC for i386, pc98 and amd64, but not to sparc or ia64 since I don't have the ability to test it there. The vge(4) driver supports VLANs, checksum offload and jumbo frames. Also added the lge(4) and nge(4) drivers to GENERIC for i386 and pc98 since I was in the neighborhood. There's no reason to leave them out anymore. Notes: svn path=/head/; revision=135048
* Add axe(4) to ethernet-nic-regex.Gleb Smirnoff2004-09-061-3/+3
| | | | | | | | | | PR: conf/71410 Submitted by: Andrew Thompson <thompsa AT thingy.tbd.co.nz> Approved by: julian (mentor) MFC after: 3 days Notes: svn path=/head/; revision=134867
* When an USB keyboard is plugged in to a machine with a builtin keyboard,Brooks Davis2004-09-011-0/+10
| | | | | | | | | | cause the USB keyboard to take over from the builtin one. This means my laptop just works when I'm using it as a desktop. Reviewed by: imp Notes: svn path=/head/; revision=134584
* Disable rescanning of the scsi bus for the scsi controllers. ThereWarner Losh2004-07-051-1/+1
| | | | | | | | | | are some that really hate this, so now that devd is default, be more conservative about what we do. Noticed by: marcel Notes: svn path=/head/; revision=131646
* Removed whitespace at BOF, EOL & EOF.Jens Schweikhardt2004-06-061-1/+1
| | | | Notes: svn path=/head/; revision=130151
* Fix odd grammar in comment.Colin Percival2004-03-131-1/+1
| | | | | | | | PR: docs/64190 Submitted by: Dan Langille Notes: svn path=/head/; revision=126905
* Notify the user (at kern.emerg) that the system will be shutting down ifNate Lawson2004-02-031-1/+11
| | | | | | | | | it is still above the critical temperature on the next poll cycle. This is a 10 second advance notice by default. Document the private (non-standard) notify we will be using with devd(8). Notes: svn path=/head/; revision=125366
* Add power_profile, a script that changes the ACPI CPU Cx idle state and/orNate Lawson2003-12-181-0/+7
| | | | | | | | | | | | | | | | the throttling state in response to line transitions. Future plans include adding support for CPU frequency changes. Add a devd.conf entry for calling this script. The default values for this are: performance_cx_lowest="HIGH" # Use HLT (C0) online performance_throttle_state="HIGH" # 100% (no throttling) economy_cx_lowest="LOW" # Use the lowest Cx state possible economy_throttle_state="HIGH" # 100% (no throttling) Notes: svn path=/head/; revision=123626
* Add devctl(4) notify support to ACPI. Various subsystems now notifyNate Lawson2003-10-251-0/+26
| | | | | | | | userland whenever events occur. See the example in devd.conf below to see how to use it. Notes: svn path=/head/; revision=121493
* Add a device driver for the Broadcom BCM4401 ethernet controller,Bill Paul2003-09-091-2/+2
| | | | | | | | | | | | | | | | | written by Stuart Walsh and Duncan Barclay (with some kibbitzing by me). I'm checking it in on Stuart's behalf. The BCM4401 is built into several x86 laptop and desktop systems. For the moment, I have only enabled it in the x86 kernel config because although it's a PCI device, I haven't heard of any standalone NICs that use it. If somebody knows of one, we can easily add it to the other arches. This driver uses register/structure data gleaned from the Linux driver released by Broadcom, but does not contain any of the code from the Linux driver itself. It uses busdma. Notes: svn path=/head/; revision=119917
* Fix PATH: directive in sys/modules/re/Makefile, and add the re(4) driver toBill Paul2003-09-081-1/+1
| | | | | | | | | devd.conf. Pointed out by: Larry Rosenman Notes: svn path=/head/; revision=119870
* Remove workaround that I had in place. devd didn't use to be able toWarner Losh2003-08-221-2/+2
| | | | | | | | handle the empty section, but it has been able to do so for some time now. Notes: svn path=/head/; revision=119254
* Comment out the entire nomatch entry. The partially commented outWarner Losh2003-05-091-3/+3
| | | | | | | | | entry causes problems :-( This effectively backs out the commit the re@ allowed me to commit. Notes: svn path=/head/; revision=114852
* Don't use logger by default just yet for unmatched devices. It is aWarner Losh2003-05-071-2/+3
| | | | | | | | | little too chatty on boot and doesn't give enough information. Approved by: re@ (bmah) Notes: svn path=/head/; revision=114799
* Add RealTek RTL8150 USB to fast Ethernet controller driver.Shunsuke Akiyama2003-05-031-1/+1
| | | | | | | | | | | This driver now supports the Melco LUA-KTX and the GREEN HOUSE GH-USB100B. Reviewed by: imp MFC after: 2 weeks Notes: svn path=/head/; revision=114577
* add ath to the list of Ethernet devicesSam Leffler2003-03-071-1/+1
| | | | Notes: svn path=/head/; revision=111971
* Move devd.conf here and install it by default (didn't do a repo copyWarner Losh2003-01-091-0/+95
because there's so little history to save). MFC After: 10 millifortnights Notes: svn path=/head/; revision=108983