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