| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
Announce all interfaces to devd on attach/detach. This adds a new devctl
notification so all interfaces including pseudo are reported.
r1.33 src/etc/devd.conf
r1.9 src/etc/rc.d/devd
r1.256 src/sys/net/if.c
Notes:
svn path=/stable/6/; revision=160627
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reorganize /etc/rc.d/syscons and move all keyboard related settings
into one function syscons_configure_keyboard(). Call new function from
both syscons_start() and sysconst_setkeyboard(). The reason for this
is because syscons_start() will (re)configure both keyboard and screen
settings. Apparently, some graphics cards have problems with running
vidcontrol(1) while X11 is running.
Remove "/etc/rc.d/syscons restart" from /etc/devd.conf. It is no longer
required. Using "/etc/rc.d/syscons setkeyboard" is enough. This also
should fix annoying "syscons not running?" message.
Tested by: Ulrich Spoerlein < q at galgenberg dot net >
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=156966
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 is
kbdmux(4) is the current active keyboard, otherwise it will switch
active keyboard as requested.
Modify ukbd(4) entries in the /etc/devd.conf to use /etc/rc.d/syscons
and new 'setkeyboard' method.
Approved by: re (scottl)
Notes:
svn path=/stable/6/; revision=156382
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Introduce /etc/rc.d/bluetooth script to start/stop Bluetooth devices. It
will be called from devd(8) in response to device arrival/departure events.
It is also possible to call it by hand to start/stop particular device
without unplugging it.
Introduce generic way to set configuration parameters for Bluetooth devices.
By default /etc/rc.d/bluetooth script has hardwired defaults compatible
with old rc.bluetooth from /usr/share/netgraph/bluetooth/examples. These
can be overridden using /etc/defaults/bluetooth.device.conf file (system
wide defaults). Finally, there could be another device specific override
file located in /etc/bluetooth/$device.conf (where $device is ubt0, btccc0
etc.)
The list of configuration parameters and their meaning described in the
/etc/defaults/bluetooth.device.conf file. Even though Bluetooth device
configuration files are not shell scripts, they must follow basic sh(1) syntax.
Add rc.d scripts for the hcsecd(8) and sdpd(8) daemons. Put defaults into
/etc/defaults/rc.conf. Both daemons can run even if no Bluetooth devices
are attached to the system. Both daemons depend on Bluetooth socket layer.
Fix Bluetooth assigned numbers URL in /etc/bluetooth/protocols file.
Notes:
svn path=/stable/6/; revision=152724
|
| |
|
|
|
|
|
|
|
| |
instead of doing a regex on device names
Approved by: re (scottl)
Notes:
svn path=/stable/6/; revision=149775
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
MFC after: 1 month
Notes:
svn path=/head/; revision=146969
|
| |
|
|
| |
Notes:
svn path=/head/; revision=146548
|
| |
|
|
|
|
|
| |
keymap and other settings are correct.
Notes:
svn path=/head/; revision=146086
|
| |
|
|
|
|
|
| |
kbd1 might be something else.
Notes:
svn path=/head/; revision=139897
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=137413
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=130151
|
| |
|
|
|
|
|
|
| |
PR: docs/64190
Submitted by: Dan Langille
Notes:
svn path=/head/; revision=126905
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
userland whenever events occur. See the example in devd.conf below
to see how to use it.
Notes:
svn path=/head/; revision=121493
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
devd.conf.
Pointed out by: Larry Rosenman
Notes:
svn path=/head/; revision=119870
|
| |
|
|
|
|
|
|
| |
handle the empty section, but it has been able to do so for some time
now.
Notes:
svn path=/head/; revision=119254
|
| |
|
|
|
|
|
|
|
| |
entry causes problems :-(
This effectively backs out the commit the re@ allowed me to commit.
Notes:
svn path=/head/; revision=114852
|
| |
|
|
|
|
|
|
|
| |
little too chatty on boot and doesn't give enough information.
Approved by: re@ (bmah)
Notes:
svn path=/head/; revision=114799
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111971
|
|
|
because there's so little history to save).
MFC After: 10 millifortnights
Notes:
svn path=/head/; revision=108983
|