History log of /src/sys/dev/pci/radeonfb_i2c.c |
Revision | | Date | Author | Comments |
1.4 |
| 25-Sep-2022 |
thorpej | Remove unnecessary include of <sys/malloc.h>.
|
1.3 |
| 22-Dec-2019 |
thorpej | Cleanup i2c bus acquire / release, centralizing all of the logic into iic_acquire_bus() / iic_release_bus(). "acquire" and "release" hooks no longer need to be provided by back-end controller drivers (only if they need special handling, e.g. powering on the i2c controller). This results in the removal of a bunch of rendundant code from each back-end controller driver.
Assert that we are not in hard interrupt context in iic_acquire_bus(), iic_exec(), and iic_release_bus().
|
1.2 |
| 19-Oct-2007 |
ad | branches: 1.2.108; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.1 |
| 16-Aug-2006 |
gdamore | branches: 1.1.2; 1.1.6; 1.1.12; 1.1.18; 1.1.32; 1.1.34; 1.1.38; Initial import of radeonfb. Works to some degree on at least some hardware. Most of the testing was done on MIPS hardware -- it probably needs work before it will be useful with x86 hardware, and it is probably incompatible with the X11 server.
"ATI Technologies Inc. ("ATI") has not assisted in the creation of, and does not endorse, this software. ATI will not be responsible or liable for any actual or alleged damage or loss caused by or in connection with the use of or reliance on this software."
Enjoy!
|
1.1.38.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.1.34.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.1.32.1 |
| 26-Oct-2007 |
joerg | Sync with HEAD.
Follow the merge of pmap.c on i386 and amd64 and move pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup code to restore CR4 before jumping back into kernel space as the large page option might cover that.
|
1.1.18.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.1.12.3 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.1.12.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.1.12.1 |
| 16-Aug-2006 |
yamt | file radeonfb_i2c.c was added on branch yamt-lazymbuf on 2006-12-30 20:48:48 +0000
|
1.1.6.2 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.1.6.1 |
| 16-Aug-2006 |
rpaulo | file radeonfb_i2c.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:52:19 +0000
|
1.1.2.2 |
| 03-Sep-2006 |
yamt | sync with head.
|
1.1.2.1 |
| 16-Aug-2006 |
yamt | file radeonfb_i2c.c was added on branch yamt-pdpolicy on 2006-09-03 15:24:23 +0000
|
1.2.108.1 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|