Age | Commit message (Expand) | Author |
2003-02-26 | Remove an unnecessary structure copy from useage of setfault(), call | Dale Rahn |
2003-02-18 | intial -> initial; | Jason McIntyre |
2002-11-09 | Instead of relying on uvm_useracc(), get a false sense of security, and | Miod Vallat |
2002-10-17 | Correct io space config after last patch. allows fxp to work | Dale Rahn |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-10-07 | Improved workaround for cardbus support on macppc. This allows mappings to | Dale Rahn |
2002-09-23 | Print pci_addr_fixup info when debugging is enabled, not disabled, ok deraadt@ | Dale Rahn |
2002-09-17 | Until vgafb on macppc properly support non-console operation, do | Dale Rahn |
2002-09-15 | backout premature | Theo de Raadt |
2002-09-15 | KNF | Theo de Raadt |
2002-09-06 | Serial console support for macppc. Serial console will work if the modem | Dale Rahn |
2002-09-06 | KNF. | Dale Rahn |
2002-09-06 | wscons display should have a console priority of INTERNAL, not REMOTE. | Dale Rahn |
2002-08-02 | Do correct bounds checking in get/set/put cmap routines. A few of | Todd C. Miller |
2002-07-29 | Recognize additional host bridges, pretty printing only, no function diff. | Dale Rahn |
2002-07-23 | Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and other | Dale Rahn |
2002-07-21 | cleanup, mostly 'if 0'ed code removal. | Dale Rahn |
2002-06-27 | Do not muck with the color palette unless the console depth is 8 bit. | Dale Rahn |
2002-05-22 | - in the OpenFirmware console initialisation, check if the console device | Miod Vallat |
2002-05-18 | Workaround for color restoration on return from X. vgafb will not | Dale Rahn |
2002-04-29 | Better colors from rasops cmap, and enable all rasops features. | Dale Rahn |
2002-04-29 | Change macppc vgafb from rcons to rasops, a faster color supporting virtual | Dale Rahn |
2002-04-22 | Fix a couple of typos. | Miod Vallat |
2002-04-20 | - the set-colors OF call takes a packed array of colors value, | Matthieu Herrb |
2002-04-05 | Use the OF set-colors operation instead of the color! operation, this | Dale Rahn |
2002-03-27 | tsk tsk tsk, compile it first. | Dale Rahn |
2002-03-27 | Don't use magic constants to the loop over the BAR, also, include the | Jason Wright |
2002-03-26 | Only allow valid device PAs to be mmapped. | Dale Rahn |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-02 | cleanup. | Dale Rahn |
2002-02-23 | remove unused file. | Dale Rahn |
2002-01-26 | Kludge, protect against bus faults during pci probes. allows OpenBSD | Dale Rahn |
2001-12-21 | Unbreak gm0. regression test should be done next time... | Dale Rahn |
2001-12-18 | Recognize newer uni-n chips. | Dale Rahn |
2001-12-14 | From NetBSD: | Dale Rahn |
2001-12-14 | garbage collect some unused stuff. | Jason Wright |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-10-31 | Change the internal vc_mmap from returning int to paddr_t. | Artur Grabowski |
2001-09-21 | phys_map declaration comes from <vm/vm.h>, no need to declare it locally. | Miod Vallat |
2001-09-17 | The gfx display buffer should request that it be mapped cached (writethru). | Dale Rahn |
2001-09-15 | pass the dma tag to obio; drahn@ ok | Michael Shalayeff |
2001-09-13 | The vgafb driver does not test memory, so no point mapping it during the probe. | Dale Rahn |
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn |