diff options
author | jhb <jhb@FreeBSD.org> | 2002-07-15 15:25:08 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2002-07-15 15:25:08 +0000 |
commit | e8337d0ea28f9b07cf930982c10cc6a3de306edf (patch) | |
tree | fc19f5fd184cbff54d237faabdbb1a171fbc5341 | |
parent | 2ec58be99aa4c0f69fa274d7826a964c9f879b26 (diff) | |
download | FreeBSD-src-e8337d0ea28f9b07cf930982c10cc6a3de306edf.zip FreeBSD-src-e8337d0ea28f9b07cf930982c10cc6a3de306edf.tar.gz |
- Properly sort GEOM and NODEVFS.
- GEOM doesn't need to specify a filename, the correct one is chosen by
default.
-rw-r--r-- | sys/conf/options | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/conf/options b/sys/conf/options index a0f15ad..dd8941d 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -62,8 +62,6 @@ ADW_ALLOW_MEMIO opt_adw.h # Allow PCI devices to use memory # mapped I/O # Miscellaneous options. -GEOM opt_geom.h - ADAPTIVE_MUTEXES COMPAT_43 opt_compat.h COMPAT_FREEBSD4 opt_compat.h @@ -76,7 +74,7 @@ DDB_NOKLDSYM opt_ddb.h DDB_UNATTENDED opt_ddb.h GDB_REMOTE_CHAT opt_ddb.h GDBSPEED opt_ddb.h -NODEVFS opt_devfs.h +GEOM HW_WDOG KTRACE KTRACE_REQUEST_POOL opt_ktrace.h @@ -84,6 +82,7 @@ LIBICONV MD_ROOT opt_md.h MD_ROOT_SIZE opt_md.h NDGBPORTS opt_dgb.h +NODEVFS opt_devfs.h NTIMECOUNTER opt_ntp.h NSWAPDEV opt_swap.h PPS_SYNC opt_ntp.h |