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/sparc64/conf | |
parent | c5f133e00a9e51a54602e76a5d13c53c1940e0ab (diff) |
Add axen(4) wherever axe(4) is.
ok mpi@ yuo@
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index c748fba2cb7..da6f581b6c3 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.284 2014/04/05 16:33:14 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.285 2014/04/07 08:27:24 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -215,6 +215,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/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 4fde48d2cfe..00647a894dc 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.111 2014/04/05 16:33:14 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.112 2014/04/07 08:27:24 brad Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -244,6 +244,7 @@ wskbd* at ukbd? umass* at uhub? # USB Mass Storage devices aue* at uhub? # ADMtek AN986 Pegasus Ethernet 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 |