source: hybrid/branches/releng-11/nanobsd/files/boot/loader.conf

Last change on this file was 13778, checked in by rick, 8 years ago

Testing ALIX hardware issue cause of ue(4) reloads?

The quirk never made it into mainstream kernel:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=152075

File size: 604 bytes
Line 
1# No funky Beasty, but boring default, and gone in 1 second to make it go quick :-(
2beastie_disable="YES"
3autoboot_delay="1"
4
5# Named started nagging, claiming (to many) files if unable to reach master for
6# quite some time
7kern.maxfiles="5000"
8
9# Prefers stability over preformance disable Write Caching (man 4 ata)
10hw.ata.wc="0"
11
12# Force output to run trough the comconsole, no exceptions
13console="comconsole"
14
15# PC Engines Alix APU board default serial settings cannot changed so 115200 it is.
16comconsole_speed="115200"
17
18# ALIX CS5536 chip is unstable, quirk workaround.
19hw.usb.ehci.lostintrbug="1"
Note: See TracBrowser for help on using the repository browser.