diff options
author | peter <peter@FreeBSD.org> | 2001-01-19 14:09:54 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-01-19 14:09:54 +0000 |
commit | 802c02830905f75c53f335d7938b97d0120f738e (patch) | |
tree | fd5bd6b1029f6c6a521208c6e0d55e1705bf2eab /sys/conf/options.i386 | |
parent | 91d167d573b821562968d96a4b54bde071974c30 (diff) | |
download | FreeBSD-src-802c02830905f75c53f335d7938b97d0120f738e.zip FreeBSD-src-802c02830905f75c53f335d7938b97d0120f738e.tar.gz |
Convert apm from a bogus 'count' into a plain option. Clean out some
other cruft from the files.alpha and files.ia64 that were related to this.
Diffstat (limited to 'sys/conf/options.i386')
-rw-r--r-- | sys/conf/options.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 5b63914..6d55187 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -193,8 +193,9 @@ OLTR_NO_BULLSEYE_MAC opt_oltr.h # Defaults to NDGB*16. NDGBPORTS opt_dgb.h -# NPX options +# Device options DEV_NPX opt_npx.h +DEV_APM opt_apm.h # ------------------------------- # EOF |