Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-17 | Better backlight detection on macppc, ok miod@ krw@ (a bit ago) | Dale Rahn | |
2004-01-27 | viritual -> virtual | Miod Vallat | |
2003-12-20 | Pass -Wformat | Miod Vallat | |
2003-11-12 | Be sure to cast the wsdisplay accessops cookie into the adequate structure; | Miod Vallat | |
prevents wsconscfg from panic'ing the system. Reported by ``kluxis''. | |||
2003-11-03 | spelling fixes (in the comments) | David Krause | |
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-21 | spacing cleanup. | Dale Rahn | |
2003-10-15 | Further down the ANSI/KNF road, only binary difference is __LINE__. | Dale Rahn | |
2003-06-16 | Use a slightly better way to intuit the memory/mmio PCI regions, | Dale Rahn | |
now properly detects these for nvidia based LCDs. On some machines accellerated X using nv now works. | |||
2003-06-09 | more 3/4 cleanup for pefo | Theo de Raadt | |
2003-06-09 | pefo 3/4 licence cleanups | Theo de Raadt | |
2003-06-05 | Cleanup and enable kauaiata DMA. Tables should be mostly sane | Dale Rahn | |
Please _TEST_. | |||
2003-06-05 | Cleanup: | Alexander Yurchenko | |
- don't include both sys/types.h and sys/param.h - spaces vs tab - kill trailing spaces ok drahn@ | |||
2003-06-05 | ATA100 driver for apple's new machines, aka kauai. | Dale Rahn | |
This is working with udma on a 12" PBG4, but dma is disabled for now, too many hardcoded values. 'wdc...flags 0x1' will enable it. | |||
2003-05-12 | Enable Intrepid's mac-io match. | Thierry Deval | |
Ok drahn@ | |||
2003-05-07 | string cleaning | Theo de Raadt | |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson | |
2003-02-26 | Remove an unnecessary structure copy from useage of setfault(), call | Dale Rahn | |
by reference, not by value, ok matthieu#, miod@ | |||
2003-02-18 | intial -> initial; | Jason McIntyre | |
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ | |||
2002-11-09 | Instead of relying on uvm_useracc(), get a false sense of security, and | Miod Vallat | |
do not check copyin() result, take care and properly handle copyin() failure. This was not harmful, but a bit more correctness never harms. | |||
2002-10-17 | Correct io space config after last patch. allows fxp to work | Dale Rahn | |
(with pending fxp BE diffs) | |||
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback | |
Diff generated by Chris Kuethe. | |||
2002-10-07 | Improved workaround for cardbus support on macppc. This allows mappings to | Dale Rahn | |
be put in the cardbus register which really work instead of crashing the machine. if_dc @cardbus now works, xl@cardbus will configure, but does not work properly (endian?) wdc should work fine, but has not been tested recently. | |||
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 | |
not allow it to execute code which could panic the otherwise booting system. | |||
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 | |
has been replaced with a serial port adapter on any machine that has a real serial port internally. This will also power on the internal modem for keylargo based machines (tested on original PBG4) when the serial port is open. ok miod@ | |||
2002-09-06 | KNF. | Dale Rahn | |
2002-09-06 | wscons display should have a console priority of INTERNAL, not REMOTE. | Dale Rahn | |
ok miod@ | |||
2002-08-02 | Do correct bounds checking in get/set/put cmap routines. A few of | Todd C. Miller | |
these check were already OK but have been modified for consistency. Problem found by Silvio Cesare. | |||
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 | |
portions of the tree. | |||
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 | |
32 bit depth console and wsfb now work (If firmware is forced to that depth). | |||
2002-05-22 | - in the OpenFirmware console initialisation, check if the console device | Miod Vallat | |
has support for backlight control (laptops do, and probably machines with a built-in monitor do as well). - provide a function to set the screen brightness as well. - use both changes above to add a screen blanker to the vgafb driver - let the screen brightness and backlight be controlled via wsconsctl - clean dust, KNF, and more symbolic names in the vgafb driver to make it better readable Initial code by myself, with some hacks from drahn@ later. | |||
2002-05-18 | Workaround for color restoration on return from X. vgafb will not | Dale Rahn | |
reset the color palette to it's default colors when going back to text mode. Would be better to fix this in the X server. ok matthieu@ | |||
2002-04-29 | Better colors from rasops cmap, and enable all rasops features. | Dale Rahn | |
ok miod, mattheiu | |||
2002-04-29 | Change macppc vgafb from rcons to rasops, a faster color supporting virtual | Dale Rahn | |
terminal emulator for gfx console. tested by mattheiu, miod. | |||
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 | |
remove the extra padding byte in the vgafb_color struct. - store the initial colormap in vc->vc_cmap_{red,green,blue} so that it can be fetched by a WSDISPLAYIO_GETCMAP ioctl - fix the definition of the magenta color in the initial colormap. Ok, drahn@ | |||
2002-04-05 | Use the OF set-colors operation instead of the color! operation, this | Dale Rahn | |
interface seems to work on more machines, also is more efficient when XF4/wsfb is setting the palette. ok deraadt@ | |||
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 | |
politically correct check for whether this is an io or mem mapping space. | |||
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 | |
Code reorganization to support pci-pci bridges on the interrupt fixup code. Interrupts on devices behind pci-pci bridges should not be configured properly. | |||
2002-02-23 | remove unused file. | Dale Rahn | |
2002-01-26 | Kludge, protect against bus faults during pci probes. allows OpenBSD | Dale Rahn | |
to boot on a B&W G3. |