Age | Commit message (Expand) | Author |
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 |
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 |
2003-10-24 | IPKDB has never been supported in OpenBSD/powerpc/macppc delete this | Dale Rahn |
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 |
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 |
2003-10-22 | Search for the '/backlight' node to determine if backlight control is | Dale Rahn |
2003-10-21 | Fix copy bounds, however did this work??? Well it didn't. | Dale Rahn |
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 |
2003-10-20 | Instead of using xor to clear a register , use li <REG>,0 (load immediate) | Dale Rahn |
2003-10-19 | Use defines instead of magic constants for more IPL_ stuff, also sort | Dale Rahn |
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 |
2003-10-16 | Better DEBUG output. | Miod Vallat |
2003-10-16 | more white | Theo de Raadt |
2003-10-16 | There is no end to the ANSI/KNF journey. | Dale Rahn |
2003-10-16 | spaces | Theo de Raadt |
2003-10-16 | need to give space reg saving rctr and ccr | Michael Shalayeff |
2003-10-16 | more ANSI/KNF. | Dale Rahn |
2003-10-15 | Further down the ANSI/KNF road, only binary difference is __LINE__. | Dale Rahn |
2003-10-15 | spaces | Theo de Raadt |
2003-10-15 | asm readability register names are %r0 instead of 0. No binary change. | Dale Rahn |
2003-10-15 | have to fetch the rctr while still in real mode for it is not valid after | Michael Shalayeff |
2003-10-15 | less global name space pollution | Michael Shalayeff |
2003-10-15 | The ANSI/KNF trail continues. No binary differences. | Dale Rahn |
2003-10-15 | Better reset code, even. | Miod Vallat |
2003-10-15 | do not define IPL_IMP | Michael Shalayeff |
2003-10-15 | avoid possible /0 when drawing the led load graph | Michael Shalayeff |
2003-10-15 | Do not assert SYSRST on 1x7 boards, if we are not a SYSCON, or unexpected | Miod Vallat |
2003-10-15 | somehow a line of code got tired of gcc abuse and sneaked itself into an #if ... | Michael Shalayeff |
2003-10-15 | typo in comment, ok jason@ | David Krause |
2003-10-15 | regen | Michael Shalayeff |
2003-10-15 | one more model | Michael Shalayeff |
2003-10-15 | Sometimes KNF is not a destination, but a journey. Also ANSI. | Dale Rahn |
2003-10-15 | Instead of specifying registers by number use the %rN notation, doens't give | Dale Rahn |
2003-10-15 | Housecleaning, no binary change. | Dale Rahn |