| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing white space. No functional changes. | dougb | 2010-05-14 | 1 | -4/+4 |
* | Change usb devd events from fake attach to a notify. The ugen device is not a | thompsa | 2010-04-21 | 1 | -6/+8 |
* | o Add missed semicolon in action script. | maxim | 2009-05-16 | 1 | -1/+1 |
* | Remove DETACH event handling; this is race prone and does nothing useful. | sam | 2009-01-26 | 1 | -6/+5 |
* | Move another block of ASUS events to devd/asus.conf that were missed in r186249 | thompsa | 2008-12-23 | 1 | -22/+0 |
* | Add /etc/devd/ and move hardware specific configuration there. This makes it | thompsa | 2008-12-17 | 1 | -23/+0 |
* | Correct a typo that prevented my laptop from starting | delphij | 2008-11-04 | 1 | -1/+1 |
* | Add support for Asus A8Sr notebooks. | rpaulo | 2008-11-04 | 1 | -0/+22 |
* | Make a note about the notify codes for the four special function keys above the | thompsa | 2008-10-27 | 1 | -0/+1 |
* | Add the missing support for Asus Eee PC in acpi_asus(4). | rpaulo | 2008-06-27 | 1 | -0/+22 |
* | remove incorrect comment that I missed in my last change | kmacy | 2008-06-15 | 1 | -2/+0 |
* | Stop moused on a detach event. Remove incorrect comment. | kmacy | 2008-06-15 | 1 | -0/+5 |
* | Generally, anything that runs rc.d scripts internally should | mtm | 2008-01-26 | 1 | -5/+5 |
* | Update the suspend/resume user API while maintaining backwards compat. | njl | 2007-06-21 | 1 | -0/+14 |
* | There can be many reasons of VDEV failures, so log type as well. | pjd | 2007-04-08 | 1 | -1/+1 |
* | Provide sample entries to handle ZFS problem reports. | pjd | 2007-04-08 | 1 | -0/+31 |
* | fix comment about what pnpinfo is set | imp | 2007-02-15 | 1 | -1/+2 |
* | Add some entries to log unknown devices, based on the bus they appear | joerg | 2007-02-14 | 1 | -0/+30 |
* | Announce all interfaces to devd on attach/detach. This adds a new devctl | thompsa | 2006-06-01 | 1 | -8/+10 |
* | Reorganize /etc/rc.d/syscons and move all keyboard related settings | emax | 2006-03-16 | 1 | -1/+1 |
* | Add new 'setkeyboard' method to the /etc/rc.d/syscons. It accepts the | emax | 2006-03-06 | 1 | -2/+2 |
* | Move the remaining entries from usbd.conf to devd.conf. This now | iedowse | 2005-12-11 | 1 | -0/+29 |
* | Add section to start/stop Bluetooth USB devices (via ng_ubt(4)) | emax | 2005-11-12 | 1 | -0/+10 |
* | eliminate the regex used to match ethernet and 802.11 devices; | sam | 2005-08-02 | 1 | -9/+23 |
* | Add a couple of missing nic interfaces that have been added: iwi, ipw, | imp | 2005-07-28 | 1 | -4/+7 |
* | Support code for the OpenBSD dhclient. This significantly changes the | brooks | 2005-06-07 | 1 | -1/+14 |
* | Add esp(4) to scsi-controller-regex. | marius | 2005-06-04 | 1 | -1/+1 |
* | Add cdce(4) into the list of ethernet interfaces. | sobomax | 2005-05-23 | 1 | -1/+1 |
* | Run /etc/rc.d/syscons restart when a usb keyboard is attached so that the | brian | 2005-05-11 | 1 | -1/+1 |
* | When ukbd0 arrives, attach to /dev/ukbd0 rather then /dev/kbd1 since | brooks | 2005-01-08 | 1 | -1/+1 |
* | Changes in comments: | brueffer | 2004-12-25 | 1 | -4/+4 |
* | In the ethernet-nic-regex: | brueffer | 2004-12-19 | 1 | -5/+6 |
* | Move the purely device-name based entries for mice and ethernet | iedowse | 2004-11-28 | 1 | -0/+7 |
* | Removed the remnants of gx(4). | ru | 2004-11-08 | 1 | -1/+1 |
* | Add device driver support for the VIA Networking Technologies | wpaul | 2004-09-10 | 1 | -1/+2 |
* | Add axe(4) to ethernet-nic-regex. | glebius | 2004-09-06 | 1 | -3/+3 |
* | When an USB keyboard is plugged in to a machine with a builtin keyboard, | brooks | 2004-09-01 | 1 | -0/+10 |
* | Disable rescanning of the scsi bus for the scsi controllers. There | imp | 2004-07-05 | 1 | -1/+1 |
* | Removed whitespace at BOF, EOL & EOF. | schweikh | 2004-06-06 | 1 | -1/+1 |
* | Fix odd grammar in comment. | cperciva | 2004-03-13 | 1 | -1/+1 |
* | Notify the user (at kern.emerg) that the system will be shutting down if | njl | 2004-02-03 | 1 | -1/+11 |
* | Add power_profile, a script that changes the ACPI CPU Cx idle state and/or | njl | 2003-12-18 | 1 | -0/+7 |
* | Add devctl(4) notify support to ACPI. Various subsystems now notify | njl | 2003-10-25 | 1 | -0/+26 |
* | Add a device driver for the Broadcom BCM4401 ethernet controller, | wpaul | 2003-09-09 | 1 | -2/+2 |
* | Fix PATH: directive in sys/modules/re/Makefile, and add the re(4) driver to | wpaul | 2003-09-08 | 1 | -1/+1 |
* | Remove workaround that I had in place. devd didn't use to be able to | imp | 2003-08-22 | 1 | -2/+2 |
* | Comment out the entire nomatch entry. The partially commented out | imp | 2003-05-09 | 1 | -3/+3 |
* | Don't use logger by default just yet for unmatched devices. It is a | imp | 2003-05-07 | 1 | -2/+3 |
* | Add RealTek RTL8150 USB to fast Ethernet controller driver. | akiyama | 2003-05-03 | 1 | -1/+1 |
* | add ath to the list of Ethernet devices | sam | 2003-03-07 | 1 | -1/+1 |