summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2002-02-18need rndvar.h for it to compileMichael Shalayeff
2002-02-18call ether_ioctl(), fix pr/2371; jason@ okMichael Shalayeff
2002-02-18Add trm - driver for Tekram TRM-S1040 cards (DC395U/UW/F,DC315/U).Kenneth R Westerback
2002-02-17drivers may not be noisyTheo de Raadt
2002-02-16This file was missed.Steve Murphree
2002-02-16New port of FreeBSD's ahc driverSteve Murphree
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2002-02-15Much simpler timeout calculation.Artur Grabowski
2002-02-05restore CN_REMOTE priority, as it always was there.Michael Shalayeff
2002-02-01clean the hppa leftover, from netbsdMichael Shalayeff
2002-01-31scsi_done() is unsafe, rearrange locking to compensateMichael Shalayeff
2002-01-31zero out csum when re-using mbuf (cures 50% packet loss under load)Jim Rees
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
2002-01-28Re-port the NetBSD driver, but rewrite tx logic to use static buffers (andJason Wright
2002-01-25tell wsdisplay if we are a consoleMichael Shalayeff
2002-01-25CONADDR is defined elsewhere for hppaMichael Shalayeff
2002-01-25In encap, sync mbuf before writing descriptorsJason Wright
2002-01-25Disestablish *powerhook* on detach. jason@ okThomas Nordin
2002-01-24bussified and bus-split bustec scsi ha driver.Michael Shalayeff
2002-01-23Use the size of the cmd dmamap when syncing the scsi command, not data size.Per Fogelstrom
2002-01-23oops, make the kgdb var's non-staticEric Jackson
2002-01-23allow this to compile with KGDBEric Jackson
2002-01-23Pool deals fairly well with physical memory shortage, but it doesn't dealArtur Grabowski
2002-01-12Don't try UDMA modes if they aren't supported by the controllerJason Wright
2002-01-09add ess1921 codec idMichael Shalayeff
2002-01-08SIOCSIFMTU support; patches by Claudio Castiglia <ccastig@softhome.net>Federico G. Schwindt
2002-01-07pass the proc* down the ioctl chain to controller; mjacob@ csapuntz@ okMichael Shalayeff
2002-01-07use flags instead of options to choose the tea5757 vs tea5759.Michael Shalayeff
2002-01-02proper data length handling on read; from toby@svector.co.ukMichael Shalayeff
2001-12-31missing nl, from art@Michael Shalayeff
2001-12-21increase the timeout 10x, it seems some cards cannot keep up w/ our paceMichael Shalayeff
2001-12-20for mimi-pci cards registers are word in a dword, missed that in bringing ove...Michael Shalayeff
2001-12-17Initialize variable before use. ok fgs@Thomas Nordin
2001-12-17be more accurate in enabling variable rate bitsMichael Shalayeff
2001-12-15Disestablish the powerhook on detach. ok jason@Thomas Nordin
2001-12-14$OpenBSD$Dale Rahn
2001-12-14Major restructuring for swizzling to the request queue and unswizzling frommjacob
2001-12-13Fix old alpha bug recently triggered by conversion to busdma.Nathan Binkert
2001-12-13changes to work with 32bit platforms and get ethernet address on powerpc.Dale Rahn
2001-12-13Initialize variable before use. ok fgs@Thomas Nordin
2001-12-12disable debugging, pointed out by brad@Michael Shalayeff
2001-12-12usmoke some scsi drugs, a little bitMichael Shalayeff
2001-12-08Go ahead and fix the xircom filter setup to work on big endian too (untested,...Jason Wright
2001-12-08use htole32() on the data going into the setup frame for the dc_setfilt_21143...Jason Wright
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-12-06add bus_dmamap_sync()'s on the descriptors tooJason Wright
2001-12-06a few more bus_dmamap_sync()'s and some borrowed setup frame macros from NetB...Jason Wright
2001-12-06enough bus_dmamap_sync() and htole()/letoh() to get TX working on sparc64.Jason Wright
2001-12-06vtophys, R.I.P. (tx now uses bus_dma)Jason Wright
2001-12-06move rx handling over to bus_dma... that just leaves one vtophys() in tx.Jason Wright