summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2004-08-10regenBrad Smith
2004-08-101000baseTX -> 1000baseTBrad Smith
gigabit -> Gigabit
2004-08-09remove some old stuff and clean up. arc and galileo is gone.Per Fogelstrom
ok mickey@
2004-08-09remove old arc stuff and add sgi support.Per Fogelstrom
ok mickey@
2004-08-09mips/sgi uses same symbol table style setup as sparc64Per Fogelstrom
OK mickey@
2004-08-09sgi TOD clockPer Fogelstrom
2004-08-09adding tod support to sgiPer Fogelstrom
2004-08-09fixed printoutPer Fogelstrom
2004-08-09Shrink the u-area down to two pages.Miod Vallat
2004-08-09Take advantage of the recent ABI change to use less stack space and doMiod Vallat
less stack pointer manipulation; the kernel needs to be compiled by an up-to-date compiler now, or a tree will fall on your house.
2004-08-09G/c option HANDLER code, and a few cosmetic cleanings.Miod Vallat
2004-08-09rev not rev.Theo de Raadt
2004-08-09move to 3.6-betaTheo de Raadt
2004-08-09update ste(4) with stability and performance fixes fromCan Erkin Acar
FreeBSD if_ste.c revisions 1.28, 1.29, 1.38, 1.43, 1.63, 1.68, 1.70 ok henning@
2004-08-09Big cleanup. Removed some unused obsolete stuff and fixed copyrightsPer Fogelstrom
on some files. Arcbios support is now in, thus detects memorysize and cpu clock frequency.
2004-08-09use OpenBSDs version insteadPer Fogelstrom
2004-08-09bye bye!Per Fogelstrom
2004-08-09Change static functions to be non-static, for better backtraces.Otto Moerbeek
ok krw@ henning@
2004-08-09UVM is no longer an option since years.Miod Vallat
2004-08-09Needs a non-empty pmap_unuse_final() as sparc.Miod Vallat
Spotted by: art@ No cookie for: deraadt@
2004-08-09maxpartitions 16, so our slices are a-p not a-h.Miod Vallat
2004-08-09Unbreak RAMDISK; deraadtMiod Vallat
2004-08-08Ahh! This code brings out old memories. Eight years old but stillPer Fogelstrom
useful. This is the ARCBIOS interface, eg the firmware interface for SGI machines.
2004-08-08Since the I-cache can never be dirty, ignore copyback operations, and onlyMiod Vallat
perform invalidations when appropriate.
2004-08-08Print address lines split scheme if necessary.Miod Vallat
2004-08-08Oops, OF_poweroff is not attribute(noreturn) anymore...Miod Vallat
2004-08-08Do not panic if OF_poweroff() returns, this is handled correctly byMiod Vallat
the caller.
2004-08-08Zero route info structure in rtredirect(), avoiding a panic on labelOtto Moerbeek
copy. ok millert@ deraadt@ henning@
2004-08-08do not reset the chip (and subsequently the phy) when unnecessary; that is,Brad Smith
for address changes, multicast filter changes, or adjusting promiscuous mode. Fixes resetting the phy for things like start/stopping tcpdump. From NetBSD tested by me, miod@, otto@ and a few others. ok deraadt@
2004-08-08Various fixes and cleanups from miod@, tested and OK.Per Fogelstrom
2004-08-08locore.s -> locore.S, thanks PatrikPer Fogelstrom
2004-08-07Need pmap_unuse_final() too; Martin Reindl.Miod Vallat
2004-08-07fix bug in L2 cache size detection codePer Fogelstrom
2004-08-07add comment about porting work to doPer Fogelstrom
2004-08-07remove localbus.h includePer Fogelstrom
2004-08-07ansi and some missing protosTheo de Raadt
2004-08-06rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubsTheo de Raadt
on all other architectures. remove last architecture dependent #ifdef from uvm code.
2004-08-06provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ okMichael Shalayeff
2004-08-06no localbus.hPer Fogelstrom
2004-08-06sgi support; from pefo@Michael Shalayeff
2004-08-06need thisMichael Shalayeff
2004-08-06do not be quiet about this operationTheo de Raadt
2004-08-06Makefile changes to enter deep down thereTheo de Raadt
2004-08-06initial sgi importPer Fogelstrom
2004-08-06one more mips64Per Fogelstrom
2004-08-06initial mips64Per Fogelstrom
2004-08-06support cardbus bridges and a few pcmcia devices i have workingMichael Shalayeff
2004-08-06Initial support for arm interrupt counters, more fixes to come. ok miod@Dale Rahn
2004-08-06Misc cleaning and KNF in order to sync this to hp300 soon; no functionalMiod Vallat
change. Tested by aoyama@
2004-08-06Print cpu/cmmu details during boot, like mvme88k.Kenji Aoyama
ok miod@