summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2003-09-10G/c cs4231_round_buffersize and cs4231_round_blocksize. The round_*uwe
2003-09-10Define APC DMA registers as offsets for bus space ops, so that we canuwe
2003-09-08Correct flag names of AD1980kent
2003-09-07Codec id ADS 0x70 is AD1980, not AD1981.kent
2003-09-07Use bitmask_snprintf() for printing ext id features.kent
2003-09-07Handle SROM quirk of tulip on Cobalt RAQ2. Fixes kern/20702.tsutsui
2003-09-07Delete strange ifdef x68k.isaki
2003-09-07Remove an advertising clause.isaki
2003-09-05add DIAGNOSTIC check for AN_DEFAULT_xxitojun
2003-09-05Several changes to eliminate bogus controllers and sockets from being found:mycroft
2003-09-03Add missing semicolon.simonb
2003-09-03Fix another place where we blasted PCIC_INTR_ENABLE.mycroft
2003-09-02If the frontend passes in sc->irq=0, set PCIC_INTR_ENABLE. Also, don't clearmycroft
2003-09-02* Make the ahc and ahd probes more alike.fvdl
2003-09-01fix debugging printfschristos
2003-08-31Comment change only, the ioctl is WSDISPLAYIO_PUTCMAP, not ..._SETCMAP.uwe
2003-08-29Apply the following change from 06/28/2003 04:46:54 by gibbs to thethorpej
2003-08-29Apply the following change from 06/28/2003 04:43:19 by gibbs to thethorpej
2003-08-29Apply the following change from 06/28/2003 04:45:25 by gibbs to thethorpej
2003-08-29Apply the following change from 06/28/2003 04:42:11 by gibbs to thethorpej
2003-08-29Apply the following change from 06/28/2003 04:39:49 by gibbs to thethorpej
2003-08-29Apply the following change from 07-23-2003 22:06:34 by gibbs to thethorpej
2003-08-29Apply the following change from 07/06/2003 23:53:39 by gibbs to thethorpej
2003-08-29Apply the following change made 06/06/2003 23:51:13 by gibbs to thethorpej
2003-08-29Apply the following change from 05/30/2003 02:14:22 made by scottl to thethorpej
2003-08-29Delete unnecessary #ifndef for x68k.isaki
2003-08-29Apply the following change from 6/6/2003 23:48:18 by gibbs to thethorpej
2003-08-29Update FreeBSD RCS ID for last.thorpej
2003-08-29Apply the following change from 5/30/2003 02:15:15 made by scottl to thethorpej
2003-08-29Apply the following change made on 5/26/2003 21:43:29 by gibbs to thethorpej
2003-08-29Apply the following change made on 5/26/2003 21:26:51 by gibbs to thethorpej
2003-08-29Apply the following change made 5/26/2003 21:18:48 by gibbs to thethorpej
2003-08-29Apply the following change checked in 2003/05/04 00:20:07 by gibbsthorpej
2003-08-28Make sure we consistently report DT when sending an xfer mode async event.thorpej
2003-08-24make this build with GEM_DEBUG. fix rxhist counters.chs
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