diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1998-11-26 23:13:13 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1998-11-26 23:13:13 +0000 |
| commit | 0cec007c5f3f6a22c8bc7bc4cebfccac8afbb11e (patch) | |
| tree | 53dc2c5ae004d3b075c1bd5120852fe4c8ca2ec3 /sys/conf | |
| parent | 48ecb15bdcb6f422d4088bd0430b1dd5ea1c7db6 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/files | 31 | ||||
| -rw-r--r-- | sys/conf/options | 6 |
2 files changed, 36 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 2f95d46ed90df..7d18ce78b1442 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -599,3 +599,34 @@ vm/vm_swap.c standard vm/vm_unix.c standard vm/vnode_pager.c standard vm/vm_zone.c standard +# +# USB support +dev/pci/uhci_pci.c optional uhci device-driver +usb_if.o optional uhci device-driver \ + dependency "usb_if.c" \ + compile-with "${NORMAL_C}" \ + no-implicit-rule local +usb_if.c optional uhci device-driver \ + dependency "$S/kern/makedevops.pl $S/dev/usb/usb_if.m" \ + compile-with "perl5 $S/kern/makedevops.pl -c $S/dev/usb/usb_if.m" \ + no-obj no-implicit-rule before-depend local \ + clean "usb_if.c" +usb_if.h optional uhci device-driver \ + dependency "$S/kern/makedevops.pl $S/dev/usb/usb_if.m" \ + compile-with "perl5 $S/kern/makedevops.pl -h $S/dev/usb/usb_if.m" \ + no-obj no-implicit-rule before-depend \ + clean "usb_if.h" +dev/usb/uhci.c optional uhci device-driver +dev/usb/usb.c optional usb device-driver +dev/usb/usbdi.c optional usb device-driver +dev/usb/usbdi_util.c optional usb device-driver +#dev/usb/usb_mem.c optional usb device-driver +dev/usb/usb_subr.c optional usb device-driver +dev/usb/usb_quirks.c optional usb device-driver +dev/usb/hid.c optional usb device-driver +dev/usb/uhub.c optional uhub device-driver +dev/usb/ukbd.c optional ukbd device-driver +dev/usb/ulpt.c optional ulpt device-driver +dev/usb/ums.c optional ums device-driver +dev/usb/ugen.c optional ugen device-driver +#dev/usb/uhid.c optional hid device-driver diff --git a/sys/conf/options b/sys/conf/options index 00944849b86f3..8cbd96f47591a 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,4 +1,4 @@ -# $Id: options,v 1.107 1998/11/05 14:28:17 dg Exp $ +# $Id: options,v 1.108 1998/11/23 09:58:59 phk Exp $ # # On the handling of kernel options # @@ -305,3 +305,7 @@ SIMOS opt_simos.h # options for bus/device framework BUS_DEBUG opt_bus.h + +# options for USB support +USB_DEBUG opt_usb.h +USBVERBOSE opt_usb.h |
