History log of /netbsd/sys/dev/ic/ahareg.h (Results 1 – 15 of 15)
Revision Date Author Comments
# d6c07702 10-May-2008 martin <martin@NetBSD.org>

Years in license are four digits


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 72afc67c 29-Mar-2008 ad <ad@NetBSD.org>

Check the status registers for garbage before wasting seconds trying to
reset a board that isn't present.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# df9803ce 21-Feb-2005 thorpej <thorpej@NetBSD.org>

Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name
everything "scsi_*", since we really are talking about the SCSI command
set, ATAPI transport not withstanding. Improve the names

Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name
everything "scsi_*", since we really are talking about the SCSI command
set, ATAPI transport not withstanding. Improve the names of many structures,
and prepend "SCSI_" onto all SCSI command opcodes. Place items described
by the SCSI Primary Commands document into scsi_spc.h.

show more ...


# d41e8f00 07-Dec-2004 thorpej <thorpej@NetBSD.org>

Don't use "struct scsi_generic" in a hardware-defined structure. Instead,
use an array of 12 bytes. Check the incoming CDB to see that it will fit,
and print and error and fail the command if it wo

Don't use "struct scsi_generic" in a hardware-defined structure. Instead,
use an array of 12 bytes. Check the incoming CDB to see that it will fit,
and print and error and fail the command if it won't.

show more ...


# 6224c1be 15-Apr-1999 mjl <mjl@NetBSD.org>

Correct wrong board IDs (used ID definition from FreeBSD)


# a1ac6881 17-Aug-1998 mycroft <mycroft@NetBSD.org>

Assign my copyrights to TNF.


# eda74e61 09-Feb-1998 thorpej <thorpej@NetBSD.org>

- Perform all necessary bus_dmamap_sync() operations.
- Greatly simplify allocation and DMA mapping of the mailbox and ccbs.
- Be more robust against resource shortage errors, and report errors bette

- Perform all necessary bus_dmamap_sync() operations.
- Greatly simplify allocation and DMA mapping of the mailbox and ccbs.
- Be more robust against resource shortage errors, and report errors better.

show more ...


# fa0b1878 09-Sep-1997 mycroft <mycroft@NetBSD.org>

Make `hashkey' unsigned.


# 6f3bab1f 27-Aug-1997 bouyer <bouyer@NetBSD.org>

Merge scsipi branch in the mainline. This add support for ATAPI devices
(currently only CD-ROM drives on i386). The sys/dev/scsipi system provides 2
busses to which devices can attach (scsibus and at

Merge scsipi branch in the mainline. This add support for ATAPI devices
(currently only CD-ROM drives on i386). The sys/dev/scsipi system provides 2
busses to which devices can attach (scsibus and atapibus). This needed to
change some include files and structure names in the low level scsi drivers.

show more ...


# 5d4f9889 25-Jun-1997 hannken <hannken@NetBSD.org>

Adjust the number of ccbs allocated during initialization.
Every ccb locks 64k of memory for dma buffers.
Instead of AHA_CCB_MAX ccbs using 1MByte only sc_link.openings ccbs
per device are allocated.

Adjust the number of ccbs allocated during initialization.
Every ccb locks 64k of memory for dma buffers.
Instead of AHA_CCB_MAX ccbs using 1MByte only sc_link.openings ccbs
per device are allocated. Thus we now use only 128KByte per device present.

show more ...


# fbc0df0a 06-Jun-1997 thorpej <thorpej@NetBSD.org>

Pull thorpej-bus-dma branch into mainline.


# 07b064e0 15-Mar-1997 is <is@NetBSD.org>

New ARP system, supports IPv4 over any hardware link.

Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will
only support Ethernet. Tcpdump itself should be ok, but libpcap needs
lot

New ARP system, supports IPv4 over any hardware link.

Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will
only support Ethernet. Tcpdump itself should be ok, but libpcap needs
lot of work.

For the detailed change history, look at the commit log entries for
the is-newarp branch.

show more ...


# 1dd15049 07-Feb-1997 mycroft <mycroft@NetBSD.org>

Move the aha ISA probe functions into a separate file.