Commit Graph

183291 Commits

Author SHA1 Message Date
dholland
aa19a9d0a5 Whn ths cd ws wrttn, thr ws bt shrtg nd vwls wr xtrml xpnsv. Nowadays,
however, we have an ample vowel budget, and bit shortages are a thing
of the past (even in a down economy) so spend a bit to improve
readability.
2009-08-25 06:56:52 +00:00
dholland
84bca7035f ANSIfy a leftover function.
Also note some unportable code with a comment. Can't change it because
it'd break save files, though.
2009-08-25 06:04:17 +00:00
jmcneill
0688029724 Don't reference genfb unless NGENFB > 0 2009-08-24 23:48:57 +00:00
jmcneill
dd324f8480 Add definition for WAKEUP_vesa_modenum 2009-08-24 22:06:50 +00:00
wiz
8b0f1ea834 Bump date for previous. 2009-08-24 22:05:26 +00:00
dyoung
2d89489416 In sysctl_create(), the first character of sysctl_name is
sysctl_name[0], so write that instead of sysctl_name[sz] (where sz
just happened to be set to 0 in the previous line).

Also in sysctl_create(), give the length of the sysctl_name its
own variable, nsz, and reserve sz for expressing the size of the
node's value.

No functional change intended.
2009-08-24 20:53:00 +00:00
plunky
26f09dd36e add "imode" parameter to allow setting the Inquiry Mode. This supercedes
the "rssi" parameter (which remains for compatibility)

imode takes an argument: "std", "rssi" or "ext"
2009-08-24 20:43:35 +00:00
plunky
dab1b7f787 add devices seen in "Extended Inquiry Result" to the cache 2009-08-24 20:37:36 +00:00
joerg
042b29cdb1 Use a more compact presentation for g if the size is small enough. 2009-08-24 17:12:46 +00:00
nisimura
43f486267a - add GENERIC.NAS to a standard sandpoint distribution. 2009-08-24 14:17:05 +00:00
tsutsui
360f84f6f4 KNF, ANSIfy etc. 2009-08-24 13:04:37 +00:00
tsutsui
eb60dd4479 Use __arraycount(). 2009-08-24 13:03:43 +00:00
tsutsui
53c1e123cc Fix typo. 2009-08-24 12:55:16 +00:00
jmcneill
cf08ac976b Bump bootloader version for VBE changes. 2009-08-24 12:42:18 +00:00
jmcneill
31ca9984a5 PR# port-i386/41929: genfb and machdep.acpi_vbios_reset=2 interaction
When acpi_vbios_reset=2, invoke vga_post_call followed by vga_post_set_mode
in the genfb pmf resume handler.
2009-08-24 11:35:27 +00:00
jmcneill
8984ef0dcd Add vga_post_set_vbe for setting video mode. 2009-08-24 11:33:49 +00:00
jmcneill
1338e788ee Move softc definition to genfb_pcivar.h 2009-08-24 11:32:49 +00:00
jmcneill
f98f243e5f Paranoia; restore the genfb colour map on resume. 2009-08-24 11:04:29 +00:00
jmcneill
8aa0a1bfb1 Expose genfb_restore_palette and allow MD code to specify PMF callbacks. 2009-08-24 11:03:44 +00:00
jmcneill
e1f4092924 Ensure that the VBE mode is only restored when machdep.acpi_vbios_reset=1 2009-08-24 10:16:12 +00:00
joerg
0c7b475101 Do not use tabs in references. Tab has special meaning in roff(7), even
though it is not visible in this context.
2009-08-24 10:15:25 +00:00
martin
92a844a416 Translate english rev 1.59 (mention USB boot device in addition to floppy) 2009-08-24 09:46:24 +00:00
joerg
f2670f529d Kill -offset without argument. 2009-08-24 09:45:30 +00:00
vanhu
b7f72d1283 fixed typo: algoriym -> algorithm 2009-08-24 09:33:03 +00:00
joerg
84bc34c228 Fix synopsis 2009-08-24 08:38:39 +00:00
jmcneill
eff736611c Update BUGS section; genfb works on i386 and amd64 now. 2009-08-24 02:25:18 +00:00
jmcneill
7edea06c01 amd64, i386: Suspend and resume is now supported when using the
genfb(4) display driver. [jmcneill 20090823]
2009-08-24 02:21:26 +00:00
jmcneill
b585cf85b2 Pass the VBE mode number from the bootloader to the kernel, and then
make the ACPI wakecode aware of it. Restore the desired VBE mode on resume
when acpi_vbios_reset=1, so suspend/resume with genfb console will work.
2009-08-24 02:15:46 +00:00
jmcneill
5198b6e109 Register NULL pmf handlers, and note that firmware & MD code is responsible
for restoring the display device.
2009-08-24 02:10:41 +00:00
snj
0613fdcb3f Kill an incorrect bit of text about creating device nodes that had been hiding
under a macppc conditional.  Update for today's progress bar world.
2009-08-23 22:17:18 +00:00
jmcneill
3f1e5d911a Get rid of the 'select extraction verbosity' menu. 2009-08-23 21:16:16 +00:00
jmcneill
004c1bcc7f Print ${MACHINE} in the welcome message. 2009-08-23 20:58:05 +00:00
jmcneill
b6cec36cdd Mention USB media as well as floppy disks. 2009-08-23 20:57:40 +00:00
plunky
90e0b0e5de make a small mention how to configure the tty line as a bluetooth device 2009-08-23 19:44:39 +00:00
joerg
ff97d10661 Rewrite the sentence about the socket options to avoid questionable
typographic layout and to be more inline with the wording of the rest of
the man page.
2009-08-23 19:32:16 +00:00
jmcneill
ae08d7634d Print devinfo on the same line as locators, and make the transfer mode
output aprint_verbose
2009-08-23 19:03:18 +00:00
jmcneill
ae6bbc2b13 PR# install/41925: sysinst find_disks() should display more than just
the device name

Try ATA/SCSI identify commands and when successful, use the model information
along with the disk size when creating the 'Available disks' menu.

Instead of having a list of disks (wd0, wd1, sd0) the menu now looks like:

  Available disks

 >a: wd0 (977M, SanDisk SDCFB-1024)
  b: wd1 (233G, FUJITSU MHY2250BH)
  c: sd0 (246M, LEXAR JUMPDRIVE ELITE)

ok martin@
2009-08-23 18:43:33 +00:00
jmcneill
f21840f04b s/Advanced Micro Devices/AMD/ for device descriptions. 2009-08-23 16:21:55 +00:00
jmcneill
f66db5549f Print device description on the same line as locators. 2009-08-23 16:21:36 +00:00
ahoka
a22a237823 Typo fix: Mhz -> MHz
No functional change intended.
2009-08-23 16:15:45 +00:00
jmcneill
5c5d9b7cd9 Don't maintain a list of descriptions for each supported device, that's
what PCIVERBOSE is for; use pci_devinfo instead.
2009-08-23 16:11:48 +00:00
jmcneill
41dd5e0736 Not much sense in printing 'AT Timer' when the 'attimer' driver attaches. 2009-08-23 16:02:53 +00:00
ahoka
8e541eb4b2 Typo fix: Mhz -> MHz
No functional change intended.
2009-08-23 16:02:50 +00:00
ahoka
f7b2709f8a Fix typo: Mhz -> MHz
No functional change at all intended.
2009-08-23 15:58:39 +00:00
jmcneill
41fc254aa6 Drop the string 'ISA Plug 'n Play device support', it's not something to
brag about anymore.
2009-08-23 15:56:56 +00:00
jmcneill
6224dc462d I'm not so sure this is actually CPU-intensive in 2009, so don't print it. 2009-08-23 15:56:07 +00:00
wiz
f3d0c4e780 Fix typos. 2009-08-23 15:50:35 +00:00
wiz
ea72fa6ee9 Fix pasto. 2009-08-23 15:45:08 +00:00
jmcneill
05d8709153 Save a line of dmesg by printing the vendor/product info on the same line
as the locators.
2009-08-23 15:42:51 +00:00
wiz
7bc157d9a3 Reword slightly so I can understand it more easily. 2009-08-23 15:41:28 +00:00