Deleted Added
full compact
TINYBSD (162535) TINYBSD (171923)
1# $FreeBSD: head/tools/tools/tinybsd/conf/wireless/TINYBSD 162535 2006-09-21 22:17:04Z julian $
1# $FreeBSD: head/tools/tools/tinybsd/conf/wireless/TINYBSD 171923 2007-08-22 18:45:00Z remko $
2machine i386
3cpu I486_CPU
4cpu I586_CPU
5cpu I686_CPU
6ident TINYBSD
7
8# To statically compile in device wiring instead of /boot/device.hints
9#hints "GENERIC.hints" # Default places to look for devices.
10
11options SCHED_4BSD # 4BSD scheduler
12options INET # InterNETworking
13options FFS # Berkeley Fast Filesystem
14options SOFTUPDATES # Enable FFS soft updates support
15options UFS_DIRHASH # Improve performance on big directories
16options MD_ROOT # MD is a potential root device
17options PROCFS # Process filesystem (requires PSEUDOFS)
18options PSEUDOFS # Pseudo-filesystem framework
2machine i386
3cpu I486_CPU
4cpu I586_CPU
5cpu I686_CPU
6ident TINYBSD
7
8# To statically compile in device wiring instead of /boot/device.hints
9#hints "GENERIC.hints" # Default places to look for devices.
10
11options SCHED_4BSD # 4BSD scheduler
12options INET # InterNETworking
13options FFS # Berkeley Fast Filesystem
14options SOFTUPDATES # Enable FFS soft updates support
15options UFS_DIRHASH # Improve performance on big directories
16options MD_ROOT # MD is a potential root device
17options PROCFS # Process filesystem (requires PSEUDOFS)
18options PSEUDOFS # Pseudo-filesystem framework
19options GEOM_GPT # GUID Partition Tables.
19options GEOM_PART_GPT # GUID Partition Tables.
20options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
21options COMPAT_FREEBSD4 # Compatible with FreeBSD4
22options SYSVSHM # SYSV-style shared memory
23options SYSVMSG # SYSV-style message queues
24options SYSVSEM # SYSV-style semaphores
25options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
26options KBD_INSTALL_CDEV # install a CDEV entry in /dev
27options AHC_REG_PRETTY_PRINT # Print register bitfields in debug

--- 147 unchanged lines hidden ---
20options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
21options COMPAT_FREEBSD4 # Compatible with FreeBSD4
22options SYSVSHM # SYSV-style shared memory
23options SYSVMSG # SYSV-style message queues
24options SYSVSEM # SYSV-style semaphores
25options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
26options KBD_INSTALL_CDEV # install a CDEV entry in /dev
27options AHC_REG_PRETTY_PRINT # Print register bitfields in debug

--- 147 unchanged lines hidden ---