diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-02-14 07:45:15 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-02-14 07:45:15 +0000 |
commit | 2a71bf6dd1bde3ef24541bdf5bfa957a41d46ad3 (patch) | |
tree | 6da130879df60d1d1094f74e844d982bb0db1a87 /sys | |
parent | 27d9bc313f809d04d8745ba88b29cc70a7ec68af (diff) |
enable atu after lots of prodding by jsg. reported working by Barry Dexter
A. Gonzaga.
ok henning@ brad@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index ba57ade50ae..780acbd4601 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.67 2005/01/14 12:21:02 grange Exp $g +# $OpenBSD: GENERIC,v 1.68 2005/02/14 07:45:14 dlg Exp $g # # PPC GENERIC config file # @@ -207,7 +207,7 @@ ukbd* at uhidev? # USB keyboard wskbd* at ukbd? mux 1 uhid* at uhidev? # USB generic HID support aue* at uhub? # ADMtek AN986 Pegasus Ethernet -#atu* at uhub? # Atmel AT76c50x based 802.11b +atu* at uhub? # Atmel AT76c50x based 802.11b axe* at uhub? # ASIX Electronics AX88172 USB Ethernet cue* at uhub? # CATC USB-EL1201A based Ethernet kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet |