Age | Commit message (Expand) | Author |
2005-12-20 | Do bus scanning only if underlying controller asked for it. | Alexander Yurchenko |
2005-12-20 | start at a 2nd generation scanner | Theo de Raadt |
2005-12-19 | First attempt to have a table of known I2C slave devices that we | Alexander Yurchenko |
2005-12-19 | New Intel ICH SMBus driver to be used with the iic(4) framework. | Alexander Yurchenko |
2005-12-19 | Make T1 mode work -- tested against an old dusty lmc(4) if found somewhere. | Claudio Jeker |
2005-12-19 | Check or chop the timeslot map if the map or mode is changed. There is no way | Claudio Jeker |
2005-12-19 | Be not too verbose else the debug output would stall a box if the wrong | Claudio Jeker |
2005-12-18 | Update my e-mail address in the copyright statement, no binary changes. | Reyk Floeter |
2005-12-18 | add back comment about wrong code | Nikolay Sturm |
2005-12-18 | Apparently the Scanlogic SL11R is not UFI, and correctly identifies itself as | Mark Kettenis |
2005-12-18 | Add bits string for smbus host status register to be able to | Alexander Yurchenko |
2005-12-18 | Add SMBus controller registers. | Alexander Yurchenko |
2005-12-18 | if not a newer chip then print i82557, all fxp's attached to the ICH | Brad Smith |
2005-12-17 | more PCI ids. | Brad Smith |
2005-12-17 | regen | Brad Smith |
2005-12-17 | add a few more fxp PCI ids. | Brad Smith |
2005-12-17 | This driver had no chances to work. Still has some issues. | Alexander Yurchenko |
2005-12-17 | regen | Brad Smith |
2005-12-17 | add ICH7 fxp PCI id. | Brad Smith |
2005-12-17 | Replace 'while (j>=0)' constructs with safer, more KNF friendly for() | Kenneth R Westerback |
2005-12-17 | Don't dynamically assign ring size, simplifies ring structures | Jonathan Gray |
2005-12-17 | Split length and flags up into seperate variables in | Jonathan Gray |
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat |
2005-12-17 | regen | Jonathan Gray |
2005-12-17 | Add 3Com 3CRWE62092B and SanDisk ConnectPlus. | Jonathan Gray |
2005-12-16 | Typo and use correct header file. | Marco Peereboom |
2005-12-16 | Remove test for kbd_reset. Prompted deraadt@, ok jordan@ | Marco Peereboom |
2005-12-16 | Added hooks for powerdown/power button press | Jordan Hargrave |
2005-12-16 | Cleaned up common power management register i/o | Jordan Hargrave |
2005-12-16 | a little quieter | Brad Smith |
2005-12-16 | Add new unified header file for devices. Suggested deraadt@ | Marco Peereboom |
2005-12-16 | Use new unified header. | Marco Peereboom |
2005-12-16 | Remove .h files and replace them with a single one. Suggested deraadt@ | Marco Peereboom |
2005-12-16 | Remove autoconf chatter | Marco Peereboom |
2005-12-16 | fix error printf's. | Brad Smith |
2005-12-16 | Fix 2 issues reported by beck. | Marco Peereboom |
2005-12-16 | remove unused code to use IO space. | Brad Smith |
2005-12-16 | Moved DSDT AML parsing into parent ACPI driver | Jordan Hargrave |
2005-12-15 | merge printing of the revision and the interrupt string into one printf. | Brad Smith |
2005-12-15 | If i is unsigned then i can wrap in 'for(...; i >= 0; i--)'. Spotted | Kenneth R Westerback |
2005-12-15 | Fix error printf()s. | Kenneth R Westerback |
2005-12-15 | Missing break and initializations found by lint. | Kenneth R Westerback |
2005-12-14 | We aren't likely to need to keep track of crypted/decrypted ring | Jonathan Gray |
2005-12-14 | Initial bits for an nvidia nforce Ethernet driver. | Jonathan Gray |
2005-12-14 | some codecs have an external amplifier, and in some hw the bit to powering | Federico G. Schwindt |
2005-12-14 | Add AC device glue. | Marco Peereboom |
2005-12-14 | Add AC device. | Marco Peereboom |
2005-12-14 | Adjust debug printing levels to something more sane. | Marco Peereboom |
2005-12-14 | KNF | Marco Peereboom |
2005-12-14 | Add the last bits and cleanup advice from dlg. | Marco Peereboom |