summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2002-03-01reassignMichael Shalayeff
2002-03-01fix a few irq assignmentsMichael Shalayeff
2002-03-01Change a config(8) reference to a more appropriate boot_config(8) reference.Miod Vallat
2002-02-28forgot viper_hpaMichael Shalayeff
2002-02-27Better values for invalid pte initialization.Miod Vallat
2002-02-25replace w/ utah-licensed sourceMichael Shalayeff
2002-02-25fix mapping bug in serial console support, not yet working.Dale Rahn
2002-02-24Don't generate noise before entering DDB from keyboard.Miod Vallat
2002-02-23switch vax to -O2, from hughTheo de Raadt
2002-02-23remove a commented-out debug printfMatthieu Herrb
2002-02-23add a comment for option APERTUREMatthieu Herrb
2002-02-23Add aperture driver support for macppc, and also place writing to /dev/pciMatthieu Herrb
2002-02-23Factorize most of the pmap_bootstrap() guts used by pmap_motorola users,Miod Vallat
2002-02-23make this compile w/out pckbd (thanks marco for pointing this out)Jason Wright
2002-02-23Bring back pmap_motorola in service for amiga, too.Miod Vallat
2002-02-23remove unused file.Dale Rahn
2002-02-22Unbreak 68060 support, sorryMiod Vallat
2002-02-22Switch mvme68k to pmap_motorola again.Miod Vallat
2002-02-22Be sure to wait the whole 0.5 seconds (half a second!) for the streamingJason Wright
2002-02-22Debugger() is #ifdef DDBTheo de Raadt
2002-02-22- don't call strbuf_flush_done for each segment, call it once per map (andJason Wright
2002-02-22a few sigval_ptr cases were returning pc instead of fault addressTheo de Raadt
2002-02-22From NetBSD:Jason Wright
2002-02-21for a SIGSEGV, only read cr2 once, not twice (and now si_addr is not just the...Theo de Raadt
2002-02-21There is no need to restrict number of bufs to 200.Artur Grabowski
2002-02-21%s/iommu_clear/iommu_remove/gJason Wright
2002-02-21Pasto. Ok mickey@Thierry Deval
2002-02-21Typo. Ok mickey@Thierry Deval
2002-02-21oopsMichael Shalayeff
2002-02-21pmap.pmap_pd is redundant -- no moreMichael Shalayeff
2002-02-20frantzen's stackghost code. wcookie is set at 0 right now, until debuggerTheo de Raadt
2002-02-20setup power failure handler (for sw-controlled power button), move toc handlerMichael Shalayeff
2002-02-20support amd766 as amd756; from peter@ (pr/1948); tested by Henning Brauer <li...Michael Shalayeff
2002-02-19Provide PAGE_{MASK,SHIFT,SIZE} ``constants'' for every cpu combination.Miod Vallat
2002-02-19bump NMBCLUSTERSJason Wright
2002-02-19From NetBSD:Jason Wright
2002-02-19If there are pckbd's, register ourselves to handle beeps... AXi's can nowJason Wright
2002-02-19get rid of old if 0'ed code. add support for __weak_alias and fixDale Rahn
2002-02-19From NetBSD:Jason Wright
2002-02-19From NetBSD:Jason Wright
2002-02-19stategy is not an english wordTheo de Raadt
2002-02-19correct extended partition botch; gluk, in PR 1449Theo de Raadt
2002-02-19proper dependencies on assym.hTheo de Raadt
2002-02-19Add new trm driver. Pointed out by brad@Kenneth R Westerback
2002-02-18copy the segment regs w/ zeroing upper 16 bitsMichael Shalayeff
2002-02-18when saving %fs,%gs clear out the upper 16 bits for ddbMichael Shalayeff
2002-02-18add pms/pmsi at pckbc and wsmouse at pms/pmsiJason Wright
2002-02-18Driver for the i8042 keyboard controller on systems with ebusJason Wright
2002-02-18provide pckbc_machdep_cnattach if necessary (like alpha, it does nothing)Jason Wright
2002-02-18Pull in dev/pckbc/files.pckbc, and put in placeholder for pckbc at ebusJason Wright