Age | Commit message (Expand) | Author |
2002-03-08 | do not add maddr twice, break out of the loop if cmd post fails | Michael Shalayeff |
2002-03-06 | Get the offsets and lengths right when sync'n dma maps; patch from mjacob | Jason Wright |
2002-03-05 | It is clear that I have not committed in a long time!!!! | Niklas Hallqvist |
2002-03-05 | doh, thanks mickey! | Niklas Hallqvist |
2002-03-05 | Deal gracefully with ccb starvation | Niklas Hallqvist |
2002-03-05 | Deal gracefully with ccb starvation | Niklas Hallqvist |
2002-03-04 | do not attach wsdisplay if there is none configured | Michael Shalayeff |
2002-02-25 | Accept ethernet broadcasts too :-) This patch contains a copy of | Niklas Hallqvist |
2002-02-22 | Call ether_ioctl() the way [insert favorite diety] intended. | Jason Wright |
2002-02-22 | Revert to previous (non hacked =) version now that the iommu is handled | Jason Wright |
2002-02-21 | In WI_SETSTR round up i_len to be an even number if needed since we | Todd C. Miller |
2002-02-20 | 104 byte WEP key support for Prism2 cards; from NetBSD | Todd C. Miller |
2002-02-20 | Remove useless prototypes for wi_request_fill_ssid() and wi_write_ssid(). | Todd C. Miller |
2002-02-19 | From NetBSD: | Jason Wright |
2002-02-19 | add support for media and other generic 802.11 ioctls, elliminates need for w... | Michael Shalayeff |
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 |