summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-07Various updates to sync with mainline code. Nothing of great significancemjacob
2003-08-07Note both active and nvram WWNN/WWPNsmjacob
2003-08-07Clean out the 'fw' variable part of a CTIO2- the f/w doesn't actuallymjacob
2003-08-07Update from mainline: add ISP_NO_ZIO option. constify a few items.mjacob
2003-08-04Remove unused esiop_scsicmd() prototype.bouyer
2003-08-02TAB/space cosmeticstsutsui
2003-08-01In fxp_intr(), bail early without touching any registers if sc_enabled isscw
2003-08-01- Add hooks for MD DMA transfers.tsutsui
2003-07-27There is a report that x68k SCSI no longer works after the previous changes.tsutsui
2003-07-26Make this work on systems where bus_dmamap_sync() is not a noop.thorpej
2003-07-25Print more diagnostic info on the occassions `unexpected disconnect' andpk
2003-07-14add missing __KERNEL_RCSID()lukem
2003-07-11fixed botched prototype,drochner
2003-07-08function prototype must not have variable nameitojun
2003-07-06Oops. Add the atw(4) sources, too.dyoung
2003-07-06Still more consolidation of 802.11 media-handling, moving movingdyoung
2003-07-06actually do gather some randomness (if it's enabled)jdolecek
2003-07-06Prepare to consolidate 802.11 media handling (which is handled indyoung
2003-07-06Improved RSSI->dBm conversion, especially for Lucent cards, fordyoung
2003-07-05More misc fixes for forthcoming hp300 MI SCSI support:tsutsui
2003-07-05Misc cleanup:tsutsui
2003-07-05Use bus_space_{read,write}_multi_1() for PIO data transfers.tsutsui
2003-07-05Rename some MI mb89352 functions for consistency:tsutsui
2003-07-05Some cosmetics:tsutsui
2003-07-03Avoid an obscure gcc3 complaint aboutdrochner
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29cosmetic - make sc_supmedia of struct lance_softc constjdolecek
2003-06-29Restore parentheses around return value that were removed with thesimonb
2003-06-29lwp change lossageitojun
2003-06-29More changes for providing lwpid for ktrace (sparc GENERIC built)darrenr
2003-06-29Correct the R-W'ness of GDT_IOCTL_DRVERS and GDT_IOCTL_CTRTYPE.thorpej
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-24Only install accelerated rasops for CyberPro, we don't know yet how touwe
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-06-19Make sure we pass the current state of the driver to scsipi_async_event(),bouyer
2003-06-19Add and enable monitoring mode for Lucent cards.rh
2003-06-18in cominit(), turn on UUE bit in IER register if it is PXA2x0'sbsh
2003-06-15Wrap some long lines.simonb
2003-06-14Also pass a type argument to comcnattach() and com_kgdb_attach().thorpej
2003-06-14Introduce a new "type" field in the softc which is used to indicatethorpej
2003-06-13Add support for dynamic rescan of cache service logical drives, usingthorpej
2003-06-13Add AD1981-specific initialization.kent
2003-06-12Request KBC_SELFTEST in pckbc_cnattach(), hidden under #ifdefuwe
2003-06-11In ac97_restore_shadow(), make sure to restore the codec's extendedscw
2003-06-10Correct calculation of the blit src/dst for blits we do backwards.uwe
2003-06-10wrap a debug message in #ifdef PCKBCDEBUG.grant
2003-06-07Always queue transfers in the ld driver to prevent transient resourcethorpej
2003-06-05Some models of the 556B don't turn on the transmitter without magicdogcow
2003-06-05Add support, via a kernel config file option, for the 16550-compatiblescw