jhb 2008-04-09 17:59:17 UTC
FreeBSD src repository
Modified files:
sys/boot/i386/pxeldr pxeldr.S
Log:
Revert the previous change and let PROBE_KEYBOARD function identical to -P
in boot2/gptboot.
Revision ChangesPath
1.17 +2 -4 src/sys/boot/i386/pxeldr/
jhb 2008-03-06 21:43:56 UTC
FreeBSD src repository
Modified files:
sys/boot/i386/pxeldr pxeldr.S
Log:
In the PROBE_KEYBOARD case, always enable multiple consoles and set the
serial console as the primary console if the keyboard probe fails.
MFC after: 1 week
ru 2006-09-05 19:28:03 UTC
FreeBSD src repository
Modified files:
sys/boot/i386/pxeldr pxeldr.S
Log:
- Include to get the RB_* defines.
- Make the PROBE_KEYBOARD option better resemble the -P option in
boot2, i.e., if keyboard isn't present then boot with both
sobomax 2006-04-11 20:53:49 UTC
FreeBSD src repository
Modified files:
sys/boot/i386/pxeldr pxeldr.S
Log:
Merge in timeout into A20-enable routine from cdboot/boot1.
MFC after: 1 day
Revision ChangesPath
1.14 +10 -3 src/sys/boot/i386/pxeldr/pxeldr.S