summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1999-05-18Enable Xircom ethernet and ICS 1890 Phy. The Xircom driverNiklas Hallqvist
was a joint effort by niklas@openbsd.org, cstone@pobox.com & job@itsx.com
1999-05-16attempting to unify m68k exec.h files.Marc Espie
This is a straight copy of sun3 file, It's there to be used by cross-m68k-lds, and eventually so that m68k-aout archs include a common file instead of rolling their own.
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-05-13Compensate for the check for onwership of unicast packets in promiscuousJason Wright
mode being moved to if_ether.c. This is the last of the drivers hopefully.
1999-05-12builtin -> built-inAaron Campbell
1999-05-12mask wrong code in uvm out, also bump VM_MAX_KERNEL_ADDRESS up to the io spaceMichael Shalayeff
1999-05-12reuse niklas@'s disksubr.c, enhance for LIF handlingMichael Shalayeff
1999-05-10egcs -Wall warns unless & is used as a modifier in extended asms, e.g.,Marc Espie
constraints should begin "=&", not "&=".
1999-05-10Use symbolic define for BYTE_ORDER.Marc Espie
(don't forget that cpp is `lazy': #define A B #define B value #if A == value works, since A isn't extended before it's needed, by which time B is known)
1999-05-09provide suport for an apm data segemnt in the lower memory biosMichael Shalayeff
data segment area, also calculate the apm segment lenghts. niklas@ - ok
1999-05-08Turn off sync when turning off video so that monitors will go into stand-by.Jason Wright
1999-05-06cleanupMichael Shalayeff
1999-05-06no lifvar.h anymoreMichael Shalayeff
1999-05-06needs machine/trap.hMichael Shalayeff
1999-05-06commentMichael Shalayeff
1999-05-06add lif_* prototypesMichael Shalayeff
1999-05-06make it compile w/o EXEC_DEBUGMichael Shalayeff
1999-05-05do dma_cachectl()Michael Shalayeff
1999-05-05delay in power-off; minoura@dale.makoto.hauN.orgTheo de Raadt
1999-05-05some dma embriosMichael Shalayeff
1999-05-05define gp in here, cleanupMichael Shalayeff
1999-05-05secure the plugMichael Shalayeff
1999-05-05plug unused partsMichael Shalayeff
1999-05-05remove com and hil for nowMichael Shalayeff
1999-05-05protect for multiple inclusionsTodd T. Fries
1999-05-05don't use much of bus.h here, no needMichael Shalayeff
1999-05-05no bha for nowMichael Shalayeff
1999-05-04Change "&=" to "=&", make egcs happy.Todd C. Miller
1999-05-03make lifdir.dir_type unsigned such as it isMichael Shalayeff
1999-05-03lifvar.h -- bye, byeMichael Shalayeff
1999-05-03new pullMichael Shalayeff
1999-05-03fix some parenthesis nightmare; niklas@ okMichael Shalayeff
1999-05-03child_return(), some more traps to handleMichael Shalayeff
1999-05-03remove some more of mklinux cruftMichael Shalayeff
1999-05-02new {s,g}et_psw()Michael Shalayeff
1999-05-02child_return() protoMichael Shalayeff
1999-05-01Add ksyms.Jason Downs
1999-04-28Added wdt driver for the Industrial Computer Source PCI-WDT50x watchdogAlex Feldman
timers.
1999-04-27make this compile for !MNN case. (which is the default). DUH.Artur Grabowski
1999-04-24Use the generic m68k param.h.Jason Downs
1999-04-23correct keycap.pcvt pathTodd C. Miller
1999-04-23last part of UVM stuff for pmap (aborted yesterday by a routing loop).Artur Grabowski
Just changed names of variables and functions
1999-04-23mmmmap() bounds check.Jason Downs
1999-04-23Kcore dump, from NetBSD.Jason Downs
1999-04-23Add kcore.hJason Downs
1999-04-23Fix kcore initialization.Jason Downs
1999-04-22MACHINE_NEW_NONCONTIG code. From NetBSD. Needed by UVMArtur Grabowski
1999-04-22UVM stuff. Mostly name changes.Artur Grabowski
1999-04-22UVM stuff. vm_fault -> uvm_faultArtur Grabowski
1999-04-22UVM kernacc -> uvm_kernaccArtur Grabowski