UPDATING (05248206f720394d95c2a7475429311df670a2e9) | UPDATING (4722ceb7d53e76507c76e053caab6b6f7b24ecef) |
---|---|
1Updating Information for users of FreeBSD-CURRENT. 2 3This file is maintained and copyrighted by M. Warner Losh <imp@freebsd.org>. 4See end of file for further details. For commonly done items, please see the 5COMMON ITEMS: section later in the file. These instructions assume that you 6basically know what you are doing. If not, then please consult the FreeBSD 7handbook: 8 --- 13 unchanged lines hidden (view full) --- 22 includes various WITNESS- related kernel options, INVARIANTS, malloc 23 debugging flags in userland, and various verbose features in the 24 kernel. Many developers choose to disable these features on build 25 machines to maximize performance. (To completely disable malloc 26 debugging, define WITH_MALLOC_PRODUCTION in /etc/src.conf and rebuild 27 world, or to merely disable the most expensive debugging functionality 28 at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 29 | 1Updating Information for users of FreeBSD-CURRENT. 2 3This file is maintained and copyrighted by M. Warner Losh <imp@freebsd.org>. 4See end of file for further details. For commonly done items, please see the 5COMMON ITEMS: section later in the file. These instructions assume that you 6basically know what you are doing. If not, then please consult the FreeBSD 7handbook: 8 --- 13 unchanged lines hidden (view full) --- 22 includes various WITNESS- related kernel options, INVARIANTS, malloc 23 debugging flags in userland, and various verbose features in the 24 kernel. Many developers choose to disable these features on build 25 machines to maximize performance. (To completely disable malloc 26 debugging, define WITH_MALLOC_PRODUCTION in /etc/src.conf and rebuild 27 world, or to merely disable the most expensive debugging functionality 28 at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 29 |
3020230817: 31 Serial communication (in boot loaders, kernel, and userland) has 32 been changed to default to 115200 bps, in line with common industry 33 practice and typcial firmware serial console redirection 34 configuration. 35 36 Note that the early x86 BIOS bootloader (i.e., boot0sio) does not 37 support rates above 9600 bps and is not chagned. boot0sio users may 38 set BOOT_COMCONSOLE_SPEED=9600 to use 9600 for all of the boot 39 components, or use the standard boot0 and have the boot2 stage start 40 with the serial port at 115200. 41 |
|
3020230807: 31 Following the general removal of MIPS support, the ath(4) AHB bus- 32 frontend has been removed, too, and building of the PCI support is 33 integrated with the ath(4) main module again. As a result, there's 34 no longer a need for if_ath_pci_load="YES" in /boot/loader.conf or 35 "device ath_pci" in the kernel configuration. 36 3720230803: --- 1969 unchanged lines hidden --- | 4220230807: 43 Following the general removal of MIPS support, the ath(4) AHB bus- 44 frontend has been removed, too, and building of the PCI support is 45 integrated with the ath(4) main module again. As a result, there's 46 no longer a need for if_ath_pci_load="YES" in /boot/loader.conf or 47 "device ath_pci" in the kernel configuration. 48 4920230803: --- 1969 unchanged lines hidden --- |