Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-16 | rate setting is best effort, not precise, so figure out the closest sample | Jason Wright | |
rate that goes with the requested rate, and return the chosen rate. ok drahn | |||
2003-06-16 | Check for the backlight control on the stdout_node (the LCD) rather than | Dale Rahn | |
possibly the parent, which does not have the backlight-control property. Fixes brightness control on 'dual' node OFW diplays. | |||
2003-06-15 | Fix the logic in the interrupt handler, and reenable colormap updates | Miod Vallat | |
triggered by the vertical retrace interrupt. | |||
2003-06-15 | don't define _LP64 here. | Brad Smith | |
2003-06-14 | add support for: ulinear_le, ulinear_be, ulinear:16 (partially based on | Jason Wright | |
NetBSD). ok drahn who let me reboot one of his laptops a LOT =) | |||
2003-06-13 | eraserows() was missing a coordinate address latch. | Miod Vallat | |
2003-06-13 | g/c an useless define. | Miod Vallat | |
2003-06-13 | no more "option _LP64". | Brad Smith | |
2003-06-13 | em fits | Theo de Raadt | |
2003-06-13 | Fix lower right edge bounds for quad operations. | Miod Vallat | |
(that's what you get for commiting before breakfast) | |||
2003-06-13 | Accelerated text console routines, using the Power 9100 drawing engine. | Miod Vallat | |
2003-06-12 | Add an interrupt handler, and use it to defer colormap updates to the end | Miod Vallat | |
of the vertical retrace. | |||
2003-06-12 | cannot ever use purge() since dmaed memory is not necessarily aligned always | Michael Shalayeff | |
2003-06-12 | There is no sense in calling one function when you really want | Henric Jungheim | |
another. The bus_space code is perfectly capable of finding the parent handler itself. "heck" deraadt@ | |||
2003-06-12 | final bits of obvious UCB term 3 removal | Theo de Raadt | |
2003-06-12 | final bits of obvious UCB term 3 removal | Theo de Raadt | |
2003-06-11 | Get rid of the '#if 1' nonsense. | Dale Rahn | |
2003-06-11 | Previously DMA/UDMA was disabled on macppc RAMDISK kernels, I have not | Dale Rahn | |
heard of any DMA related failures on these machines. Remove the code (and the flag) which was previously used to enable DMA/UDMA modes on wdc_obio now it will default to always being on for known systems. | |||
2003-06-11 | It is important not to forget "membar(MemIssue)". Got missed | Henric Jungheim | |
when extracting the minimal diff for the previous iommu change. ok jason@ | |||
2003-06-11 | The upgrade script depends upon that, if mount_foo is present on the ramdisk | Miod Vallat | |
filesystem, option FOO is in the kernel. Ensure this for mount_mfs/option MFS as well, to prevent failing upgrades on some architectures. ok krw@ millert@ | |||
2003-06-11 | Add pmsi to GENERIC, PR #3251 | Miod Vallat | |
2003-06-11 | Much of the sbus, psycho, and schizo bus_dma code is the same, so let's | Henric Jungheim | |
call the real implementation functions directly instead of duplicating lots of code that only calls the real stuff anyway. tested by miod@ henning@ ok jason@ | |||
2003-06-11 | The "min" and "max" functions cast to "u_int", which can lead to surprising | Henric Jungheim | |
results. Use the MIN/MAX macros instead. tested by miod@ ok jason@ millert@ | |||
2003-06-10 | - rip out support for a.out and 32-bit kernels | Brad Smith | |
- cleanup and simplify Makefile jason@ ok | |||
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-08 | snprintf needed here. | Miod Vallat | |
2003-06-08 | Enable gus again now that it won't panic during probe. | Miod Vallat | |
2003-06-06 | - section reorder | Jason McIntyre | |
- new sentence, new line - some macro fixes | |||
2003-06-06 | Do not bother taking care of the frame buffer flags in the softc, if the | Miod Vallat | |
driver does not use any. Basically this changes all drivers but those that can handle a P4 card. | |||
2003-06-06 | Fix a copied constant, mention why a number doesnt match linux, remove | Dale Rahn | |
duplicated line. | |||
2003-06-06 | There is no point in flushing the data cache all the time. It just creates | Henric Jungheim | |
a lot of useless ecache traffic. testing by many ok jason@ | |||
2003-06-06 | Identify Pentium M CPU | Andreas Gunnarsson | |
Recognize more feature flags deraadt@ ok | |||
2003-06-05 | Cleanup and enable kauaiata DMA. Tables should be mostly sane | Dale Rahn | |
Please _TEST_. | |||
2003-06-05 | Faster ramdac operation, by reducing the delay between register writes, | Miod Vallat | |
according to some Power9x00 documentation. | |||
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 | 3/4 knockout for peter galbavy | Theo de Raadt | |
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-06-04 | The IIi/e chips have a DMA sync register that we have been ignoring. This | Henric Jungheim | |
could lead to nasty races between PIO and DMA. tested by krw@ ok jason@ | |||
2003-06-04 | Delete UCB term 3. When there are other copyright owners, we affirm | Theo de Raadt | |
that we can see no legal situation under which they could require that term to remain (ie. This is equivelant to us taking the old UCB file, removing term 3 as specified by UCB, then re-applying each diff afterwards from the various authors) | |||
2003-06-04 | mop up some more 3/4 license issues | Theo de Raadt | |
2003-06-04 | 3/4 cleanup for aaron | Theo de Raadt | |
2003-06-04 | clean up my copyright so it matches the template | Nathan Binkert | |
2003-06-04 | fix some 3/4 for toby | Theo de Raadt | |
2003-06-04 | more term 3 & 4 from various developers, with permission of course | Theo de Raadt | |
2003-06-04 | Use bus_untmp() instead of rolling an inline version of it; | Miod Vallat | |
tested and ok jason@ | |||
2003-06-04 | strlcpy; tested by nick@ | Miod Vallat | |
2003-06-04 | more term 3 and 4 changes | Theo de Raadt | |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt | |
2003-06-03 | remove some term 3 & 4 for niklas | Theo de Raadt | |