summaryrefslogtreecommitdiffstats
path: root/etc/devd.conf
Commit message (Collapse)AuthorAgeFilesLines
* Add power_profile, a script that changes the ACPI CPU Cx idle state and/ornjl2003-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)
* Add devctl(4) notify support to ACPI. Various subsystems now notifynjl2003-10-251-0/+26
| | | | | userland whenever events occur. See the example in devd.conf below to see how to use it.
* Add a device driver for the Broadcom BCM4401 ethernet controller,wpaul2003-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.
* Fix PATH: directive in sys/modules/re/Makefile, and add the re(4) driver towpaul2003-09-081-1/+1
| | | | | | devd.conf. Pointed out by: Larry Rosenman
* Remove workaround that I had in place. devd didn't use to be able toimp2003-08-221-2/+2
| | | | | handle the empty section, but it has been able to do so for some time now.
* Comment out the entire nomatch entry. The partially commented outimp2003-05-091-3/+3
| | | | | | entry causes problems :-( This effectively backs out the commit the re@ allowed me to commit.
* Don't use logger by default just yet for unmatched devices. It is aimp2003-05-071-2/+3
| | | | | | little too chatty on boot and doesn't give enough information. Approved by: re@ (bmah)
* Add RealTek RTL8150 USB to fast Ethernet controller driver.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
* add ath to the list of Ethernet devicessam2003-03-071-1/+1
|
* Move devd.conf here and install it by default (didn't do a repo copyimp2003-01-091-0/+95
because there's so little history to save). MFC After: 10 millifortnights
OpenPOWER on IntegriCloud