summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
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
2001-12-19board.h overhaul. split definitions by arch.Steve Murphree
2001-12-19unbreak mickey commit; make vra work after resume. previous commitNiels Provos
was based on jcs@openbsd yds changed btw.
2001-12-19cleanupTheo de Raadt
2001-12-19bus switch name shortened. Added register definitons and functionality.Steve Murphree
2001-12-18NRL license cleaningTheo de Raadt
2001-12-18correctly deal w/ ext_ctrl in powerhookMichael Shalayeff
2001-12-18powerhook for auich; based on jason's changed for yds; okay mickey@Niels Provos
2001-12-18bigger delay in mute; from Maxim V. Tsyplakov <tm@oganer.net>Michael Shalayeff
2001-12-18Recognize newer uni-n chips.Dale Rahn
2001-12-18syncDale Rahn
2001-12-18Add names for devices on newer G4 boxes.Dale Rahn
2001-12-18Delay Debugger(). Noticed by NetBSD.Hugh Graham
2001-12-18Update rt_ifp in DIOCCHANGERULE.jasoni
- noticed by DJ Gregor <gregor.7@osu.edu>
2001-12-17Initialize variable before use. ok fgs@Thomas Nordin
2001-12-17be more accurate in enabling variable rate bitsMichael Shalayeff
2001-12-17Comment out abtn, since it is the cause of the function key crashesDale Rahn
on powerbook/ibook machines. It currently doesn't work anyway. Pointed out by Alexander Guy.
2001-12-17Move the process_read_reg prototype to the correct file, it is specifiedDale Rahn
in ptrace.h, not in md header files. Protect vector functions/variables with _KERNEL.
2001-12-17and of course, since the tree is so volatile now, i mess it upTheo de Raadt
2001-12-17move more microcode, so that it does not end up in /usr/includeTheo de Raadt
2001-12-17Decrease splvm() level to the splimp() level.Miod Vallat
2001-12-16Revert the mvme88k to 20011212. Recent changes had not been merged correctly,Miod Vallat
and I am fed up with dissecting diffs to put back code that disappeared. This will likely be fixed shortly.
2001-12-16Delay a cache invalidation in a 68060-only loop.Miod Vallat
Also, better tests for validity bits in STEs.
2001-12-1668060 CPUs need a few more TLB operations. Oops.Miod Vallat
2001-12-16match piix icu type on 82810ba/m; from netbsdMichael Shalayeff
2001-12-16- Call pf_test6() after we have checked header length and protocol version.jasoni
- If pf_test6 returns a NULL mbuf, just return. - Reinitialize pointer to header after pf_test6(). ok frantzen@
2001-12-15document exit command at Boot: prompt; pvalchev testedTheo de Raadt
2001-12-15first i gave you one of the reasons it mmakes thing better.Michael Shalayeff
second i did not see the final diff. third i never said you should commit this. fourth, 10x for running around offending lusers i'm trying to resolve their problems with.
2001-12-15Fix a long-standing alignment bug by removing the 32-but call/returnKjell Wooding
on Lchr. Notice Lmessage is using Lchr's return, and it has always been a 16-bit call. This should be the root of many (most?) of the Drive:0 Partition:3 hangs. tip o the hat to mickey, who fixed it without necessarily knowing it, and toby, who put the final nail in. gas sucks.
2001-12-15Optimize (reduce) the pmap_changebit() calls for 68060 processors.Miod Vallat
2001-12-15add support for creating span ports so that one can snoop a bridgeJason Wright
from another interface/machine/network.
2001-12-15Disestablish the powerhook on detach. ok jason@Thomas Nordin
2001-12-15support LXT-961; hostmaster@bsws.deTheo de Raadt
2001-12-15syncTheo de Raadt