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