summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2011-10-22Comment out ISP_{T,}DEBUG[0-3] traces if option SMALL_KERNEL; allows alphaMiod Vallat
2011-10-14Make ath(4) send multicast frames once, not multiple times.Stefan Sperling
2011-10-13Fix definition of XL_PME_EN.Mark Kettenis
2011-10-05It is not safe to call sensor_task_unregister() from inside theTheo de Raadt
2011-10-05ami_drv_inq bus_dmamap_loads the inquiry buffer, so that buffer has to beDavid Gwynne
2011-09-23Make sure siop_xfer is a multiple of 128 bytes as intended (and as told byMiod Vallat
2011-09-19Missing argument in STIDEBUG printfMiod Vallat
2011-09-17Don't bother keeping a {u,}lptioctl function which is a duplicate ofMiod Vallat
2011-09-04Add the possibility for a MD attachment to stack a stream filter (sw_code)Miod Vallat
2011-09-04Add emulation support for slinear:8, ulinear:8 and alaw. Written by jason@Miod Vallat
2011-09-03MI driver for AMD79C30 audio chip; from NetBSDMiod Vallat
2011-08-29protect sc->sc_state access and ncr53c9x_sched() call with splbio inMiod Vallat
2011-08-18So, it turns out that models 362 and 382 built-in frame buffer only shows upMiod Vallat
2011-07-26Calling a detach function from an attach function is no longer legal (Theo de Raadt
2011-07-17Backout a bunch of my SCSI commits from c2k11. At least one of theseMatthew Dempsky
2011-07-15Cope with the start-dma-before-init errata and some other register setupTheo de Raadt
2011-07-14We must not call xl_wol_power() from xl_stop(). If we do the deviceStefan Sperling
2011-07-09Fix fallout from my previous SCSI refactoring diff (movingMatthew Dempsky
2011-07-08First batch of converting SCSI HBAs from setting saa_targets andMatthew Dempsky
2011-07-08Fix WoL support in xl(4). Now works with my hardware (3Com 3c905C).Stefan Sperling
2011-07-08ansi, no binary changeJonathan Gray
2011-07-07use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan okHenning Brauer
2011-07-05Call bzero(&saa, sizeof(saa)) each time we use saa to attachMatthew Dempsky
2011-07-05Replace last remaining users of link->scsibus withMatthew Dempsky
2011-07-05When the kernel runs out of mbuf clusters, the hme receive ring mayAlexander Bluhm
2011-07-04Use the SDEV_2NDBUS flag like isp(4) instead of the currentMatthew Dempsky
2011-07-04Remove orphaned splbios that have no matching splx,Jonathan Gray
2011-07-04remove unneeded cast.David Hill
2011-07-03avoid void * pointer arithmetic.David Hill
2011-07-03change void * to a caddr_tDavid Hill
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-06-27Unbreak iopool conversion by putting the implicit yet missing importantMiod Vallat
2011-06-23ansiTheo de Raadt
2011-06-23a bit more ansi; ok teduTheo de Raadt
2011-06-21Two dpt(4) fixes:Matthew Dempsky
2011-06-21remove some unnecessary casts. ok blambert deraadt kettenis matthewTed Unangst
2011-06-19Fix a typo: change "!(reg >> pin) & 1" to "!((reg >> pin) & 1)" asMatthew Dempsky
2011-06-17M_WAITOK cleanup of two cases:Michael Knudsen
2011-06-15Set RL_FLAG_INVMAR for RTL8105E/RTL8401E/RTL8168E VL so multicastJonathan Gray
2011-06-10Do not set the dying flag in wdc_wait_for_status, since there is atTheo de Raadt
2011-05-25wdc.c doesn't use NATAPISCSI, so no point in including atapiscsi.h.Matthew Dempsky
2011-05-24Move wdc_cd from ata/ata_wdc.c to ic/wdc.c so that you can compile aMatthew Dempsky
2011-05-23Fix after poolification. For reasons not completely understood, theOtto Moerbeek
2011-05-22Fix a problem found where one SOC has a uart implementation that causes busDale Rahn
2011-05-20Avoid double scsi_done(xs) in error path; ok dlg@ krw@Otto Moerbeek
2011-05-09Refactor queue allocation and initialization into a wdc_alloc_queue()Matthew Dempsky
2011-05-09Initialize the wdc ata_drive_datas structs earlier in wdcattach() soMatthew Dempsky
2011-05-08Move ata_put_xfer() from ata_xfer to atascsi_methods. It's just sillyMatthew Dempsky
2011-05-08Eliminate a few unused wdc capability flags (WDC_CAPABILITY_HWLOCK,Matthew Dempsky
2011-04-27kill a !__NetBSD__ ifdef which just confusesTheo de Raadt