summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-07-24Add the 12x22 font to vax defaults.Miod Vallat
2006-07-24Insert empty glyphs to make the font data really contiguous, as rasopsMiod Vallat
expects it.
2006-07-24move large local array out of a "called once, only at boot" functionTheo de Raadt
into being a global, to reduce stack size; ok miod
2006-07-24do a make depend phaseTheo de Raadt
2006-07-24Adding TFTP Option Extension to the tftp client according to RFC 2347.Marcus Glocker
Implemented options are: - TFTP Blocksize Option, RFC 2348 - TFTP Timeout Interval and Transfer Size Options, RFC 2349 We have now on the tftp client side the same options supported as in our tftp server. ok claudio@
2006-07-24Simplify ioaccess() by computing the pte template outside the loop, andMiod Vallat
modify iounaccess() loop style accordingly for consistency. No functional change.
2006-07-24Recent change to the way mainbus children attach requires sbi_match to beMiod Vallat
split between mainbus and abus attachments. Untested (and this is not part of the supported hardware at the moment), but at least this will allow sbi to attach to abus (this was broken, even before the mainbus attachment changes).
2006-07-24Use 'cp -R' instead of 'cp -r' in the example of the -J option.Bernd Ahlers
ok jmc@
2006-07-24disable tunnel forwarding when no strict host key checkingKevin Steves
and key changed; ok djm@ markus@ dtucker@
2006-07-24Style; return is not a function. hshoexer@ ok.Hakan Olsson
2006-07-24make "brconfig" with no arguments equivalent to "brconfig -a",Damien Miller
following the similar change to ifconfig; 'nice' deraadt@
2006-07-24syncTheo de Raadt
2006-07-24syncTheo de Raadt
2006-07-23Select the 8x15 font by default on vax.Miod Vallat
2006-07-23Make the default value of outputs.linein.dir "output" for the ThinkPad T60.Brad Smith
From kent@NetBSD
2006-07-23Do not print an odd message on machines where led0 is configured but didMiod Vallat
not attach.
2006-07-23Make smg(4) on par with the current state of wsdisplay drivers: make it useMiod Vallat
a rasops backend and wsfont, better ioctl conformance, and too many other changes to mention.
2006-07-23Do not build & install gdbtui.Mark Kettenis
2006-07-23Use REPORT LUNS to get the list of LUNs to probe. If such a list isKenneth R Westerback
obtained probe the LUNs given without checking for duplicate INQUIRY data. For non-USB, non-ATAPI, devices claiming to be SCSI-3 compliant. And the target must have something attached at LUN 0. If REPORT LUNS can't be used or isn't supported, the old scan process is used. Fixes Fibre Channel and SCSI enclosure devices that provide identical INQUIRY data for all LUNs and were thus being misprobed as having only LUN 0. Tested by Bob Kitella, dlg@, beck@. Suggestions from deraadt@. ok dlg@ beck@
2006-07-23remove tzset(3) from SYNOPSIS: it has its own man page;Jason McIntyre
spotted by stevesk; ok otto
2006-07-23userland shouldnt care about kernel issuesDavid Gwynne
2006-07-23update to reflect realityDavid Gwynne
2006-07-23add sys/timeout.hBrad Smith
2006-07-23revert back to the old brgphy_mii_phy_auto() which simplifies the autoneg code.Brad Smith
2006-07-23improved Yukon init routine with proper workaround for the PHY COMA mode.Brad Smith
From yongari@FreeBSD
2006-07-23update nviic(4) entry.Brad Smith
2006-07-23remove some scsi ioctls, most importantly the ones that can reprobe theDavid Gwynne
bus. supporting these complicates the midlayer unnecessarily. ok krw@
2006-07-23add newer NVidia chipsets.Brad Smith
2006-07-23add NVidia MCP61/65 ids.Brad Smith
2006-07-23regenBrad Smith
2006-07-23add NVidia MCP61 IDE and SMBus PCI ids.Brad Smith
2006-07-23regenBrad Smith
2006-07-23more consistent naming for some of the NVidia entries.Brad Smith
2006-07-23#include <signal.h> for sig_atomic_t; need this prior to <sys/param.h>Kevin Steves
move
2006-07-23regenBrad Smith
2006-07-23add two more MCP61 Ethernet MAC PCI ids.Brad Smith
From Linux's pci_ids.h
2006-07-23regenBrad Smith
2006-07-23add PCI ids for the NVidia MCP61/65 chipsets and additional ids for theBrad Smith
MCP51/55 chipsets. From The Linux PCI ID Repository
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-22move #include <time.h> out of includes.hKevin Steves
2006-07-22If the LUN is > 7, don't try to stuff it into the three bits availableKenneth R Westerback
in the CDB for pre-IDENTIFY device LUNs.
2006-07-22Allocate enough, and only enough, scsi_link pointers for the number ofKenneth R Westerback
LUNs the driver says targets could have. Don't unconditionally allocate 8. USB and ATAPI devices have fewer. Fibre Channel devices can have more.
2006-07-22Nuke SCSIFORCELUN* and friends. These were introduced as a safetyKenneth R Westerback
valve in case our duplicate LUN checks had to be circumvented. Since no one has found a need for them, and they were just one more place trying to shift a bit 255 places to the left could be induced, remove them. "i don't think any options like that are worthwhile" deraadt@
2006-07-22corrections from alexey e. suslikov;Jason McIntyre
ok hshoexer
2006-07-22On the Gig PHYTER, for whatever reason, the 10baseT-related bits of theBrad Smith
BMSR are wired to 0, yet the PHY supports 10baseT. So, to get around this, we test the ANAR 10baseT bits after a PHY reset. These bits are set according to input pin 180. If we see the 10baseT ANAR bits set, we fake them in the BMSR so that we can actually autonegotiate 10baseT. From thorpej@NetBSD
2006-07-22add the ADMtek ADM9511/ADM9513 Centaur-II chipsets.Brad Smith
2006-07-22Test that PermitOpen after a Match overrides global setting; ok djm@Darren Tucker
2006-07-22add the ATI SB450.Brad Smith
2006-07-22regenBrad Smith
2006-07-22add ATI SB450 and SiS 966 HD Audio PCI ids.Brad Smith