diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2014-04-07 08:27:25 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2014-04-07 08:27:25 +0000 |
commit | 949d2edc4e24bd80a809e5274974f625d5348446 (patch) | |
tree | ebe67bda68eb30cf8b5500194b80b1bb6267b81d /sys/arch/amd64/conf | |
parent | c5f133e00a9e51a54602e76a5d13c53c1940e0ab (diff) |
Add axen(4) wherever axe(4) is.
ok mpi@ yuo@
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 173041d2e79..cc9e4cede07 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.367 2014/04/05 16:34:10 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.368 2014/04/07 08:27:23 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -222,6 +222,7 @@ upd* at uhidev? # USB Power Devices sensors aue* at uhub? # ADMtek AN986 Pegasus Ethernet atu* at uhub? # Atmel AT76c50x based 802.11b axe* at uhub? # ASIX Electronics AX88172 USB Ethernet +axen* at uhub? # ASIX Electronics AX88179 USB Ethernet cue* at uhub? # CATC USB-EL1201A based Ethernet kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet smsc* at uhub? # SMSC LAN95xx Ethernet diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 27bf1816bad..dffaa182f8b 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.139 2014/04/05 16:34:10 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.140 2014/04/07 08:27:23 brad Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -109,6 +109,7 @@ umass* at uhub? # USB Mass Storage devices aue* at uhub? # ADMtek AN986 Pegasus Ethernet atu* at uhub? # Atmel AT76c50x based 802.11b axe* at uhub? # ASIX Electronics AX88172 USB Ethernet +axen* at uhub? # ASIX Electronics AX88179 USB Ethernet cue* at uhub? # CATC USB-EL1201A based Ethernet kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet smsc* at uhub? # SMSC LAN95xx Ethernet |