diff options
| author | bjh21 <bjh21@NetBSD.org> | 2009-02-14 10:20:55 +0000 |
|---|---|---|
| committer | bjh21 <bjh21@NetBSD.org> | 2009-02-14 10:20:55 +0000 |
| commit | a0263b80b80fcaa9b2df1022f2be0383ce81b24e (patch) | |
| tree | a6c80ab7648c9e85317283371e029a33acd32ef7 /sys/dev/DEVNAMES | |
| parent | 1fafc795787063f8c6a0b6e63e1b8f0309e82efb (diff) | |
I've just discovered config_found_ia(), which means that wskbd(4) and
wsmouse(4) can attach directly at arckbd(4) and I can dispose of the
ugly arcwsmouse(4) and arcwskbd(4) interpositions. Do that, and purge
them from the documentation as well.
Diffstat (limited to 'sys/dev/DEVNAMES')
| -rw-r--r-- | sys/dev/DEVNAMES | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/DEVNAMES b/sys/dev/DEVNAMES index a344a971f72..25db39be554 100644 --- a/sys/dev/DEVNAMES +++ b/sys/dev/DEVNAMES @@ -1,4 +1,4 @@ -# $NetBSD: DEVNAMES,v 1.243 2008/12/16 02:14:24 jakllsch Exp $ +# $NetBSD: DEVNAMES,v 1.244 2009/02/14 10:20:55 bjh21 Exp $ # # This file contains all used device names and defined attributes in # alphabetical order. New devices added to the system somewhere should first @@ -90,8 +90,6 @@ arckbd acorn26 arcmsr MI arcpp acorn26 arcvideo acorn26 -arcwskbd acorn26 -arcwsmouse acorn26 aria MI arp MI Attribute artsata MI |
