summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2006-09-03add missing declchristos
2006-09-03add missing decl.christos
2006-09-03- comment out impossible comparisonschristos
2006-09-03- add missing initializerchristos
2006-09-03avoid empty if statementschristos
2006-09-02add missing initializerschristos
2006-09-02Remove unused variable to make this build again.xtraeme
2006-09-02- fix incomplete initializerchristos
2006-09-02comment out impossible codechristos
2006-09-02Add missing initializerchristos
2006-08-31Per discussion on tech-kern and tech-userlevel, move the bit-twiddlingdyoung
2006-08-30Phobos boards (my G130 at least) have a non-standard srom layout. Try torumble
2006-08-30fix initializers.christos
2006-08-30add missing initializerchristos
2006-08-30fix incomplete initializerchristos
2006-08-28Remove unused variable 'periph' to make this build.xtraeme
2006-08-28add missing initializerchristos
2006-08-27typochristos
2006-08-27ifdef out unreachable code.christos
2006-08-27complete declarationschristos
2006-08-27Revert revision 1.4: it seems to have caused serious problems on sgimips,bjh21
2006-08-27#ifdef out unused ioctl (and wrong)christos
2006-08-27Fix typochristos
2006-08-27Use symbolic names for CSR values after reset.bjh21
2006-08-26When receiving a SCSI message, it's important not to deassert ACK on the lastbjh21
2006-08-26Use standard MSG_IS1BYTE, MSG_IS2BYTE, and MSG_ISEXTENDED macros ratherbjh21
2006-08-26Use the 'z' size modifier when printfing size_t, so that GCC doesn't complainbjh21
2006-08-26Move the sgimips "sbic" driver from arch/sgimips/hpc/sbic.c tobjh21
2006-08-23Acting as Elad's keyboard:christos
2006-08-23implement auto-detection of volume resolutionskent
2006-08-18G/c unnecessary includes.uwe
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2006-08-162nd try. Fix errors (hopefully) that prevented this from compiling. Thisgdamore
2006-08-13Provide a method for other display drivers to ask vga to free resourcesjmcneill
2006-08-12Avoid gcc4 warnings; voice is unsigned so no need to check "voice < 0".nakayama
2006-08-08fix a GCC uninitialised variable warning only seen at -O3.mrg
2006-08-051st cut of Powermac G5 support (uses bridge mode).sanjayl
2006-07-26add capability to support for S/PDIF.kent
2006-07-22Remove unused variable to make it compile again.martin
2006-07-22oops, no 'p' here. from xtraeme@.elad
2006-07-22don't call kauth_authorize_generic() when holding a lock, from yamt@.elad
2006-07-21- Use the LWP cached credentials where sane.ad
2006-07-17remove lhs cast for gcc4christos
2006-07-14Consistently establish / disestablish shutdown hookseanb
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-07-12Note this driver is for the i82596CA and i82596DX/SX chips and provideskrll
2006-07-11Add power hooks for "ep* at pcmcia?".peter
2006-07-11Add power hooks for "ne* at pcmcia?".peter
2006-07-08KNF some comments and whitespace.skrll
2006-07-08Spelling in comments. No functional change.skrll