diff options
author | 2004-11-17 14:14:21 +0000 | |
---|---|---|
committer | 2004-11-17 14:14:21 +0000 | |
commit | e970c36185932495f7aab8d64417f78f4607dd9f (patch) | |
tree | 010b1815c3ecca651a1dfd3a553cff5524ce6b5c /sys | |
parent | document the firmware files in /etc/firmware/ (diff) | |
download | wireguard-openbsd-e970c36185932495f7aab8d64417f78f4607dd9f.tar.xz wireguard-openbsd-e970c36185932495f7aab8d64417f78f4607dd9f.zip |
atu(4) on by default, since it is now smaller
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 60093a6cd8d..22b8fb8faba 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.385 2004/11/08 22:15:40 dlg Exp $ +# $OpenBSD: GENERIC,v 1.386 2004/11/17 14:14:21 deraadt Exp $ # # GENERIC -- everything that's currently supported # @@ -152,7 +152,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 |