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