#
5fbbc8cb |
| 15-Dec-2019 |
tsutsui <tsutsui@NetBSD.org> |
Remove clause 3 and 4 leftovers from TNF licenses in more sources.
Confirmed by martin@ in PR/54760.
|
#
44a8867d |
| 06-Oct-2019 |
uwe <uwe@NetBSD.org> |
Get rid of bogus ASC_CALLBACK typedef. Use the real callback type (which is almost ASC_ISR_CALLBACK). Since we no longer need the casting dance we can get rid of the temporary variables, and since
Get rid of bogus ASC_CALLBACK typedef. Use the real callback type (which is almost ASC_ISR_CALLBACK). Since we no longer need the casting dance we can get rid of the temporary variables, and since we don't need the temporary variables we don't need the ASC_ISR_CALLBACK typedef either. Found by gcc8 -Wcast-function-type.
show more ...
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
f31bd063 |
| 27-Feb-2005 |
perry <perry@NetBSD.org> |
nuke trailing whitespace
|
#
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 ...
|
#
18db93c7 |
| 04-Feb-2005 |
perry <perry@NetBSD.org> |
de-__P
|
#
7f6ed16e |
| 08-Jul-2003 |
itojun <itojun@NetBSD.org> |
function prototype must not have variable name
|
#
54bb0edd |
| 08-Mar-2001 |
thorpej <thorpej@NetBSD.org> |
Preliminary support for detaching an "adv" instance. This could use some more work.
Derived from kern/12341, takashi.yamamoto@bigfoot.com.
|
#
fc96443d |
| 23-Mar-2000 |
thorpej <thorpej@NetBSD.org> |
New callout mechanism with two major improvements over the old timeout()/untimeout() API: - Clients supply callout handle storage, thus eliminating problems of resource allocation. - Insertion and
New callout mechanism with two major improvements over the old timeout()/untimeout() API: - Clients supply callout handle storage, thus eliminating problems of resource allocation. - Insertion and removal of callouts is constant time, important as this facility is used quite a lot in the kernel.
The old timeout()/untimeout() API has been removed from the kernel.
show more ...
|
#
ec368bb9 |
| 07-Aug-1999 |
thorpej <thorpej@NetBSD.org> |
Fix a problem uncovered by attempting to compile on the Alpha: overrun_buf was being initialized to a KVA, when we really wanted a DMA address. Change the code to allocate the overrun buffer with th
Fix a problem uncovered by attempting to compile on the Alpha: overrun_buf was being initialized to a KVA, when we really wanted a DMA address. Change the code to allocate the overrun buffer with the control blocks, and properly initialize overrun_buf.
Note that overrun_buf cannot actually be shared between all boards; DMA safe memory could vary from bus to bus.
Garbage-collect two functions which are no longer used because of the above changes.
show more ...
|
#
199f99d1 |
| 04-Mar-1999 |
dante <dante@NetBSD.org> |
fix second level interrupt handler to allow 64 bits pointers
|
#
198f1f5c |
| 25-Feb-1999 |
dante <dante@NetBSD.org> |
Fix AdvanSys Narrow driver to work on Alpha
|
#
c6ccd1d8 |
| 26-Sep-1998 |
dante <dante@NetBSD.org> |
Remove Wide boards references Adjust copyright
At this time this driver support the following AdvanSys boards: - ABP-9xx - ABP-9xxU - ABP-9xxUA
|
#
17759893 |
| 29-Aug-1998 |
dante <dante@NetBSD.org> |
Add rcs id
|
#
d9e417cd |
| 26-Aug-1998 |
dante <dante@NetBSD.org> |
Add AdvanSys 930U and 940U SCSI controllers
|