summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-11-02remove unused argument. ok dugsongMarkus Friedl
1999-11-02support usermode disasmMichael Shalayeff
1999-11-02fix printf (had an extra space)Chris Cappuccio
add useless comments to new Intel code
1999-11-02re-enable IDENTIFY, reset delay each timeTheo de Raadt
1999-11-02Fix comment typo.Angelos D. Keromytis
1999-11-02Fix *stupid* typo/error that was causing the panics in post 2.6, foundAngelos D. Keromytis
by art@
1999-11-02typoMarkus Friedl
1999-11-01add it back inTheo de Raadt
1999-11-01remove mickey code to avoid branchingTheo de Raadt
1999-11-01setup_buffers: If the allocation of saved_pgs failed 'left' would beArtur Grabowski
uninitialized and we wouldn't know how much memory to allocate for buffers.
1999-10-31critical fixes, overdone, but who cares, a localhost crash is badTheo de Raadt
1999-10-31New prods: Planex FNW-3600-T and Corega Ether II & Fast Ether.Federico G. Schwindt
Rearrage a few entries.
1999-10-31regen.Federico G. Schwindt
1999-10-31New products from NetBSD. Change a few names.Federico G. Schwindt
1999-10-30Add missing include file, system/957 (evanc@concer.to).Angelos D. Keromytis
1999-10-29NetBSD take note:Constantine Sapuntzakis
Use xfer->c_bcount and not sc_xfer->datalen when passing our buffer limit to the device. In the case of SENSE, we were sending 0 as our buffer limit, potentially confusing some devices. Cap the bytes/interrupt at 65534, which prevents odd size transfers. Odd size transfers, while not inherently evil, are kind of weird through a 16-bit wide interface.
1999-10-29Added diagnostic: "length 0 transfer in data phase"Constantine Sapuntzakis
Changed SCSI XS_TIMEOUT error to SCSI XS_RESET error to better reflect that we had to reset the bus Don't downgrade DMA modes if the transfer that failed wasn't using DMA
1999-10-29Change wdc_input_bytes and wdc_output_bytes to useConstantine Sapuntzakis
bus_space_{read,write}_raw_* instead of the byte-swapping API. For PowerPC and other big-endian architectures.
1999-10-29Remove dead code.Artur Grabowski
!MACHINE_NONCONTIG && !MACHINE_NEW_NONCONTIG will not work anyway.
1999-10-29UVM is now default on sparc.Artur Grabowski
1999-10-29Use UVM by default on sparc.Artur Grabowski
1999-10-29Use M_PIPE instead of M_TEMP.Artur Grabowski
1999-10-29Define a memory type for pipes.Artur Grabowski
1999-10-29The PIPE_NODIRECT define is no longer neededArtur Grabowski
1999-10-29Remove the "Direct write" code.Artur Grabowski
We never used it and some parts of it slowed the code down. Generally clean up the pipe code.
1999-10-29Print AH payload data (with -v). jakob@ ok.Hakan Olsson
1999-10-29writenTodd T. Fries
1999-10-29writenTodd T. Fries
1999-10-29writen->writtenTodd T. Fries
1999-10-29Stayalive is gone.Todd T. Fries
1999-10-29fix comment to match codeJason Wright
1999-10-29Allow RARP on aliased interfacesNiklas Hallqvist
1999-10-29Add text on the new uses of the enc interface (currently lying aboutAngelos D. Keromytis
the ipsecadm part).
1999-10-29Make if_enc.c depend on enc (not inet & ipsec), add needs-count flag.Angelos D. Keromytis
1999-10-29Use enc_softc instead of ifnet for encif.Angelos D. Keromytis
1999-10-29enc_softc definitionAngelos D. Keromytis
1999-10-29Support multiple enc interfaces.Angelos D. Keromytis
1999-10-29New field in tdb, to be used with bridging.Angelos D. Keromytis
1999-10-29Up the number of enc interfaces.Angelos D. Keromytis
1999-10-29Roll back, wait for Niklas to fix it (who knows what the crazy SwedeAngelos D. Keromytis
has done to his machine...)
1999-10-29ed0/ed1/ed2 are unknown...Angelos D. Keromytis
1999-10-29correct snake description: cgd@netbsd.orgPaul Janzen
1999-10-29srandom() for variety.Paul Janzen
1999-10-29etherip statisticsAngelos D. Keromytis
1999-10-29Get rid of unnecessary third argument in *_output routines of IPsec.Angelos D. Keromytis
1999-10-29Remove unused third argument from ipe4_output()Angelos D. Keromytis
1999-10-29Remove unnecessary argument from ipe4_output() and etherip_output()Angelos D. Keromytis
1999-10-29Roll back dependency on bridge, unnecessary because of ifdef in ip_ether.cAngelos D. Keromytis
1999-10-29Queue on the bridge interface.Angelos D. Keromytis
1999-10-29Fix some comments.Angelos D. Keromytis