summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2002-03-23Add wait-for-ready code between setting MCE and changing data format,itohy
2002-03-23Remove FreeBSD RCSID.gmcgarry
2002-03-22Bring the daic driver into the new ISDN world order.martin
2002-03-22Handle Port Unavailable the same as Port Logout (i.e., send a LIP).mjacob
2002-03-22Fixed a possible overflow bug in the timeout calculation.fredette
2002-03-21I have Prism2 with 0.8.2 firmware, and have no problemitohy
2002-03-20When getting the packet off the interface, make sure the payload isthorpej
2002-03-17Remove all knowledge about specific application (layer 4) drivers frommartin
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-17Clean up the application (layer 4) driver vs. B channel driver interface.martin
2002-03-17don't set prism2 bit when WI_NIC_LUCENT is detecteddbj
2002-03-16in the TULIP_ROM_MB_21142_MII case of tlp_2114x_isv_tmsw_init(),chs
2002-03-16Fix mis-increment bug in converter msm6258_ulinear8_to_adpcm().isaki
2002-03-15Psssst, don't tell anybody I commited this.martin
2002-03-15Remove an arg name in prototype declaration.tsutsui
2002-03-14assume that 21143 SROM info blocks are in extended format (as the specchs
2002-03-13Fix botch in previous.ad
2002-03-13Reorganise the wsfont stuff slightly so that multiple display adaptersad
2002-03-12Rework the driver to add EBus DMA support and improve APC DMA support.uwe
2002-03-10fix 128bit WEP work with Prism2 Card.ichiro
2002-03-10Add explicit support of OPL3-SA2 (YMF711).itohy
2002-03-10Add a nic I don't really know much about, but it's used on my D-Link card.augustss
2002-03-08Pool deals fairly well with physical memory shortage, but it doesn'tthorpej
2002-03-07Disable RIO (reduced interrupt operation) for 2200 boards- it seemed likemjacob
2002-03-06return EINPROGRESS instead of EINVAL when trying to readdbj
2002-03-06Fix ADPCM playback/recording.itohy
2002-03-05bring in latest ALTQ from kjc. ALTQify some of the drivers.itojun
2002-03-04Don't "extern int cold;" - this is in <sys/kernel.h>.simonb
2002-03-04Don't attempt to gather unrequested statistics.dbj
2002-03-04fix byte swapping when gathering statisticsdbj
2002-03-04correctly handle AP scanning result when there are no APsdbj
2002-03-04used %02x instead of %x when printing out BSS idsdbj
2002-03-04s/Faild/Failed/dbj
2002-03-01As siop_morecbd() is called from the kernel thread, protect access to thebouyer
2002-02-26use #ifdef WI_DEBUG instead of #if WI_DEBUGdbj
2002-02-26avoid walking full length of unknown stats structure.dbj
2002-02-25Update datasheet URLs.kleink
2002-02-23Allow MD code to provide functions for reading/writing NVRAM/RTCscw
2002-02-21Implement F/W crashdumps for 2200 && 2300 cards (kernel compile option).mjacob
2002-02-18fix indentyamt
2002-02-18add a missing splx in the case of error.yamt
2002-02-17Add prototypes for static functions.bjh21
2002-02-17Protect calls to wi_cmd() from callout handlers by proper splnet()/splx()martin
2002-02-14allow writing to write-only mappings. fixes PR 3493.chs
2002-02-13make the driver even more silent; print state change messages only if IFF_DEBUG.itojun
2002-02-11Forgot to mention two reserved bits.kleink
2002-02-11"doesn't" should have an 's'.wiz
2002-02-11explicitly, with two l.wiz
2002-02-10point sequioa.h to new locationpooka
2002-02-09- rename struct iha_scsi_req_q -> struct iha_scbtsutsui