Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-09 | Big cleanup. Removed some unused obsolete stuff and fixed copyrights | Per Fogelstrom | |
on some files. Arcbios support is now in, thus detects memorysize and cpu clock frequency. | |||
2004-08-09 | use OpenBSDs version instead | Per Fogelstrom | |
2004-08-09 | bye bye! | Per Fogelstrom | |
2004-08-09 | Change static functions to be non-static, for better backtraces. | Otto Moerbeek | |
ok krw@ henning@ | |||
2004-08-09 | UVM is no longer an option since years. | Miod Vallat | |
2004-08-09 | Needs a non-empty pmap_unuse_final() as sparc. | Miod Vallat | |
Spotted by: art@ No cookie for: deraadt@ | |||
2004-08-09 | maxpartitions 16, so our slices are a-p not a-h. | Miod Vallat | |
2004-08-09 | Unbreak RAMDISK; deraadt | Miod Vallat | |
2004-08-08 | Ahh! This code brings out old memories. Eight years old but still | Per Fogelstrom | |
useful. This is the ARCBIOS interface, eg the firmware interface for SGI machines. | |||
2004-08-08 | Since the I-cache can never be dirty, ignore copyback operations, and only | Miod Vallat | |
perform invalidations when appropriate. | |||
2004-08-08 | Print address lines split scheme if necessary. | Miod Vallat | |
2004-08-08 | Oops, OF_poweroff is not attribute(noreturn) anymore... | Miod Vallat | |
2004-08-08 | Do not panic if OF_poweroff() returns, this is handled correctly by | Miod Vallat | |
the caller. | |||
2004-08-08 | Zero route info structure in rtredirect(), avoiding a panic on label | Otto Moerbeek | |
copy. ok millert@ deraadt@ henning@ | |||
2004-08-08 | do 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-08 | Various fixes and cleanups from miod@, tested and OK. | Per Fogelstrom | |
2004-08-08 | locore.s -> locore.S, thanks Patrik | Per Fogelstrom | |
2004-08-07 | Need pmap_unuse_final() too; Martin Reindl. | Miod Vallat | |
2004-08-07 | fix bug in L2 cache size detection code | Per Fogelstrom | |
2004-08-07 | add comment about porting work to do | Per Fogelstrom | |
2004-08-07 | remove localbus.h include | Per Fogelstrom | |
2004-08-07 | ansi and some missing protos | Theo de Raadt | |
2004-08-06 | rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs | Theo de Raadt | |
on all other architectures. remove last architecture dependent #ifdef from uvm code. | |||
2004-08-06 | provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok | Michael Shalayeff | |
2004-08-06 | no localbus.h | Per Fogelstrom | |
2004-08-06 | sgi support; from pefo@ | Michael Shalayeff | |
2004-08-06 | need this | Michael Shalayeff | |
2004-08-06 | do not be quiet about this operation | Theo de Raadt | |
2004-08-06 | Makefile changes to enter deep down there | Theo de Raadt | |
2004-08-06 | initial sgi import | Per Fogelstrom | |
2004-08-06 | one more mips64 | Per Fogelstrom | |
2004-08-06 | initial mips64 | Per Fogelstrom | |
2004-08-06 | support cardbus bridges and a few pcmcia devices i have working | Michael Shalayeff | |
2004-08-06 | Initial support for arm interrupt counters, more fixes to come. ok miod@ | Dale Rahn | |
2004-08-06 | Misc cleaning and KNF in order to sync this to hp300 soon; no functional | Miod Vallat | |
change. Tested by aoyama@ | |||
2004-08-06 | Print cpu/cmmu details during boot, like mvme88k. | Kenji Aoyama | |
ok miod@ | |||
2004-08-06 | Easy one! Remove two redundant assignments. | Per Fogelstrom | |
OK from miod@, millert@, henning@, marcus@ .... :) | |||
2004-08-06 | Merge Luna88k and mvme88k M88200 management code. Features: | Miod Vallat | |
- simpler structures (no more redundant or easily computable information). - split scheme configuration (for 4:1 and 8:1 designs) is only compiled in if necessary (read: only on a mvme88k kernel configured for MVME188 support), which speeds up CMMU operations on the Luna88k. - will not enable bus snopping on a monoprocessor system. Tested on Luna88k-2, MVME187 and various MVME188 by aoyama@ and I. | |||
2004-08-06 | add MII_MODEL_AMD_79C875phy | Per Fogelstrom | |
2004-08-06 | Add support for Am79C875 quad phy. | Per Fogelstrom | |
ok deraadt@ | |||
2004-08-06 | Remove __static inline to make the kernel ~24k smaller on i386 and make the ↵ | Marco Peereboom | |
debug sessions bearable. ok krw@ deraadt@ | |||
2004-08-05 | Unbreak luna88k; spotted by aoyama@ | Miod Vallat | |
2004-08-05 | remove some separate per driver constants and use | Brad Smith | |
ETHER_MAX_LEN_JUMBO/ETHERMTU_JUMBO where appropriate. | |||
2004-08-05 | When probing using badaddr make sure the probe load instruction | Per Fogelstrom | |
is retired before turning off trap handling. Otherwise a panic trap may be taken. OK drahn@ | |||
2004-08-05 | compile before you commit damnit | Theo de Raadt | |
2004-08-05 | use ETHER_MAX_LEN. | Brad Smith | |
ok mickey@ | |||
2004-08-05 | remove some separate per driver constants and use | Brad Smith | |
ETHER_MAX_LEN_JUMBO/ETHERMTU_JUMBO where appropriate. ok mcbride@ henning@ mickey@ | |||
2004-08-05 | Cleanup attachs for com and lpt for mips. | Per Fogelstrom | |
ok, miod, todd | |||
2004-08-05 | Fix typos. Found by Dries Schellekens | Artur Grabowski | |
2004-08-05 | Remove forgotten debug code which does not compile on alpha. | Miod Vallat | |