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