diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2012-09-27 14:01:36 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2012-09-27 14:01:36 +0000 |
commit | 377e769f61f5002a44b95a542ff807ea5b9c8a21 (patch) | |
tree | 945c3af501b8f538b3fc50807eeed0c47800c758 /sys/arch/landisk/conf | |
parent | 2fbe3a413c34a92d7801ade3a6331aeb423aa3c0 (diff) |
enable smsc
Diffstat (limited to 'sys/arch/landisk/conf')
-rw-r--r-- | sys/arch/landisk/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/landisk/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC index 30d7859a039..0ff6a15af55 100644 --- a/sys/arch/landisk/conf/GENERIC +++ b/sys/arch/landisk/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.36 2011/07/07 23:41:09 tedu Exp $ +# $OpenBSD: GENERIC,v 1.37 2012/09/27 14:01:35 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -131,6 +131,7 @@ 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 +smsc* at uhub? # SMSC LAN95xx Ethernet cdce* at uhub? # CDC Ethernet urndis* at uhub? # Remote NDIS Ethernet upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' diff --git a/sys/arch/landisk/conf/RAMDISK b/sys/arch/landisk/conf/RAMDISK index f661cdc6928..0ccbed6b3ba 100644 --- a/sys/arch/landisk/conf/RAMDISK +++ b/sys/arch/landisk/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.16 2012/04/06 15:10:40 jsing Exp $ +# $OpenBSD: RAMDISK,v 1.17 2012/09/27 14:01:35 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -96,6 +96,7 @@ 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 +smsc* at uhub? # SMSC LAN95xx Ethernet cdce* at uhub? # CDC Ethernet upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' udav* at uhub? # Davicom DM9601 based Ethernet |