Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-31 | ifdef USELEDS on ledctl(); from hellmuth.michaelis@t-online.de | Michael Shalayeff | |
2003-10-31 | pdc_speeds is only needed for NCOM_GSC>0; from hellmuth.michaelis@t-online.de | Michael Shalayeff | |
2003-10-31 | 'powerpc' common isa definitions. | Dale Rahn | |
2003-10-31 | OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppc. | Dale Rahn | |
2003-10-31 | Fix ppc segment register restores, this fixes the 1GB ram limit and | Dale Rahn | |
cleans up pieces in the pmap code. tested otto, brad, miod, pval. | |||
2003-10-31 | tab/whitespace cleanup. | Dale Rahn | |
2003-10-31 | Enable wi@usb, otherwise this will never get tested... deraadt@ | Dale Rahn | |
2003-10-31 | warn commons instead of generating a map file (was there for debugging) | Michael Shalayeff | |
2003-10-30 | typos and grammer from Bruno Rohee <bruno@rohee.com> | Michael Shalayeff | |
2003-10-30 | Add us.dvorak. ok maja@ | Thomas Nordin | |
2003-10-30 | fix NULL/0 mixup. drahn ok | Jun-ichiro itojun Hagino | |
2003-10-30 | simplify cfdriver initialization. drahn ok | Jun-ichiro itojun Hagino | |
2003-10-29 | Avoid another malloc in the VIA AES stuff: move the operation stuff | Jason Wright | |
into the softc allocated at attach time | |||
2003-10-29 | don't allocate two buffers when one will do (VIA's AES stuff can have src==dst) | Jason Wright | |
2003-10-28 | Split pmap_remove_range() into its main loop and a new function, | Miod Vallat | |
pmap_remove_pte(), which takes the va and a pte. Use pmap_remove_pte() instead of pmap_remove_range() in strategic places, in order to save some cycles by avoiding unnecessary pte address recomputations. pmap_remove_range() is still preferred for large amounts of memory, as it will skip empty segments. | |||
2003-10-28 | In pmap_remove_range(), be sure to propagate pvlist flags when removing | Miod Vallat | |
the head entry. While there, invalidate the affected pte earlier for safety, and store its PG_U bit in the pvlist flags as well. And also get rid of a pdt table group leftover in pmap_collect(). | |||
2003-10-28 | guard cpu register functions from userland, otherwise they appear when | Anil Madhavapeddy | |
including stuff like <sys/sysctl.h> deraadt@ ok | |||
2003-10-27 | typos; fom bruno@rohee.com | Michael Shalayeff | |
2003-10-27 | make sure that label block ends up in the right b_blkno for writedisklabel() ↵ | Michael Shalayeff | |
trashes bootblock | |||
2003-10-27 | Be sure to always have a valid faulting address when we send a signal | Miod Vallat | |
to a process. | |||
2003-10-27 | Be sure to flush the entire va space in cpu_switch(). | Miod Vallat | |
This used to work because the cmmu code is suboptimal at the moment. | |||
2003-10-27 | Remove dead code and polish comments | Miod Vallat | |
2003-10-26 | Add line for wi@usb, currently commented out, for development and testing only. | Dale Rahn | |
2003-10-26 | Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress, | Dale Rahn | |
it does not yet handle bulk data copies or hostap mode. Only one model currently supported, however driver may support other PRISM based adapters. ok millert@ fgsch@ | |||
2003-10-26 | More ansi/knf missed the first time around. | Dale Rahn | |
2003-10-26 | Oops, I'm on drugs. Revert and blame gremlins for the state of my tree. | Miod Vallat | |
2003-10-26 | typos from Jared Yanovich; | Jason McIntyre | |
2003-10-26 | Unbrek after recent wdc changes. | Miod Vallat | |
2003-10-25 | Support the TI1410 Cardbus bridge found in some apple laptops. ok brad@ | Dale Rahn | |
2003-10-24 | Remove dead code. | Miod Vallat | |
2003-10-24 | If cons_backlight_available is not set, cons_brightness will not be valid, | Dale Rahn | |
return -1 to indicate so. same as WSDISPLAYIO_PARAM_BACKLIGHT. | |||
2003-10-24 | IPKDB has never been supported in OpenBSD/powerpc/macppc delete this | Dale Rahn | |
old unused code. Remove very old 'where' debugging references. ANSI a previously missed function. | |||
2003-10-24 | No \n in panic() messages... | Miod Vallat | |
2003-10-24 | No need to have several implementations of {read,write}_eflags(), | Alexander Yurchenko | |
put it to cpufunc.h. ok weingart@ tedu@ | |||
2003-10-23 | Correctly recover from bus error during guarded_access() on 88110. | Miod Vallat | |
2003-10-23 | No dependency on NDART needed here. | Miod Vallat | |
2003-10-23 | Maybe fixing typos will unbore me. | Miod Vallat | |
2003-10-23 | - delay reading the disklabel for floppies until after we're sure it's | Federico G. Schwindt | |
the boot device. this fixes a delay (sometimes very long) if the bios correctly reports a floppy but it's unplugged. - bump version. original idea from mdw@, tested by nick@, toby@ ok. | |||
2003-10-22 | Search for the '/backlight' node to determine if backlight control is | Dale Rahn | |
available instead of looking for the backlight-control attribute. Fixes backlight control on some apple laptops. | |||
2003-10-21 | Fix copy bounds, however did this work??? Well it didn't. | Dale Rahn | |
Confirmed by nate@ and tedu@ | |||
2003-10-21 | spacing cleanup. | Dale Rahn | |
2003-10-21 | Missed ANSI. | Dale Rahn | |
2003-10-21 | This was changed from a magic number to a define in the header file, | Dale Rahn | |
but this one was missed. | |||
2003-10-20 | Instead of using xor to clear a register , use li <REG>,0 (load immediate) | Dale Rahn | |
Easier to read and suppose to be slightly faster on some ppc processors. A bit of comment cleanup while here. | |||
2003-10-19 | Use defines instead of magic constants for more IPL_ stuff, also sort | Dale Rahn | |
the IPL_ values by priority, not somewhat random values. No unmodified code relied on the order of these defines. | |||
2003-10-19 | Simplify pmap DEBUG test constructs. | Miod Vallat | |
2003-10-18 | typos from Jared Yanovich; | Jason McIntyre | |
2003-10-18 | ANSI/KNF now that conflict has been resolved. | Dale Rahn | |
2003-10-17 | Merge an old fix from NetBSD: | Alexander Yurchenko | |
- do not stop/unload current DMA operation if an IRQ was not detected by DMA engine unless the force flag was given, fixes DMA problems in shared IRQ setups; - ack interrupt before entering DMA codepath Tested by many. Work by niklas@ but he doesn't want to commit it for some reason. | |||
2003-10-16 | Better DEBUG output. | Miod Vallat | |