summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2003-05-17Initialize and reset curtxeps to zero each time the error rate is exceeded.christos
2003-05-17Another fix from Achim Leubner @ ICP:thorpej
2003-05-16IEEE80211_LOCK and WI_LOCK conceal enormous differences in lockingdyoung
2003-05-14Move DTIMEXP and RFIFOVF warnings under control of HMEDEBUG.petrov
2003-05-14Correct spelling of coalesce. (Will forward to Justin Gibbs.)wiz
2003-05-14summarize with two m.wiz
2003-05-13Add support for the user-generated command interface and event loggingthorpej
2003-05-13Revert to previous multicast logic, which enami@sm.sony.co.jp saysdyoung
2003-05-13Begin synchronization with FreeBSD:dyoung
2003-05-13For converge with FreeBSD:dyoung
2003-05-13Track TX exceptions. This will eventually enable round-robin retriesdyoung
2003-05-13Complete prior patch: dump packets in wi_rx_intr, too.dyoung
2003-05-13Debug code from FreeBSD: handy packet dumps when IFF_DEBUG|IFF_LINK2dyoung
2003-05-13Misc changes to wi_stop. First, block interrupts in wi_stop. (Fromdyoung
2003-05-13For uniformity between FreeBSD & NetBSD, adopt FreeBSD's moredyoung
2003-05-11Use hardware sprite for the text mode cursor.uwe
2003-05-10Don't need a separate bit expansion table for the cursor mask.uwe
2003-05-10Enforce that the cursor position and the hot spot are within bounds.uwe
2003-05-10Redo attachment to support proper cnattach.uwe
2003-05-09PR/13653: Onno van der Linden: Set tranceiver media properly.christos
2003-05-08Add missing include.martin
2003-05-04Change the type of the 'code' parameter of ahc_send_async() from u_intkristerw
2003-05-03DMA, not dma nor Dma.wiz
2003-05-02Adapt SMC 93cx6 library so that it will work with both 8- and 32-bitdyoung
2003-05-01Don't reference channel_b if it's not a twin channel adapter.fvdl
2003-05-01Free the mpt request structure before calling scsipi_done(), asthorpej
2003-04-29Add support for the SMC91C111 chip, with its internal PHY.scw
2003-04-28Make DMA mode works on Promise Ultra66/100 with 48-bit LBA drives.nakayama
2003-04-28Allow the console to be used for kgdb if both DDB and KGDB are defined.briggs
2003-04-26Management, not managment. Mostly from jmc@openbsd.wiz
2003-04-26Rename WDSF_EN_WR_CACHE to WDSF_WRITE_CACHE_EN for consistency with otherbouyer
2003-04-25Do the right thing in the case of an attach error. From Manuel Bouyer.fvdl
2003-04-23Correct use of MAXBSIZE where MAXPHYS was intended. This is a necessarytls
2003-04-21Remove unused variable.fvdl
2003-04-21Remove trigraph.fvdl
2003-04-21Avoid trigraph in string.fvdl
2003-04-21Reset bus in attach, not at first access.fvdl
2003-04-21Reset channel(s) in ahc_attach, rather than at first access.fvdl
2003-04-21Add NetBSD RCS Id.fvdl
2003-04-21Add file that I missed when adding the ahd driver.fvdl
2003-04-21Set/report DT a bit more correctly.fvdl
2003-04-21Ignore input when the port is not open. This change is functionallygson
2003-04-21ahd, driver for Adaptec 790x U320 controllers. Originally by Justin Gibbsfvdl
2003-04-20Pick the right channel in the reset ioctl.fvdl
2003-04-20Resurrect change from previous ahc driver version: reset channel (unlessfvdl
2003-04-20Fix ahc_print_registers some more.fvdl
2003-04-20Fix ahc_print_register up.fvdl
2003-04-20Fix some AHC_DEBUG printf cases, and undef AHC_DEBUG.fvdl
2003-04-20Actually define ahc_htole and reverse macros.fvdl
2003-04-20Delay ahc_free until after shutdown hook disestablish.fvdl