summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-01-25Be less verbose in sdattach() by suppressing the display of detailedKenneth R Westerback
2004-01-25Get rid of ppc_[gs]et_msr(), use ppc_m[ft]msr() instead.Miod Vallat
2004-01-25vref device vnodes early, so we don't get mismatched vrele calls.Ted Unangst
2004-01-25Get rid of m88k leftovers.Miod Vallat
2004-01-25syncicache() is inline from <machine/cpu.h>, no need for a different versionMiod Vallat
2004-01-25Unused.Miod Vallat
2004-01-25Various typos in comments.Miod Vallat
2004-01-25Crank SHMMAXPGS to 32mb; OK mickey@Todd C. Miller
2004-01-25Use %lu to print u_long values, not %d or %ld. Fixes display ofKenneth R Westerback
2004-01-25Allow restriction of SCSIDEBUG output to particular scsi buses inKenneth R Westerback
2004-01-24Also add support for Sierra A550 and A710/A750 which are apparently mapTheo de Raadt
2004-01-24syncTheo de Raadt
2004-01-24two more sierras that are equivalantTheo de Raadt
2004-01-24syncTheo de Raadt
2004-01-24Sierra A555 1x card supportTheo de Raadt
2004-01-24Correctly size physical memory.Miod Vallat
2004-01-24Switch libsa to use loadfile()Miod Vallat
2004-01-24ugly #ifdef to be deleted laterTheo de Raadt
2004-01-24Deal with <machine/prom.h> changes.Miod Vallat
2004-01-24RB_xxx constants and values cleanup.Miod Vallat
2004-01-24Bring in strlcat, strlcpy and snprintf from libkern.Miod Vallat
2004-01-24No chown/chmod outside install targets.Miod Vallat
2004-01-24Preserve SPRG0-SPRG3 around BUG calls, as required in the PPC1Bug UM;Miod Vallat
2004-01-24Do *not* set scsi_link flags to SCSIDEBUG_LEVEL for every ahc device.Kenneth R Westerback
2004-01-24Improve detection and reporting of VIA CPU types. Correct spellingsTom Cosgrove
2004-01-23Crank SHMMAXPGS to 32mb; deraadt@ OK for all, drahn@ OK for macppc + pegasosTodd C. Miller
2004-01-23Use %b to display status register, this will make bug reports moreAlexander Yurchenko
2004-01-23Add NTFS; deraadt@ OKTodd C. Miller
2004-01-23Get rid of a few (mostly DDB related) unused defines and macros.Miod Vallat
2004-01-23syncPeter Stromberg
2004-01-23Virtual SVGA IIPeter Stromberg
2004-01-23died of starvationMiod Vallat
2004-01-23Clean the device configuration settings, and comment out unsupportedMiod Vallat
2004-01-23Sync options and defines with other ppc ports.Miod Vallat
2004-01-23Nuke last common.Miod Vallat
2004-01-23Don't probe impossible luns. If lun 0 is non-existant, or if the device showsKenneth R Westerback
2004-01-22Style lync with other ppc-based ports, no functional change.Miod Vallat
2004-01-22Remove macppc-only devices.Miod Vallat
2004-01-22Everyday, new typos need to be investigated.Miod Vallat
2004-01-22These files went dangling long time ago, actually...Miod Vallat
2004-01-22Make locore and the early initialization code closer to other ppc ports;Miod Vallat
2004-01-22use C comments, works betterTheo de Raadt
2004-01-22dot_conv() is not used.Miod Vallat
2004-01-22Nuke ddb_regs common.Miod Vallat
2004-01-22add gettdbbysrcdst(), just like gettdb(), but compares tdb_src as well; ok mc...Markus Friedl
2004-01-22- Include the value of pf_state.timeout in pfsync messagesRyan Thomas McBride
2004-01-21dynamic bufq support. basically a nullop. ok grange@Ted Unangst
2004-01-21call timeout_startup early, so timeouts are available. report from sam smithTed Unangst
2004-01-21A faster ffs() routine based upon the ff1 assembly instruction.Miod Vallat
2004-01-20Check the values given to -h and -s. Closes PR 3640.Tom Cosgrove