diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2012-12-10 04:30:57 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2012-12-10 04:30:57 +0000 |
commit | 8b9c972839f8703c4d62855d868aec393a842246 (patch) | |
tree | 649e38ff1a224ab82c8fb079dc3eea74e9dd9dbe /sys | |
parent | 1c5152bb6c9b89bbd7b4b1b8508bdd6f4f9163c4 (diff) |
Add cdce(4).
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 1deef1962a1..b825e4c1dde 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.86 2012/09/27 14:01:35 jsg Exp $ +# $OpenBSD: RAMDISKBIG,v 1.87 2012/12/10 04:30:56 brad Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -89,6 +89,7 @@ umass* at uhub? # USB Ethernet adapters aue* at uhub? # ADMtek AN986 Pegasus Ethernet axe* at uhub? # ASIX Electronics AX88172 USB Ethernet +cdce* at uhub? # CDC Ethernet cue* at uhub? # CATC USB-EL1201A based Ethernet kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet smsc* at uhub? # SMSC LAN95xx Ethernet |