summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-15enable -DSUN_BOOTPARAMS; henning@ martin@ miod@ okMichael Shalayeff
2006-02-15use proper msyncMichael Shalayeff
2006-02-15Do not try to dirty an area when adding LSA ext.Esben Norby
OK henning@
2006-02-15sync audio device drivers descriptions. OK jmc@ miod@.Xavier Santolaria
2006-02-15delint; from Ray with input from me and jaredy@; ok jaredy@Otto Moerbeek
2006-02-15remove "the the" in comment; ok jmc@David Krause
2006-02-15typo in comment; ok djm@David Krause
2006-02-14Put quotation marks around the names of unconfigured devices.Mark Kettenis
ok drahn@
2006-02-14Put quotation marks around the names of unconfigured devices.Mark Kettenis
ok drahn@
2006-02-14Knock out "deq" and "tas3004" i2c nodes.Mark Kettenis
ok drahn@
2006-02-14Define a wsdisplay type for the Sun ZX/Leo frame buffer.Miod Vallat
2006-02-14Fix <=4bpp buglet introduced in previous commit; non-hyperion frame buffersMiod Vallat
are addressed as if they were 8bpp, which is what we pretend we are to rasops, so we actually have to remove capabilities after rasops_init() again.
2006-02-14Kill unused __HAVE_MINIMAL_EMULMiod Vallat
2006-02-14Homogeneize WSDISPLAY_* option comments (especially on cats)Miod Vallat
2006-02-14Fix botched format string specifiers. From adobriyan at gmail.com.Aaron Campbell
2006-02-14fix regress test on sparc64. help & ok millert@ cloder@Moritz Jodeit
2006-02-14Put commas in right places, from Ray Lai.Otto Moerbeek
2006-02-14typo in comment; from ray laiJason McIntyre
2006-02-14Find additional noncoherent HyperTransport links by looking at theMark Kettenis
HyperTransport configuration on AMD Athlon 64 & Opteron CPU's. This makes us detect the missing PCI busses on various Opteron systems. tested by krw@, brad@; ok brad@
2006-02-14- fix behaviour when using -u and -l at the same timeXavier Santolaria
- do not display some messages when checking in a file for the first time OK niallo@.
2006-02-14fix output when checking in a file for the first time. OK niallo@.Xavier Santolaria
2006-02-14if updating supablock fails w/ EROFS just procede w/ unmount thus allowing ↵Michael Shalayeff
unmounting rw mounts on top of ro devices; pedro@ ok and comments
2006-02-14Document that -0 is an non-standard extension (sad but true).Otto Moerbeek
ok millert@
2006-02-14quick path for free(0)Marc Espie
`looks to be safe' millert, okay tedu.
2006-02-14Fix pasto: clear correct buffer, from James Juran via NetBSD. ok markus@Otto Moerbeek
2006-02-14Fix -I and some cleanup, from Ray Lai in PR 5002; ok jaredy@Otto Moerbeek
2006-02-13spelling in error message; ok otto@Kevin Steves
2006-02-13revert change that breaks KDE, until we figure out what's wrong.Marc Espie
2006-02-13sort FILES and use a -compact list;Jason McIntyre
2006-02-13- avoid nasty line splitJason McIntyre
- `*' does not need to be escaped
2006-02-13write out an empty comment in RCS files even if there isn't one asXavier Santolaria
gnu/usr.bin/cvs does. Found by niallo@'s automatic tool.
2006-02-13turn this into an example ssh_known_hosts file; ok djmJason McIntyre
2006-02-13small tweaks for the ssh_known_hosts section;Jason McIntyre
2006-02-13no need to subsection the authorized_keys examples - instead, convertJason McIntyre
this to look like an actual file. also use proto 2 keys, and use IETF example addresses; much help from djm; ok markus djm;
2006-02-13use pci_mapreg_type().Brad Smith
ok damien@
2006-02-13NVidia/nVidia -> NVIDIABrad Smith
2006-02-13nVidia/nvidia -> NVIDIABrad Smith
2006-02-13regenBrad Smith
2006-02-13NVidia -> NVIDIABrad Smith
2006-02-13mention nfe chipsets.Brad Smith
2006-02-13the Cicada PHY's exist on other interfaces besides vge(4).Brad Smith
2006-02-13trim this down a bit.Brad Smith
2006-02-13syncPeter Valchev
2006-02-13add some ASIC revisions to the various switch cases and identifyBrad Smith
some newer revs.
2006-02-13Due to an oversight on my part I forgot to remove clearing of theBrad Smith
BGE_PCIDMARWCTL_MINDMA flag from the PCI DMA control register on newer bge chipsets when I put in the new PCI DMA control register settings. Thanks to Daniel Ouellet for testing with a BCM5780 and to Dimitry Andric for testing with a BCM5750.
2006-02-13revert rev 1.85. The mbuf needs to be re-mapped in the case of an error.Brad Smith
ok damien@
2006-02-12Find additional noncoherent HyperTransport links by looking at theMark Kettenis
HyperTransport configuration on AMD Athlon 64 & Opteron CPU's. This makes us detect the missing PCI busses on various Opteron systems. ok brad@, marco@
2006-02-12Remove unused columns from the keyboard[] array. No functional change.Miod Vallat
2006-02-12isabeep and sysbeep are no more.Miod Vallat
2006-02-12Remove dead isabeep driver and unused isabeep() function.Miod Vallat