svn commit: r277134 - head/sys/boot/usb
Hans Petter Selasky
hselasky at FreeBSD.org
Tue Jan 13 16:06:39 UTC 2015
Author: hselasky
Date: Tue Jan 13 16:06:38 2015
New Revision: 277134
URL: https://svnweb.freebsd.org/changeset/base/277134
Log:
Add new USB template to the USB bootloader module.
Modified:
head/sys/boot/usb/usbcore.mk
Modified: head/sys/boot/usb/usbcore.mk
==============================================================================
--- head/sys/boot/usb/usbcore.mk Tue Jan 13 15:18:54 2015 (r277133)
+++ head/sys/boot/usb/usbcore.mk Tue Jan 13 16:06:38 2015 (r277134)
@@ -142,6 +142,7 @@ KSRCS+= usb_template_mouse.c
KSRCS+= usb_template_kbd.c
KSRCS+= usb_template_audio.c
KSRCS+= usb_template_phone.c
+KSRCS+= usb_template_serialnet.c
#
# USB mass storage support
More information about the svn-src-all
mailing list