diff options
author | peter <peter@FreeBSD.org> | 2000-01-13 13:29:51 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-01-13 13:29:51 +0000 |
commit | f56c14fd57a62ebc8786d2d839e0ab8182ef3c68 (patch) | |
tree | eca3c79c1d12955b60e5ad78ba33ac59997ec425 /sys | |
parent | 3875acd2c8dc4a8c72e6bbe56e606d2560c7440d (diff) | |
download | FreeBSD-src-f56c14fd57a62ebc8786d2d839e0ab8182ef3c68.zip FreeBSD-src-f56c14fd57a62ebc8786d2d839e0ab8182ef3c68.tar.gz |
Add missing 'DEVICE_SYSCTLS' to opt_bus.h. This is the (experimental?)
code that exports the bus heirarchy to hw.devices.*
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options index a83fbc4..aeff2b7 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -408,6 +408,7 @@ SIMOS opt_simos.h # options for bus/device framework BUS_DEBUG opt_bus.h +DEVICE_SYSCTLS opt_bus.h # options for USB support UHCI_DEBUG opt_usb.h |