summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2005-09-11ivec[] needs to be one entry larger on 188.Miod Vallat
2005-09-11cope with the ___moddi3 issue, same as mvme68kTheo de Raadt
2005-09-10beef up and correct the example sectionMartin Reindl
2005-09-08make comments match the fact that we are on sun4u, plus minor cleanupMartin Reindl
2005-09-06fix two conf space related hw erratas; dino-moh-hummMichael Shalayeff
2005-09-06regenMichael Shalayeff
2005-09-06add proj namesand those more modern cpus we do not have ids for yetMichael Shalayeff
2005-09-06Initialize max_cpus for 88110-based systems (i.e. 197 boards). Makes pmapMiod Vallat
2005-09-06Do not depend on MAX_CPUS being 4.Miod Vallat
2005-09-06Correct control registers descriptive names for 88110.Miod Vallat
2005-09-06MVME88K -> M88K in include file guard symbols. No functional changes.Miod Vallat
2005-09-06Remove misleading NCPUS (hardcoded) option. From the SMP tree.Miod Vallat
2005-09-06anomoly -> anomalyMiod Vallat
2005-09-04remove unused NetBSD pci_intr_evcnt() function.Brad Smith
2005-09-04remove unused NetBSD pci_intr_evcnt() function.Brad Smith
2005-08-29setpu stack for primary boot at 0x30000 after the load address.Michael Shalayeff
2005-08-28axe gig needs eephy; noted by dlg/jsg, add to required mediaTheo de Raadt
2005-08-24some scsi xs transactions can come in without a buffer pointer obviously; tes...Theo de Raadt
2005-08-23add rl* at cardbus. deraadt@ ok.Federico G. Schwindt
2005-08-20Check for and report the presense of SSE3. This has started to appearJonathan Gray
2005-08-20PNI was changed to be known as SSE3 by Intel so makeJonathan Gray
2005-08-19Spacing.Marco Peereboom
2005-08-18Skip (trap) instruction in cpu_fork() instead of proc_trampoline().Mark Kettenis
2005-08-18Make zaudio(4) work like a laptop, so that when you plug your headphonesRobert Nagy
2005-08-163.8 will ship with support for art(4)Theo de Raadt
2005-08-14No more musyccbus aka ebus.Claudio Jeker
2005-08-14DCIAS() no more.Miod Vallat
2005-08-14Remove the inline cache and TLB primitives - we don't use them at this point,Miod Vallat
2005-08-14Use dma_cachectl() with the right size rather than DCIAS() which implies aMiod Vallat
2005-08-14catched->caughtMiod Vallat
2005-08-14Add more flexibility to the fast trap handlers mechanism:Miod Vallat
2005-08-14Add mquery to the system calls which need extra care due to off_t argumentsMiod Vallat
2005-08-13add ste*Brad Smith
2005-08-13Add commented out hooks for art(4).Claudio Jeker
2005-08-12Do not notify apmd of APM_CRIT_SUSPEND_REQ events; apmd makes us fallUwe Stuehler
2005-08-10suggested by art, go for it deraadt, ok miod@Todd T. Fries
2005-08-09- Don't depend on the APM_CRIT_RESUME event to run PWR_RESUME power hooksUwe Stuehler
2005-08-09apparently some ultra machines do need this, work by miod; testing my uweTheo de Raadt
2005-08-09Save a variable in espmatch(), vm_offset_t->vaddr_t, print DEBUG addressMartin Reindl
2005-08-09move to 3.8-betaTheo de Raadt
2005-08-08Skip (trap) instruction in cpu_fork() instead of proc_trampoline().Mark Kettenis
2005-08-08Avoid overlap in USB hard and the soft interrupt bits, update commentsUwe Stuehler
2005-08-07ati ixp audio; ported form ntbsd in <4h of boretime; testing by krw@ and ian@Michael Shalayeff
2005-08-07a bunch more ADB handler IDs, will be necessary in the futureMartin Reindl
2005-08-07Remove advertising clause from UCB licenses; ok deraad@Miod Vallat
2005-08-06overhaul the grf driver:Martin Reindl
2005-08-06Remove 16 bit mode_t leftover in syscall processing.Miod Vallat
2005-08-06We do not need a char machine_arch[] constant.Miod Vallat
2005-08-06Model 360 does not have a PAC.Miod Vallat
2005-08-06If a process has trashed its stack, use sigexit() instead of psignal() toMiod Vallat