diff options
| author | rin <rin@NetBSD.org> | 2019-02-06 11:55:05 +0000 |
|---|---|---|
| committer | rin <rin@NetBSD.org> | 2019-02-06 11:55:05 +0000 |
| commit | fcdf0389754b4cca420318df8a362da8b67b883c (patch) | |
| tree | 9364f7720243f33ca50387b575c8b148796b6100 /sys/modules/Makefile | |
| parent | 81d3c548adadc1d5fdfd51d49159ca2cff407795 (diff) | |
Add ure(4): RealTek RTL8152/RTL8153 10/100/Gigabit USB Ethernet device.
Ported from OpenBSD. Support for RX/TX checksum offload added by myself.
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 220bc4d198e..3a110cb92f6 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.218 2019/02/04 21:57:48 mrg Exp $ +# $NetBSD: Makefile,v 1.219 2019/02/06 11:55:06 rin Exp $ .include <bsd.own.mk> @@ -88,6 +88,7 @@ SUBDIR+= if_srt SUBDIR+= if_stf SUBDIR+= if_strip SUBDIR+= if_tun tun +SUBDIR+= if_ure SUBDIR+= if_vlan SUBDIR+= iic SUBDIR+= ip_ecn |
