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