summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2007-11-01Fix some random LCD corruption on cobalt:tsutsui
2007-10-29Fix problem where targets with ID 0, 1, or 2 couldn't be reconnected.itohy
2007-10-21Fix a number of driver which doesn't check wep flag in *_tx_mgt.degroote
2007-10-21Use AAC_PREALLOCATE_FIBS with the softc as a parameter to catch up withbriggs
2007-10-20Preallocate all of our FIBs. This needs more work, but currently avoidsbriggs
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-17Make it build without IPL_SERIAL.ad
2007-10-17Reapply rev 1.262 and add a comment about it.ad
2007-10-09Defer wakeup() to a soft interrupt, since lptintr() can be called abovead
2007-10-08Merge from vmlocking: use mutexes and the softint API.ad
2007-10-08Use the softint API.ad
2007-10-01Back out accidently commited part of previousmartin
2007-10-01Do not stop callouts for polled commands.martin
2007-09-30Do not stop callouts on polled commands. Problem noticed by Chris Rossmartin
2007-09-29s/NPBFILTER/NBPFILTER/ in some #endif comments. No functional change.scw
2007-09-29- Fix bpf radiotap: s/NPBFILTER/NBPFILTER/scw
2007-09-26add a few more register definitionsmacallan
2007-09-16Fix various error handling bugs:bouyer
2007-09-10Remove 3rd clause and my name from all the licences which were only in mycube
2007-09-08Update a comment.xtraeme
2007-09-08Use a 2 seconds period to refresh sensor data, previous value wasn'txtraeme
2007-09-08- Use a callout(9) to refresh sensor data each 1.5 seconds, respectingxtraeme
2007-09-06Remove a now-unused local variable.he
2007-09-04s/ENVSYS_FMONDRVSTATE/ENVSYS_FMONSTCHANGED/. Noticed by Manuel Bouyer@.xtraeme
2007-09-03Rename function argument from command to cmd, to make the codehe
2007-09-01Use bpf_mtap2().dyoung
2007-09-01Change a bazillion occurrences of code resembling this,dyoung
2007-09-01Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), anddyoung
2007-08-29Constify: LLADDR() -> CLLADDR().dyoung
2007-08-28fix typomacallan
2007-08-27add lots of register definitions from the IBM561 datasheetmacallan
2007-08-27Constify: use CLLADDR() instead of LLADDR() wherever possible.dyoung
2007-08-27Constify.dyoung
2007-08-27Add missing __KERNEL_RCSID().xtraeme
2007-08-27Cosmetic: "device %d-bit timer" -> "device: %d-bit timer".xtraeme
2007-08-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung
2007-08-26Constify.dyoung
2007-08-26Move the ICH SMB defs to dev/ic/i82801lpcreg.h, it's where it belongs.xtraeme
2007-08-26Some changes for the ichlpcib driver:xtraeme
2007-08-26add some commentsmacallan
2007-08-26register definitions and some drawing routines for Number Nine Imagine 128macallan
2007-08-24The variable slhci_usbdebug is defined in '#ifdef SLHCI_DEBUG' andkiyohara
2007-08-20KNF, ANSIfy, TAB/space cosmetics.tsutsui
2007-08-19FALSE -> false, TRUE -> truetsutsui
2007-08-19slhci(4) is MP safe and can use the CALLOUT_MPSAFE flag.kiyohara
2007-08-16Remove all locking from com_enable_debugport() - it is either called atmartin
2007-08-15Replace to Matthew Orgass's slhci(4).kiyohara
2007-08-14Must call callout_init().kiyohara
2007-08-08w83627ehf_sensors: don't add sensors with duplicate descriptions.xtraeme
2007-08-04Fix some KNF glitches pointed out by Garrett D'Amore.tron