Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-02 | support usermode disasm | Michael Shalayeff | |
1999-11-02 | fix printf (had an extra space) | Chris Cappuccio | |
add useless comments to new Intel code | |||
1999-11-02 | re-enable IDENTIFY, reset delay each time | Theo de Raadt | |
1999-11-02 | Fix comment typo. | Angelos D. Keromytis | |
1999-11-02 | Fix *stupid* typo/error that was causing the panics in post 2.6, found | Angelos D. Keromytis | |
by art@ | |||
1999-11-01 | add it back in | Theo de Raadt | |
1999-11-01 | remove mickey code to avoid branching | Theo de Raadt | |
1999-11-01 | setup_buffers: If the allocation of saved_pgs failed 'left' would be | Artur Grabowski | |
uninitialized and we wouldn't know how much memory to allocate for buffers. | |||
1999-10-31 | critical fixes, overdone, but who cares, a localhost crash is bad | Theo de Raadt | |
1999-10-31 | New prods: Planex FNW-3600-T and Corega Ether II & Fast Ether. | Federico G. Schwindt | |
Rearrage a few entries. | |||
1999-10-31 | regen. | Federico G. Schwindt | |
1999-10-31 | New products from NetBSD. Change a few names. | Federico G. Schwindt | |
1999-10-29 | NetBSD 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-29 | Added 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-29 | Change wdc_input_bytes and wdc_output_bytes to use | Constantine Sapuntzakis | |
bus_space_{read,write}_raw_* instead of the byte-swapping API. For PowerPC and other big-endian architectures. | |||
1999-10-29 | Remove dead code. | Artur Grabowski | |
!MACHINE_NONCONTIG && !MACHINE_NEW_NONCONTIG will not work anyway. | |||
1999-10-29 | Use UVM by default on sparc. | Artur Grabowski | |
1999-10-29 | Use M_PIPE instead of M_TEMP. | Artur Grabowski | |
1999-10-29 | Define a memory type for pipes. | Artur Grabowski | |
1999-10-29 | Remove 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-29 | writen->written | Todd T. Fries | |
1999-10-29 | fix comment to match code | Jason Wright | |
1999-10-29 | Make if_enc.c depend on enc (not inet & ipsec), add needs-count flag. | Angelos D. Keromytis | |
1999-10-29 | Use enc_softc instead of ifnet for encif. | Angelos D. Keromytis | |
1999-10-29 | enc_softc definition | Angelos D. Keromytis | |
1999-10-29 | Support multiple enc interfaces. | Angelos D. Keromytis | |
1999-10-29 | New field in tdb, to be used with bridging. | Angelos D. Keromytis | |
1999-10-29 | Up the number of enc interfaces. | Angelos D. Keromytis | |
1999-10-29 | Roll back, wait for Niklas to fix it (who knows what the crazy Swede | Angelos D. Keromytis | |
has done to his machine...) | |||
1999-10-29 | ed0/ed1/ed2 are unknown... | Angelos D. Keromytis | |
1999-10-29 | Get rid of unnecessary third argument in *_output routines of IPsec. | Angelos D. Keromytis | |
1999-10-29 | Remove unused third argument from ipe4_output() | Angelos D. Keromytis | |
1999-10-29 | Remove unnecessary argument from ipe4_output() and etherip_output() | Angelos D. Keromytis | |
1999-10-29 | Roll back dependency on bridge, unnecessary because of ifdef in ip_ether.c | Angelos D. Keromytis | |
1999-10-29 | Queue on the bridge interface. | Angelos D. Keromytis | |
1999-10-29 | Fix some comments. | Angelos D. Keromytis | |
1999-10-29 | ip_ether.c depends on bridge as well | Angelos D. Keromytis | |
1999-10-29 | Introduce wdc_output_bytes and wdc_input_bytes to remove replicated PIO logic | Theo de Raadt | |
Fix wdc_select_drive to no longer wait for free channel (not strictly correct but we couldn't handle a non-free channel anyway) Major changes to the ATAPI interrupt logic to reduce reliance on the drive setting the bits correctly. Deal with situation that we get length = 0 back from the drive on transfer (instead of potentially looping forever). Timeout in drive setup should not cause the drive to downgrade modes. | |||
1999-10-29 | reliability fixes from csapuntz; commit message replaced later with details | Theo de Raadt | |
1999-10-28 | Regen | Aaron Campbell | |
1999-10-28 | Add ADMtek products. | Aaron Campbell | |
1999-10-28 | Driver for ADMtek AL981/AN985 Ethernet controllers; from FreeBSD. | Aaron Campbell | |
1999-10-28 | Downgrade to mode 2 first if we were udma > 2; from NetBSD. costa@ ok. | Federico G. Schwindt | |
1999-10-28 | clean up a global pointer/array reference for OF_buf. | Dale S. Rahn | |
fix typo someone made. | |||
1999-10-28 | Sync up with some piece of reality, start supporting powerpc again. | Dale S. Rahn | |
1999-10-28 | Add etherip.allow sysctl node entry. | Angelos D. Keromytis | |
1999-10-28 | hush up the link up/down messages | Jason Wright | |
1999-10-28 | Add ip_ether.c | Angelos D. Keromytis | |
1999-10-28 | Add IPPROTO_ETHERIP in the protocol switch; comment out INET6 IPv4-IPv4 | Angelos D. Keromytis | |
handling that was re-using ipv4_input() instead of using ip4_input() from netinet/ip_ip4.c | |||
1999-10-28 | Add Ethernet-IP encapsulation handling. | Angelos D. Keromytis | |