summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2003-11-03remove support for non-existent scd and pcd drivers. ok deraadt millertTed Unangst
2003-11-02pmap_remove_mapping() uses an unnecessary PHYS_TO_VM_PAGE call. Instead ofMiod Vallat
2003-10-31allocate initial pdes for the kmem proportional to the totalphysmem to allow ...Michael Shalayeff
2003-10-31PDC_SYSMAP_HPA has its own struct (though similar to memap one used before ;)...Michael Shalayeff
2003-10-31ifdef USELEDS on ledctl(); from hellmuth.michaelis@t-online.deMichael Shalayeff
2003-10-31pdc_speeds is only needed for NCOM_GSC>0; from hellmuth.michaelis@t-online.deMichael Shalayeff
2003-10-31'powerpc' common isa definitions.Dale Rahn
2003-10-31OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppc.Dale Rahn
2003-10-31Fix ppc segment register restores, this fixes the 1GB ram limit andDale Rahn
2003-10-31tab/whitespace cleanup.Dale Rahn
2003-10-31Enable wi@usb, otherwise this will never get tested... deraadt@Dale Rahn
2003-10-31warn commons instead of generating a map file (was there for debugging)Michael Shalayeff
2003-10-30typos and grammer from Bruno Rohee <bruno@rohee.com>Michael Shalayeff
2003-10-30Add us.dvorak. ok maja@Thomas Nordin
2003-10-30fix NULL/0 mixup. drahn okJun-ichiro itojun Hagino
2003-10-30simplify cfdriver initialization. drahn okJun-ichiro itojun Hagino
2003-10-29Avoid another malloc in the VIA AES stuff: move the operation stuffJason Wright
2003-10-29don't allocate two buffers when one will do (VIA's AES stuff can have src==dst)Jason Wright
2003-10-28Split pmap_remove_range() into its main loop and a new function,Miod Vallat
2003-10-28In pmap_remove_range(), be sure to propagate pvlist flags when removingMiod Vallat
2003-10-28guard cpu register functions from userland, otherwise they appear whenAnil Madhavapeddy
2003-10-27typos; fom bruno@rohee.comMichael Shalayeff
2003-10-27make sure that label block ends up in the right b_blkno for writedisklabel() ...Michael Shalayeff
2003-10-27Be sure to always have a valid faulting address when we send a signalMiod Vallat
2003-10-27Be sure to flush the entire va space in cpu_switch().Miod Vallat
2003-10-27Remove dead code and polish commentsMiod Vallat
2003-10-26Add line for wi@usb, currently commented out, for development and testing only.Dale Rahn
2003-10-26Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress,Dale Rahn
2003-10-26More ansi/knf missed the first time around.Dale Rahn
2003-10-26Oops, I'm on drugs. Revert and blame gremlins for the state of my tree.Miod Vallat
2003-10-26typos from Jared Yanovich;Jason McIntyre
2003-10-26Unbrek after recent wdc changes.Miod Vallat
2003-10-25Support the TI1410 Cardbus bridge found in some apple laptops. ok brad@Dale Rahn
2003-10-24Remove dead code.Miod Vallat
2003-10-24If cons_backlight_available is not set, cons_brightness will not be valid,Dale Rahn
2003-10-24IPKDB has never been supported in OpenBSD/powerpc/macppc delete thisDale Rahn
2003-10-24No \n in panic() messages...Miod Vallat
2003-10-24No need to have several implementations of {read,write}_eflags(),Alexander Yurchenko
2003-10-23Correctly recover from bus error during guarded_access() on 88110.Miod Vallat
2003-10-23No dependency on NDART needed here.Miod Vallat
2003-10-23Maybe fixing typos will unbore me.Miod Vallat
2003-10-23- delay reading the disklabel for floppies until after we're sure it'sFederico G. Schwindt
2003-10-22Search for the '/backlight' node to determine if backlight control isDale Rahn
2003-10-21Fix copy bounds, however did this work??? Well it didn't.Dale Rahn
2003-10-21spacing cleanup.Dale Rahn
2003-10-21Missed ANSI.Dale Rahn
2003-10-21This was changed from a magic number to a define in the header file,Dale Rahn
2003-10-20Instead of using xor to clear a register , use li <REG>,0 (load immediate)Dale Rahn
2003-10-19Use defines instead of magic constants for more IPL_ stuff, also sortDale Rahn
2003-10-19Simplify pmap DEBUG test constructs.Miod Vallat