summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2003-10-13Install athioctl.h, defining ioctls for Atheros 802.11a/b/g radios.dyoung
2003-10-13Adapt atw(4) to the new 802.11 layer.dyoung
2003-10-13Adapt awi(4) to the new 802.11 layer.dyoung
2003-10-13Switch wi(4) to the new 802.11 layer.dyoung
2003-10-13Switch an(4) to using the header files in the new 802.11 layer.dyoung
2003-10-13NetBSD/FreeBSD compatibility changes NetBSD, especiallydyoung
2003-10-13Miscellaneous changes for NetBSD compatibility.dyoung
2003-10-13A compatibility layer to smooth differences between NetBSD anddyoung
2003-10-12Remove block that has been pasted twice. Pointed out by Alexander Yurchenko.bouyer
2003-10-10Don't zap the lower 16 bits of the command/status register when clearfvdl
2003-10-10Properly clear any latched errors before re-enabling SERR/PERR for PCI-Xbriggs
2003-10-09Remove the check for WAIT+POLL+READ case in __wdccommand_start(),bouyer
2003-10-08Following Matt Thomas's request, rename ata attribute to ata_hl, andbouyer
2003-10-08In isp_fc_worker() reduce the timeout value used to poll for the linkpk
2003-10-08Cap the transfer size at MAXPHYS, the driver won't get bigger requestsfvdl
2003-10-08Make the ATA mid-layer appears as atabus, as proposed inbouyer
2003-10-08We really don't need to do 2 resets in wdc_channel_attach() -- the one donemycroft
2003-10-07OR in ahc->sc_dmaflags when passed to bus_dmamap_create() in ahc_alloc_scbs(),fvdl
2003-10-07Adapt to recent PRI changes.martin
2003-10-07Initial import of ath(4) from FreeBSD.dyoung
2003-10-06Revert to polling for ata_get_params() in wdc_channel_attach().bouyer
2003-10-04For memory-mapped access, get the endianness right on big-endiandyoung
2003-10-03Ready the kernel side of i4b for primary rate interface support bypooka
2003-10-01Reenable negotiation by default for discovery commands, until I figure outfvdl
2003-10-01avoid out-of-bounds memory access (array size out of sync). found byitojun
2003-09-30Make sure that we don't blow away the enables in ahd_reset() on PCI-X.briggs
2003-09-29available, not avaliable. From miod@openbsd.wiz
2003-09-28Change the way of setting a port value so that a change too small tocube
2003-09-28codec id for AD1985kent
2003-09-27Remove NOSETTLE flag from channel in FibreChannel case. It makes sense thattls
2003-09-26Definition, not defintion. From miod@openbsd.wiz
2003-09-26Cast through (void *) to appease gcc3.simonb
2003-09-25Hide the use of config_interrupts() in one place.mycroft
2003-09-25Add a driver for the CAPI-compliant AVM B1/T1 cards.pooka
2003-09-25Don't print modes we are using if we don't know which modes are really used.bouyer
2003-09-23Fix rx buffer size bitmask, do not explicitly set burst length and use 1536martin
2003-09-23Fix a typo that prevented pre-ata drives from working since 1999.bouyer
2003-09-23Fix more probe delay and/or failure problems:mycroft
2003-09-21Correctly resurrect the style in previous. While I'm here, also removedenami
2003-09-21Since we can't detect ghost drives in the wdc back-end, resurectbouyer
2003-09-20Remove the "Register ghost test". It won't work, because on ATA registerbouyer
2003-09-20print the name of the driver that found the ghostchristos
2003-09-20Now wdcattach() is called interrupts enabled, config_interrupts() tries toenami
2003-09-20Allow channels 1-14 in MMK2, for real. Fixes PR 22530 fromdyoung
2003-09-191) Use config_interrupts() to attach IDE and ATAPI drives. This eliminatesmycroft
2003-09-18nluns should be 8, not 7.mycroft
2003-09-17typo in commentdrochner
2003-09-14Remove duplicate lines.junyoung
2003-09-12The Ricoh power hackery is not reliable -- many cards just do not have themycroft
2003-09-11After initialization of the AD1980 codec, swap master and surround volumejmmv