Home | History | Annotate | Download | only in scsipi
History log of /src/sys/dev/scsipi/if_dse.c
RevisionDateAuthorComments
 1.9  23-May-2025  nat Schedule callback immediately if there is a hint that there is more data.

This increased the data rate by 300%
 1.8  08-Sep-2024  nat Only input needs to be polled.

Tested with PDMA on mac68k (on emulated hw).
 1.7  08-Sep-2024  nat Use aprint_normal_dev for ethernet address.

NFC.
 1.6  06-Jul-2024  andvar s/occurence/occurrence/ in comment.
 1.5  01-Jan-2024  gutteridge if_dse.c: s/addredses/addresses/ in comment
 1.4  20-Dec-2023  skrll Remove unnecssary #include
 1.3  22-Dec-2022  nat Fix condition for ending the pacet read loop.

len is unsigned 16 bit so testing for less than zero is not valid.
 1.2  22-Dec-2022  nat Remove unused commented out code.
Remove unintentional stray debug printfs.
Fix DSE_DEBUG build.
 1.1  22-Dec-2022  nat Driver for DaynaPORT SCSI/Link (dse.4).

Written by Hiroshi Noguchi, of which an updated version was posted to
port-mac68k in 2001.

Attachments were added to kernel configs for platforms that already had
the Cabletron (se.4) driver added, although other platorms may benefit.

Reviewed on tech-net by Izumi Tsutsui.

RSS XML Feed