| Age | Commit message (Expand) | Author |
| 2000-04-19 | Calculate an offset of mailbox_in correctly by renaming BHA_MBO_OFFSET | enami |
| 2000-04-16 | only print packets if debug > 1 | matt |
| 2000-04-14 | Remove spurious splx() call. | pk |
| 2000-04-14 | add some casts to (u_long) to shut up gcc | mrg |
| 2000-04-12 | revisit in6_ifattach(). | itojun |
| 2000-04-10 | Incorporate the changes of RL81x9 driver provided by M. Kanaoka | haya |
| 2000-04-07 | Add a patchable variable `tlp_srom_debug' that enables dumping of | thorpej |
| 2000-04-05 | avoid using uninitalised variables inside WDCDEBUG. | mrg |
| 2000-04-05 | return if we can't map DMA buffers | mrg |
| 2000-04-04 | - if_tlp_cardbus.c: Use the `pmreg' pointer passed by by | thorpej |
| 2000-04-04 | Add checks to detect busy-waits, conditionnal on new debug flag | bouyer |
| 2000-04-04 | Better fix to previous: delay(100) before the IDENTIFY, and if it fails | bouyer |
| 2000-04-03 | actually put a _comment_ before the second read of the ident register | cgd |
| 2000-04-02 | If the SROM size is to far out of range, issue a diagnostic and set the size | mycroft |
| 2000-04-02 | Slight correction to last: really only do it if it's a 21142 or 21143. | thorpej |
| 2000-04-02 | Move bt463 code to dev/ic and adapt to the new ramdac interface. | nathanw |
| 2000-04-02 | Adapt to change in ramdac interface. | nathanw |
| 2000-04-02 | Add ramdac_register() to interface structure. | nathanw |
| 2000-04-02 | During the socket probe, read the ident register twice. | mycroft |
| 2000-04-02 | When using MII on 2114[23] chips, zero the SIA TXRX register to disable the | mycroft |
| 2000-04-01 | Bump delay() from 100 to 1000000 before attempting a IDENTIFY just after a | bouyer |
| 2000-04-01 | - DMA code cleanup: pciide_dma_finish() doesn't stop/unload the current DMA op | bouyer |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-30 | Delete redundant decls of fxp_enable(), fxp_disable() - they're in | simonb |
| 2000-03-30 | Delete redundant decl of com_attach_subr(), it's in comvar.h. | simonb |
| 2000-03-30 | Delete redundant decl of aicattach(), it's in aic6360var.h. | simonb |
| 2000-03-29 | Nuke register declarations. | tsutsui |
| 2000-03-29 | Remove "register" declaration. | tsutsui |
| 2000-03-29 | Spelling error. | ad |
| 2000-03-29 | Remove reduncdant decl of wdc_kill_pending - it's in <dev/ic/wdcvar.h>. | simonb |
| 2000-03-29 | Remove duplicate ncr53c9x_dmaselect declaration. | simonb |
| 2000-03-27 | Cosmetical nit in previous. | kleink |
| 2000-03-27 | Fix multicast filter to set IFF_ALLMULTI flag properly. Also clear | onoe |
| 2000-03-27 | Do not try to lock out MAC until the firmware correctly start up, to avoid | onoe |
| 2000-03-27 | backout changes between 1.10 and 1.12 to re-enable awictl stuff. | onoe |
| 2000-03-26 | Merge parts of chs-ubc2 into the trunk: | kleink |
| 2000-03-26 | For Cobalt Networks 21143's, always use store-and-forward and toggle | soren |
| 2000-03-26 | don't call if_deactivate with NULL ifp. | itojun |
| 2000-03-25 | We can use openings = 16 here; this won't even exhaust the number of | fvdl |
| 2000-03-25 | Do simple tagged queueing, enabled by default. | fvdl |
| 2000-03-25 | Add a "sc_rev" member to ncr5380_softc and handle CXD1180 quirk | tsutsui |
| 2000-03-25 | The bus_space stuff handles byte order conversions for us. | ad |
| 2000-03-24 | Remove paraniod debug check that was mistakenly committed. | ad |
| 2000-03-24 | Fix typos from last commit (callout). | hannken |
| 2000-03-23 | Remove bogus callout_init(), pointed out by soren@netbsd.org. | thorpej |
| 2000-03-23 | s/32-bits/32-bit/ (Hi Al!) | soren |
| 2000-03-23 | While am79c930 controller allows unaligned access, bus_space_read/write | onoe |
| 2000-03-23 | Fix a typo in comment in previous commit. | enami |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-23 | Sorry I forgot to commit this file.. | onoe |