summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-12-23syncNathan Binkert
2001-12-23Add a nec USB 2.0 controllerNathan Binkert
2001-12-22Compile with option DEBUG.Miod Vallat
2001-12-22Label changes and comment corrections.Steve Murphree
2001-12-22MVME917 documentation comment.Steve Murphree
2001-12-22mc88110 mods.Steve Murphree
2001-12-22Bring in PSR bit definitions.Steve Murphree
2001-12-22Assume xxx.usr bug in RAMDISK.Steve Murphree
2001-12-22Make RAMDISK work.Steve Murphree
2001-12-22vme devices 'auto vector'.Steve Murphree
2001-12-22Correct badvaddr() usage.Steve Murphree
2001-12-22Put miod's Makefile hack to define M88100 and M88110 back in.Steve Murphree
2001-12-22GENERIC configuration now includes MVME197 and M88110 options.Steve Murphree
2001-12-22change function names to reflect cpu type instead of board type.Steve Murphree
2001-12-22add mc88110 definitionsSteve Murphree
2001-12-22add get_psr() inline for mc88410.hSteve Murphree
2001-12-22New scalable implementation with constant time add and delete. ok deraadt@Thomas Nordin
2001-12-22Correct res count. Based on fix in NetBSD.Hugh Graham
2001-12-22mc88110 modifications.Steve Murphree
2001-12-22correct badvaddr()Steve Murphree
2001-12-22correct pmap_map. mc88110 modifications.Steve Murphree
2001-12-22Init the creds in nfs_open too.Artur Grabowski
Repairs swap over nfs. Tested by hugh@
2001-12-22masive cmmu overhaul. function pointers now control cmmu functionalitySteve Murphree
instead of case statements based on cpu type.
2001-12-22mc88110 support in ddb. Bring in bit definitions.Steve Murphree
We can support hardware sstep for mc88110 and software sstep for mc88100.
2001-12-22rename m882xx.h to m8820x.hSteve Murphree
2001-12-22Support for SMC 8036TX 10/100 cardbus NICs; diffs provided byFederico G. Schwindt
Chris Riley <chris@riles.ra>.
2001-12-22fix kenter/kremove, some spl policeMichael Shalayeff
2001-12-21Let this compile for kernels where no pcc device is configured (i.e. kernelsMiod Vallat
with no 147 support). Problem reported by "Bob" <bharbour@emr.net>
2001-12-21Unbreak gm0. regression test should be done next time...Dale Rahn
2001-12-21increase the timeout 10x, it seems some cards cannot keep up w/ our paceMichael Shalayeff
2001-12-21MC88410 External Cache Controller inline for MVME197DP/SPSteve Murphree
2001-12-20Make user/system times increase monotonically. ok deraadt@ and millert@Thomas Nordin
2001-12-20Temporarily revert the pmap_motorola changes, as they may account forMiod Vallat
some problems as well. Requested by deraadt@
2001-12-20for mimi-pci cards registers are word in a dword, missed that in bringing ↵Michael Shalayeff
over support from netbsd; partially successfully tested by ellidz@eridu.uchicago.edu
2001-12-20rule: first commit, then compileMichael Shalayeff
2001-12-20do not print cis for non-plx cards, because there is noneMichael Shalayeff
2001-12-20MVME197 gets it's own external interrupt routine.Steve Murphree
2001-12-20MC88110 Processor Status Register definitions.Steve Murphree
2001-12-20MC88110 header modifications.Steve Murphree
2001-12-20machine dependant pointer changes.Steve Murphree
2001-12-20add powerhook support to handle APM resumes correctly, fixes PR 1814joshua stein
ok provos@ and markus@
2001-12-20Netgear FA411 support.Federico G. Schwindt
2001-12-20regen.Federico G. Schwindt
2001-12-20put our tag back; bad mickey.Federico G. Schwindt
2001-12-20Netgear FA411.Federico G. Schwindt
2001-12-19sync KNF with src/usr.bin/sshMarkus Friedl
2001-12-19regenMichael Shalayeff
2001-12-19promise 20268r and 20269 pci ids; from Alexander Yurchenko <grange@rt.mipt.ru>Michael Shalayeff
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
machines or some configurations or in some phase of the moon (we actually don't know when or why) files disappeared. Since we've not been able to track down the problem in two weeks intense debugging and we need -current to be stable, back out everything to a state it had before UBC. We apologise for the inconvenience.
2001-12-19Introduce brdtyp and change what cputyp means.Steve Murphree