diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2008-12-20 03:02:32 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2008-12-20 03:02:32 +0000 |
| commit | bfa98d2bd1a156e38722c28a4a320a433ea648af (patch) | |
| tree | ea865c47bac764248f4f1212b3d83d569ed0be1f /sys/conf | |
| parent | 91416fb2687574cb4322a40e2f238affffcf0536 (diff) | |
| parent | 41fe50f5deab9062cdf5915541105e47679ba571 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/files | 1 | ||||
| -rw-r--r-- | sys/conf/options | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 633b4110605e..68fb14eef9fe 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1476,6 +1476,7 @@ dev/ubsec/ubsec.c optional ubsec # # USB support dev/usb/ehci.c optional ehci +dev/usb/ehci_ddb.c optional ehci dev/usb/ehci_pci.c optional ehci pci dev/usb/hid.c optional usb dev/usb/if_aue.c optional aue diff --git a/sys/conf/options b/sys/conf/options index 984dbf8eb690..d44af149247b 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -627,6 +627,7 @@ BUS_DEBUG opt_bus.h # options for USB support USB_DEBUG opt_usb.h USBVERBOSE opt_usb.h +USB_EHCI_BIG_ENDIAN_DESC opt_usb.h U3G_DEBUG opt_u3g.h UKBD_DFLT_KEYMAP opt_ukbd.h UPLCOM_INTR_INTERVAL opt_uplcom.h |
