Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-24 | Preserve SPRG0-SPRG3 around BUG calls, as required in the PPC1Bug UM; | Miod Vallat | |
reminded by drahn@, thanks! | |||
2004-01-24 | Do *not* set scsi_link flags to SCSIDEBUG_LEVEL for every ahc device. | Kenneth R Westerback | |
Let scsi_probedev() set the flags based on scsidebug_targets and scsidebug_luns when a device scsi link is created. Elminates indisciminate flood of debug info for ahc scsi buses and solves mystery of why ahc devices produced info when other devices were silent. | |||
2004-01-24 | Improve detection and reporting of VIA CPU types. Correct spellings | Tom Cosgrove | |
of same. ok deraadt@, beck@, weingart@ | |||
2004-01-23 | Crank SHMMAXPGS to 32mb; deraadt@ OK for all, drahn@ OK for macppc + pegasos | Todd C. Miller | |
2004-01-23 | Use %b to display status register, this will make bug reports more | Alexander Yurchenko | |
informative. Also convert WDCS_BITS string to caps. | |||
2004-01-23 | Add NTFS; deraadt@ OK | Todd C. Miller | |
2004-01-23 | Get rid of a few (mostly DDB related) unused defines and macros. | Miod Vallat | |
2004-01-23 | sync | Peter Stromberg | |
2004-01-23 | Virtual SVGA II | Peter Stromberg | |
ok deraadt@ | |||
2004-01-23 | died of starvation | Miod Vallat | |
2004-01-23 | Clean the device configuration settings, and comment out unsupported | Miod Vallat | |
hardware for now. | |||
2004-01-23 | Sync options and defines with other ppc ports. | Miod Vallat | |
2004-01-23 | Nuke last common. | Miod Vallat | |
2004-01-23 | Don't probe impossible luns. If lun 0 is non-existant, or if the device shows | Kenneth R Westerback | |
it doesn't grok luns then stop probing. Speeds up the probe of an empty scsi bus by approx. 30 seconds. From Marco Peereboom. Tested by Marco Peereboom, millert@, miod@, Diana Eichart, and a host of anonymous snapshot users. ok deraadt@. | |||
2004-01-22 | Style lync with other ppc-based ports, no functional change. | Miod Vallat | |
2004-01-22 | Remove macppc-only devices. | Miod Vallat | |
2004-01-22 | Everyday, new typos need to be investigated. | Miod Vallat | |
2004-01-22 | These files went dangling long time ago, actually... | Miod Vallat | |
2004-01-22 | Make locore and the early initialization code closer to other ppc ports; | Miod Vallat | |
also remove ipkbd and other dead code. | |||
2004-01-22 | use C comments, works better | Theo de Raadt | |
2004-01-22 | dot_conv() is not used. | Miod Vallat | |
2004-01-22 | Nuke ddb_regs common. | Miod Vallat | |
2004-01-22 | add gettdbbysrcdst(), just like gettdb(), but compares tdb_src as well; ok ↵ | Markus Friedl | |
mcbride@ | |||
2004-01-22 | - Include the value of pf_state.timeout in pfsync messages | Ryan Thomas McBride | |
- Fix the expiry time calculations, for real - Unbreak the collapsing of multiple updates into one And a little KNF for good measure. | |||
2004-01-21 | dynamic bufq support. basically a nullop. ok grange@ | Ted Unangst | |
2004-01-21 | call timeout_startup early, so timeouts are available. report from sam smith | Ted Unangst | |
ok art deraadt | |||
2004-01-21 | A faster ffs() routine based upon the ff1 assembly instruction. | Miod Vallat | |
2004-01-20 | Check the values given to -h and -s. Closes PR 3640. | Tom Cosgrove | |
ok weingart@, deraadt@ | |||
2004-01-20 | do not put INET6 here, we want bsd.rd that fits | Theo de Raadt | |
2004-01-20 | don't limit the number of sessions to the onboard ram (always upload the | Jason Wright | |
key and IV data). This kinda sucks for HMAC, but the alternative is a cache manager and I just don't want to go there. Tested by sturm@ (thanks!) | |||
2004-01-20 | Support for i852/855/865 AGP; from NetBSD via Michael van der | Alexander Yurchenko | |
Westhuizen <michael@skanky.homeunix.net> with little tweaks. Tested by millert@ todd@ jmc@ andreas@ and jcs@'s friend ok millert@ | |||
2004-01-20 | Correct checks for non-i810 chip; from FreeBSD. | Alexander Yurchenko | |
test and ok millert@ | |||
2004-01-20 | the pfsync interface does not have a baudrate, so don't claim 100 MBit/s | Henning Brauer | |
ok mcbride@ | |||
2004-01-20 | In some situations, the MVME328S can be so hung that our current reset code | Miod Vallat | |
fails. Unfortunately, in this case, do_vspoll() would invoke the reset function ad nauseum. Allow the flow to exit this infernal loop, attach() will correctly fail. This is temporary band-aid until a stronger reset sequence is found. | |||
2004-01-20 | when reading eeprom for the address, DELAY(4) during the operations. | Theo de Raadt | |
added by netbsd to support cats machines, but i ran into it on the alpha cs20's fxp0 when additional bits got set or reset randomly | |||
2004-01-20 | Use shifts and logical arithmetic, rather than multiplications and integer | Miod Vallat | |
arithmetic, when computing cmmu numbers. | |||
2004-01-20 | Better debugging information, only available if option TRAPDEBUG (which you | Miod Vallat | |
don't want. honest. really). | |||
2004-01-20 | let XFS compile; miod ok | Theo de Raadt | |
2004-01-20 | some pieces of ufs2. help testing otto sturm | Ted Unangst | |
2004-01-20 | Ignore pfsync packets if pf is not running. | Ryan Thomas McBride | |
2004-01-20 | - macppc -> __macppc__ | Brad Smith | |
- remove swapgeneric.c on pegasos and remove bogus Locore for lint target ok drahn@ | |||
2004-01-19 | Update comment; handling PFSYNC_ACT_UPD in pfsync_input() is no longer | Ryan Thomas McBride | |
optional. | |||
2004-01-19 | Get rid of a few useless defines, as well as a few duplicated ones; and | Miod Vallat | |
move 8820x-only definitions to the adequate header. Also crank MAXPHYSMEM to a more realistic value. | |||
2004-01-19 | ``3 pages of u-area ought to be enough for everybody'' | Miod Vallat | |
(deraadt wanted 2, I wanted 4, actually...) | |||
2004-01-19 | The pessimistic tlb handling change turned out to be one more instance of | Miod Vallat | |
the phys_map_vaddr bug. So switch back to regular tlb invalidations, and optimize the two or three page invalidation situation. | |||
2004-01-19 | Clean up creation and expiry timestamp calculations. | Ryan Thomas McBride | |
2004-01-19 | Rename a few defines to avoid namespace pollution. The only one used was ↵ | Kenneth R Westerback | |
'READ' which is now 'NVREAD'. Potential conflict with SCSI 'READ' spotted by tdeval@. | |||
2004-01-18 | clean out #ifdef horror show in xfs_dev-bsd.c and enable XFS in GENERIC. | Bob Beck | |
ok deraadt@, todd@ | |||
2004-01-18 | Port is already stored in network byte order, no need to convert. | Ryan Thomas McBride | |
2004-01-18 | Silence match() unless DEBUG. | Miod Vallat | |