summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-01-28an amd64 arch support.Michael Shalayeff
2004-01-28Oops, forgot cvs add in previous commit; spotted by deraadt@Miod Vallat
2004-01-27this part is not needed for sierra wirelessTheo de Raadt
2004-01-27Only install the fpsp exception vectors if the cpu is a 68040.Miod Vallat
2004-01-27Bad duplicate of mpcpcibr.cMiod Vallat
2004-01-27viritual -> virtualMiod Vallat
2004-01-27drop packet if kif == NULL; ok henning deraadtMarkus Friedl
2004-01-27in gettdbbysrcdst(): hash by SRC and lookup SA in the tdbsrc[] hash tableMarkus Friedl
2004-01-27don't convert tcpmd5 to ip-over-ip in SADB_X_GETSPROTO; from hshoexerMarkus Friedl
2004-01-27#define away __extern__ for old gcc and non-gcc; espie@ OKTodd C. Miller
2004-01-27enable bpp for sun4m too; jason@ okMichael Shalayeff
2004-01-26Major overhaul of biosboot and installboot, using EDD (LBA) reads ifTom Cosgrove
2004-01-26Map segment 8 with a BAT again for now, for NVRAM access. This is onlyMiod Vallat
2004-01-26Asking for a too short softc size in your cfattach structure is known toMiod Vallat
2004-01-26Mostly sync with other ppc-based ports. This should be factorized someday...Miod Vallat
2004-01-26Make sure, when reporting available memory to the common PowerPC code, toMiod Vallat
2004-01-26sign mismatch correction, from miodTheo de Raadt
2004-01-26shorter messageTheo de Raadt
2004-01-26tftp-only netboot code, inspired from mvmeppc, and stripped down; it willMiod Vallat
2004-01-26A few more BUG syscall definitions and structures. Fix (not used yet)Miod Vallat
2004-01-26print cis information on configured cards as pcmcia(4) does; mentioned byFederico G. Schwindt
2004-01-26Correct strlcpy bound.Miod Vallat
2004-01-26TCP_SIGNATURE enabled by defaultTheo de Raadt
2004-01-26Bump load address, same as done on macppc last year.Miod Vallat
2004-01-26- use SIOC[GS]WAVELAN.Federico G. Schwindt
2004-01-26having the monotonic thing as DEBUG is not going to get it fixed faster, it i...Theo de Raadt
2004-01-25Do not BAT anything but the kernel for now.Miod Vallat
2004-01-25Put the msr fiddling in the CTXT macros, and unset PSL_IR and PSL_DR whileMiod Vallat
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