summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2001-08-22pci_machep from NetBSDArtur Grabowski
2001-08-22clock at ebus, auxio at ebus, PCIVERBOSEArtur Grabowski
2001-08-22first steps toward pciArtur Grabowski
2001-08-22glue for ebus found on ultra 5 and later. From NetBSD.Artur Grabowski
2001-08-22Too much cut 'n paste. sbus is not an ifnet.Artur Grabowski
2001-08-22psycho -> the pci host bridge on Ultra 5s.Artur Grabowski
From NetBSD.
2001-08-22Make it work correctly with our make. (including install).Artur Grabowski
2001-08-22rearrange includesArtur Grabowski
2001-08-22nostdincArtur Grabowski
2001-08-22netinet/if_ether.h, not net/if_ether.h.Artur Grabowski
Isn't it fun to not notice bugs because of pollution by the cross-compilation environment?
2001-08-22NOMANArtur Grabowski
2001-08-22another dependency on make bugs.Artur Grabowski
2001-08-22Make it work with our make.Artur Grabowski
2001-08-22make it work with our make infrastructure.Artur Grabowski
2001-08-22Make this work a bit better.Artur Grabowski
2001-08-22setup the 'machine' commands for ddbJason Wright
2001-08-22default kernel is 'bsd' around hereJason Wright
2001-08-21Was lacking a cast.Miod Vallat
2001-08-21zs and all it's associated stuff (all from NetBSD).. Works on my ultra1,Jason Wright
but still needs tweaks (wedging this into OpenBSD is worse than square peg in round hole).
2001-08-21No need to explicitely link with libgcc.aMiod Vallat
2001-08-21Dumb Makefile to recurse in stand/ for mvmeppc land.Miod Vallat
2001-08-21add hme at sbusJason Wright
2001-08-21put bus independent part of hme in here so we don't conflict with the sparcJason Wright
driver (this is wrong and will need to be fixed eventually)
2001-08-212nd rule of comitting fixMichael Shalayeff
2001-08-21pretty and add ss* and st* (I knew I was forgetting something)Jason Wright
2001-08-21esp/scsibus/sd/cd/uk goopJason Wright
2001-08-21Art says it's ok for pmap_enter to effect no mapping change,Hugh Graham
so just return success if this happens.
2001-08-21Get libkern to compile.Miod Vallat
2001-08-21Add copyright which should have been there when the file was created.Dale Rahn
2001-08-21use round_page() not an incorrect version of it using trunc_page().Dale Rahn
2001-08-21I would really like to add a copyright to this file, the NetBSD versionDale Rahn
is copied from the OpenBSD version (mine), however before a copyright was added. Since then effectively the entire file has been replaced with code from NetBSD (which still does not have a copyright). NetBSD tag added, to indicate which version of the file the existing code was derived from.
2001-08-21Put in copyright info which I forgot to add back in 1996.Dale Rahn
2001-08-21Remove some bloat.Miod Vallat
2001-08-20prettyJason Wright
2001-08-20add qec+be (testing consisted of compiling... I've merely proven it ↵Jason Wright
syntactically correct). GENERIC now depends on mii goop (be internal phy)
2001-08-20Oops, the vacuum cleaner went too far. Blush, I was sure I had testedMiod Vallat
this...
2001-08-20qec+qe (driver is untested... it compiles, therefore it works =)Jason Wright
2001-08-20Not only is Apple hardware disgusting, but code doesn't even compile.Miod Vallat
2001-08-20bump the version for new kbd probe; 10x for a reminder from fgsch@Michael Shalayeff
2001-08-20cvs does not like me.Miod Vallat
2001-08-20$OpenBSD$Jason Wright
2001-08-20silence gcc for __dead function.Miod Vallat
2001-08-20$OpenBSD$Jason Wright
2001-08-20Bring get[sd]fc() prototypes to <m68k/cpu.h>, this will be needed shortly.Miod Vallat
2001-08-20_randseed is a u_longJason Wright
multiply physmem by page size when printing total memory
2001-08-20more stuff to do with OpenBSD/sparc style bootpath determinationJason Wright
2001-08-20Convert to new timeouts; ite tested by jj@Miod Vallat
2001-08-20Missed one timeout conversion.Miod Vallat
2001-08-19The end of old timeouts is near...Miod Vallat
2001-08-19elf64, not elf.Artur Grabowski