DragonFly commits List (threaded) for 2004-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/sys/conf files src/sys/bus/cam cam.c src/sys/bus/usb ehci.c ehci_pci.c ehcireg.h ehcivar.h ohci_pci.c ugraphire_rdesc.h uhci_pci.c usb_mem.c FILES Makefile.usbdevs devlist2h.awk dsbr100io.h hid.c hid.h kue_fw.h ohci.c ohcireg.h ...
Hello,
On Mon, Dec 29, 2003 at 05:01:48PM -0800, Matthew Dillon wrote:
> dillon 2003/12/29 17:01:48 PST
>
> DragonFly src repository
>
> Modified files:
> sys/conf files
> sys/bus/cam cam.c
> sys/bus/usb FILES Makefile.usbdevs devlist2h.awk
You also need this, otherwise usb.ko fails to load complaining:
/kernel: link_elf: symbol usb_allocmem undefined
Index: sys/bus/usb/Makefile
===================================================================
RCS file: /home/source/dragonfly/cvs/src/sys/bus/usb/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- sys/bus/usb/Makefile 22 Aug 2003 23:51:55 -0000 1.4
+++ sys/bus/usb/Makefile 9 Jan 2004 14:31:11 -0000
@@ -12,7 +12,7 @@
hid.c hid.h usbhid.h \
uhub.c \
usb.c usb.h \
- usb_mem.h \
+ usb_mem.c usb_mem.h \
usb_port.h \
usb_quirks.c usb_quirks.h \
usb_subr.c \
Regards.
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]