Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-13 | Get rid of pause | Tobias Weingartner | |
1997-07-12 | Add PnP stuff. Should compile, doubt if it works 100%. Worked for | Tobias Weingartner | |
my SB at one point, but it's been a while... Thanks Theo for giving me this code. It still needs a lot of work, all my fault... ;-) | |||
1997-07-12 | Add missing sc->sc_dev.dv_xname arg to isa_intr_establish(). | Todd C. Miller | |
1997-07-10 | add insert char capability (and no bickering about it being ANSI 8c{)] | kstailey | |
1997-07-10 | sync with NETBSD 30/3/97 + adapating aria.c | Niels Provos | |
1997-07-10 | fix vga_copycols(9) | kstailey | |
1997-07-10 | fix backward scrolling | kstailey | |
1997-07-09 | Do not lose our ethernet address | Niklas Hallqvist | |
1997-07-09 | argh | Theo de Raadt | |
1997-07-09 | alpha/common/ insults my filec | Theo de Raadt | |
1997-07-08 | Add fix for another quirky behaviour: sending the command after a sync | mhitch | |
negotiation sometimes doesn't send all the command data for some reason. Transfer remaining fifo data, and if that's not enough, pad the command. This fixes a system reboot during SCSI device probes. From my NetBSD fix. Add missing code to start another device when a disconnect occurs. Also from NetBSD. For all other unknown interrupt conditions, print an explanitory message before rebooting the system. This will be useful in determining other reboots if they happen in the driver. From jonathan@netbsd.org. | |||
1997-07-07 | Get rid of the arch-dependent long type | Niklas Hallqvist | |
1997-07-07 | Busification errors needed for compilation on alpha | Niklas Hallqvist | |
1997-07-07 | Removed the unused arg of comprobe1 | Niklas Hallqvist | |
1997-07-07 | Sanity | Niklas Hallqvist | |
1997-07-07 | Removed the unused arg of comprobe1 | Niklas Hallqvist | |
1997-07-07 | Removed an unused arg | Niklas Hallqvist | |
1997-07-07 | Busified and KNFd | Niklas Hallqvist | |
1997-07-06 | get rid of long, and let alpha grok the bad sectoring | Niklas Hallqvist | |
1997-07-06 | OpenBSD tag | Niklas Hallqvist | |
1997-07-06 | Make compile (fxp now probes OK on alpha) | Niklas Hallqvist | |
1997-07-06 | OpenBSD tags | Niklas Hallqvist | |
1997-07-06 | OpenBSD tag + typo | Niklas Hallqvist | |
1997-07-05 | indent | Theo de Raadt | |
1997-07-05 | I doubt this fixes this driver, but what *was* there was *obviously* wrong; | Jason Downs | |
at least if *this* is wrong, it matches the wrongness of the surrounding block of code. | |||
1997-07-04 | Slight fix to last, didn't see it quick enough. | Jason Downs | |
Original log: date: 1997/06/17 15:39:18; author: bouyer; state: Exp; lines: +3 -2 wdcreset should return errors, even if !VERBOSE ! | |||
1997-07-04 | ASUS/Triton support, based on manuel's code (different, busified, should | Jason Downs | |
still amount to the same thing, but I don't have such a board to test). Original log: date: 1997/06/16 13:43:57; author: bouyer; state: Exp; lines: +27 -11 Support pour la nouvelle Asustek TX97-E (avec le nouveau chip Triton). | |||
1997-07-04 | Support ATAPI devices without wd devices, based on manuel's code. | Jason Downs | |
1997-07-04 | sync with manuel; atapibus needs flag. | Jason Downs | |
1997-07-03 | do not whine about failed negotiations | Theo de Raadt | |
1997-07-03 | Intel EtherExpress Pro/100B driver, still needs a fix or two | Theo de Raadt | |
1997-07-03 | sync | Theo de Raadt | |
1997-07-03 | sync to netbsd | Theo de Raadt | |
1997-06-28 | fix the types | Theo de Raadt | |
1997-06-24 | Force driver into store-forward mode on cards that support it. This increases | Constantine Sapuntzakis | |
reliability (less underflows) at the expense of speed. | |||
1997-06-24 | Add AQUIRK_TUR, from manuel. | Jason Downs | |
1997-06-24 | more accounting! | Michael Shalayeff | |
1997-06-22 | now where did that patch go? | flipk | |
1997-06-22 | wasn't a race after all. properly initialize event_q pointers so the | flipk | |
last one doesn't point off the end. | |||
1997-06-21 | revert, there's a nasty race condition here. | flipk | |
1997-06-20 | count properly (; | Michael Shalayeff | |
1997-06-20 | typo | Michael Shalayeff | |
1997-06-20 | Comment out some superfluous const declarations that cause cast warnings | grr | |
with gcc/alpha. We have bcopy(const void *...) so casting a const foo *bar as in bcopy((caddr_t) bar,...) for bcopy seems to be fairly pointless in the first place, but there are too many of these to hack out at the moment. | |||
1997-06-18 | csapuntz@lcs.mit.edu: Port of NetBSD tulip driver. Works with new ↵ | dm | |
(21140-AC-based) SMC Etherpower cards. | |||
1997-06-18 | s/u_char/u_int8_t/g, where reasonable | Michael Shalayeff | |
s/\(static.*arc4_[^(]+(\)[^,)]+\([^)]*)\)/\1\2/g less cpu load, just in case | |||
1997-06-17 | count slow queue low entropy drops | Michael Shalayeff | |
bigger queue use queue overflows for arc4_stir() | |||
1997-06-15 | Automatically decide whether or not to disable door locks. Idea from provos. | Jason Downs | |
1997-06-14 | split the treatment of the random events | Michael Shalayeff | |
event_q by flipk@ spl fix by deraadt@ gother statistics about whole processing use 'sysctl kern.random' to view what had happened also fix wrong vm.psstrings description | |||
1997-06-12 | little faster, smaller, safer | Michael Shalayeff | |
1997-06-12 | back out recent changes.... | Michael Shalayeff | |