diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-01-27 20:22:53 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-01-27 20:22:53 +0000 |
| commit | a753b14687c3a4c97ed982a6e9349e8eecc8b73b (patch) | |
| tree | f01d2dc73ea02b2a279a97507545acda81b76f4e | |
| parent | 4158244cc0ddfd21500ac1253f2986c7a6f36ccf (diff) | |
Notes
| -rw-r--r-- | sys/ia64/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 5f58228698b2..02a8f1330977 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -38,6 +38,7 @@ options MSDOSFS # MSDOS Filesystem options NFSCLIENT # Network Filesystem Client options NFSSERVER # Network Filesystem Server options NFS_ROOT # NFS usable as root device +options PFIL_HOOKS # pfil(9) framework options PROCFS # Process filesystem (/proc) options PSEUDOFS # Pseudo-filesystem framework options SCHED_ULE # ULE scheduler @@ -50,7 +51,6 @@ options SYSVSHM # SYSV-style shared memory options UFS_ACL # Support for access control lists options UFS_DIRHASH # Hash-based directory lookup scheme options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B RT extensions -options PFIL_HOOKS # pfil(9) framework # Various "busses" device acpi # ACPI support (mandatory) |
