Commit Graph

183323 Commits

Author SHA1 Message Date
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
jmcneill
39752cfc4d Save a line of dmesg by printing the vendor/product info on the same line
as the locators.
2009-08-23 15:37:51 +00:00
wiz
87e1425a46 Add missing word and bump date for previous. 2009-08-23 15:37:39 +00:00
jmcneill
389d010be4 Save a line of dmesg by printing the OUI/model after the locators. 2009-08-23 15:26:42 +00:00
jmcneill
ec32b60246 When ACPI is not present, free any resources used by the ACPICA. Also,
no need to complain (unless we're debugging) that ACPI is not present.
2009-08-23 15:16:16 +00:00
jmcneill
cf036af25e Hide the message about an RSDP not being found unless we are debugging. 2009-08-23 14:54:52 +00:00
tsutsui
804b431ea3 Use rlphy(4) instead of ukphy(4) for BbA.
---
rtk0 at pci0 dev 0 function 0: SEGA Broadband Adapter (rev. 0x10)
rtk0: interrupting at SH4 IRL 11
rtk0: Ethernet address 00:d0:f1:03:69:68
rlphy0 at rtk0 phy 7: Realtek internal PHY
rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
2009-08-23 14:38:43 +00:00
tsutsui
e6821b0d4b Add an empty bus_space_mmap(9) function as temporary workaround
for MI pci(4) mmap function in sys/dev/pci/pci_usrreq.c.

XXX: no bus_space_subregion(9) for g2bus.
2009-08-23 14:28:09 +00:00
tsutsui
8c2e6a929c Use proper pointer types and names rather than casts for readability. 2009-08-23 13:46:48 +00:00
tsutsui
0e2d8f9be7 Remove duplicated PHY_READ() against RGEPHY_MII_BMSR
that FreeBSD said a copy/paste error.
2009-08-23 13:41:06 +00:00
tsutsui
cadbb82928 Remove existing gzipped bootloader before installing new one
for upgrade install.
2009-08-23 13:36:54 +00:00
jmcneill
663409f171 PR# kern/39726: Soekris 5501-60 boot/bootxx 120 second delay
PR# port-i386/41162: A20 gate legacy hook cause long pxeboot delay on Soekris net5501

Remove calls to delay() before polling KBD registers in gateA20().
2009-08-23 12:31:05 +00:00
manu
dd47ec7336 Back out previous change: do not skip the test on rootspec, but make it
a simple attempt instead of an authoritative answer. The failure of the
rootspec test could me machine-dependant. Thanks to martin@ for pointing
that out.
2009-08-23 12:10:50 +00:00
mbalmer
bf79ac9a26 Prevent the creation of duplicate pin names in GPIOSET.
Problem noticed by rmind a while ago.
2009-08-23 12:08:56 +00:00
mbalmer
b43d918df8 Mention that defining the GPIO layout is subject to kauth(9) auhtorization.
Suggested by Elad Efrat.
2009-08-23 10:20:41 +00:00
mrg
1ef7a9ffe7 install the xorg "protocol.txt" file. 2009-08-23 09:05:44 +00:00
mrg
60e6e5077b on netbsd with the single final close() action, make sure we clean up
all the files attached to dev->files.  we check for one per "open_count"
that is above 1.  could perhaps assert() that we are empty afterwards.

this fixes restarting X + drm after actually using drm.
2009-08-23 08:55:16 +00:00
he
f0886937ab We need an explicit include of <sys/exec_aout.h> here as well. 2009-08-23 08:51:56 +00:00
he
46ac4b2e55 Remove BOOT_AOUT here as well, mips no longer deals with a.out. 2009-08-23 08:32:22 +00:00