summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-03-17syncTheo de Raadt
1998-03-17add adaptec raid controller info; no support yetTheo de Raadt
1998-03-17add a VIATECH card tooTheo de Raadt
1998-03-17support a few more NE2000 PCI cardsTheo de Raadt
1998-03-17syncTheo de Raadt
1998-03-17add more PCI NE2000 devicesTheo de Raadt
1998-03-17support db_console switch for disabling console ddbTheo de Raadt
1998-03-17fix vfs lkms + some indentationArtur Grabowski
1998-03-17Allow wd and acd device boot.Angelos D. Keromytis
1998-03-17delete extra printTheo de Raadt
1998-03-16doc machine commandsMichael Shalayeff
1998-03-16slightly improved SMC autodetectionJason Downs
1998-03-16raise NKMEMCLUSTERS a bit to avoid kernel crashes due to kvm shortageThomas Graichen
on fat kerneles (often reported in the last time)
1998-03-16"Take us to DDB!"Per Fogelstrom
1998-03-16DDB.Per Fogelstrom
Support for Algorithmics R5000/R10000 evaluation board. So far only the RM5260 is supported. RM5270 - RM7000 later. R5000 and R10000 depending on access to cpu modules. vm_machdep.c moved to arch/mips/mips.
1998-03-16please gcc (couldn't find any reference, so just deleted offending declaration)Jason Downs
1998-03-16DDB for mips, first cut. Will add some machine dep commands and tunePer Fogelstrom
up a little. Basically works. Still needs symbol table support. Load store counting does not handle branch likely situations. Also, some code moved into here as 'machine independent'.
1998-03-16Add the option SOFTWARE_SSTEP_EMUL. This is used with mips processorsPer Fogelstrom
together with SOFTWARE_SSTEP to do single stepping. We don't need the dual BP at branch since we always evaluate the correct next location.
1998-03-16Regenerate pnpdevs.hdgregor
1998-03-16PnP IDs are case-sensitive. Make them all uppercasedgregor
1998-03-15Make machine word size a factor in max_softdeps. Keeps alpha fromTodd C. Miller
panic'ing.
1998-03-15please gcc 2.8.1 #ifdef DEBUGTodd C. Miller
1998-03-15Update Berkeley sccsid since this includes the lite2 changesTodd C. Miller
1998-03-15enable softupdatesMichael Shalayeff
1998-03-15Add Kirk McKusick's soft update code. This is an implementation of:Todd C. Miller
http://www.ece.cmu.edu/~ganger/papers/CSE-TR-254-95/ This code currently has a restrictive copyright (for the time being) and so is not enabled by default; "option FFS_SOFTUPDATES" will enable it. Note that you will need to re-run config(8) as the old softdep stubs have moved to ffs_softdep_stub.c.
1998-03-14Changes necesary for new soft updates code. Doesn't affect old soft updatesTodd C. Miller
or kernels without soft updates...
1998-03-11make usage message much prettierTheo de Raadt
1998-03-11change CPPFLAGS= to CPPFLAGS+= - so that the definition of -DSERIALThomas Graichen
in mbr/Makefile will not be overridden (seems like nobody is using a serial console)
1998-03-11remove wrong end of comment which breaks compilation with -DSERIALThomas Graichen
enabled
1998-03-11syncTheo de Raadt
1998-03-11another deviceTheo de Raadt
1998-03-11delete blank lineTheo de Raadt
1998-03-10Added support for the 82553 and 'B' 82555 PHY; dg@freebsdTheo de Raadt
1998-03-10Play nicely with soft updates. Based on a patch from Kirk via FreeBSD--untestedTodd C. Miller
1998-03-10not yetTheo de Raadt
1998-03-10Clear dependcy list so we don't panic a soft updates kernel.Todd C. Miller
1998-03-10syncTheo de Raadt
1998-03-10merge in tags from freebsdTheo de Raadt
1998-03-10not yetTheo de Raadt
1998-03-10propogate pci flagsTheo de Raadt
1998-03-10please gcc 2.8.1Theo de Raadt
1998-03-10syncTheo de Raadt
1998-03-10sync to netbsd; we have some extra thoughTheo de Raadt
1998-03-10use .OxTodd C. Miller
1998-03-09print how much memoryTheo de Raadt
1998-03-09handle 128KB if_le chunksTheo de Raadt
1998-03-09print hotfix info at end of cpu attach lineTheo de Raadt
1998-03-08uncomment wdc1 as that's often where atapi cdroms liveTodd C. Miller
1998-03-08move to 2.3Theo de Raadt
1998-03-07moving towards 2.3 nowTheo de Raadt