Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1997-06-11 | Make this compile with debugging turned on. | Jason Downs | |
1997-06-11 | oops, clean debug flags | Michael Shalayeff | |
1997-06-10 | do the job out of the calling function's spl | Michael Shalayeff | |
1997-06-09 | zone and constrain according to disklabel partition slots; part by ↵ | Theo de Raadt | |
gson@araneus.fi | |||
1997-06-08 | init d_secperunit nicely | Theo de Raadt | |
1997-06-06 | not all atapi cdroms can lock the door. todo: autodetect | Niels Provos | |
1997-05-18 | null uio_procp | Theo de Raadt | |
1997-05-17 | Make comment reflect reality and fix a typo | Todd C. Miller | |
1997-05-17 | &proc0 should never be used | Theo de Raadt | |
1997-05-16 | Some buffers have NULL in b_proc when passed to vndstrategy, | Niklas Hallqvist | |
however ffs_write needs a proc pointer in the uio structure, so fill in &proc0 to avoid a NULL deref | |||
1997-05-14 | Add a new mode of operation: "safe" vnd, aka svnd, which goes | Niklas Hallqvist | |
through the buffercache thus maintaining cache-coherency after unmount of a mounted vnd. This is good for diskimage creation, you should still use the old vnds for swapping on, though | |||
1997-05-07 | call pci_intr_establish correctly | Niklas Hallqvist | |
1997-04-30 | Change an splhigh() -> splbio(). From NetBSD (mycroft) | Todd C. Miller | |
1997-04-18 | alpha is like amiga in the sense it doesn't support bad block lists. | Niklas Hallqvist | |
This ought to be done differently, but for now this will suffice. | |||
1997-04-17 | hide C decls when _LOCORE defined | Michael Shalayeff | |
1997-04-17 | Minor KNF + $OpenBSD$ | Niklas Hallqvist | |
1997-04-16 | Missing init of a bus_space_tag | Niklas Hallqvist | |
1997-04-14 | Document flag to set 32-bit word mode. Call it ED_DCR_QTS for | Todd C. Miller | |
lack of a better name (anyone have any documentation?) | |||
1997-04-14 | Correct some bogus casts and change u_short -> u_int16_t | Todd C. Miller | |
1997-04-13 | no Debugger() w/ no DDB defined | Michael Shalayeff | |
1997-04-13 | make it compile again | Michael Shalayeff | |
1997-04-13 | Add support for PCI NE2000 clones. I finally got around to doing this :-) | Todd C. Miller | |
Tested on alpha, should work on i386 as well. Note that we treat a PCI NE2000 as a 16-bit card for now since the driver can not deal with > 16 bit cards. To fix this isa16bit in ed_softc needs to be changed to bus_width (in bytes). I plan to do this as part of the split ed driver. | |||
1997-04-10 | queue handling hacks for chips like aic7860 which have small numbers of SCB's. | Theo de Raadt | |
by gibbs@freebsd.org | |||
1997-04-10 | Need to separate i/o and mem on mips | Per Fogelstrom | |
1997-04-10 | Zilog z8536 defs | Per Fogelstrom | |
1997-04-10 | Ooops! These have to be committed after pcidevs. Doing a make and commit | Per Fogelstrom | |
all together at the same time yields the wrong revision number. Sorry. |