#
932411bd |
| 02-Aug-2021 |
andvar <andvar@NetBSD.org> |
fix various typos in comments and log messages.
|
#
a626cff9 |
| 21-Nov-2009 |
rmind <rmind@NetBSD.org> |
Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage.
|
#
ce099b40 |
| 28-Apr-2008 |
martin <martin@NetBSD.org> |
Remove clause 3 and 4 from TNF licenses
|
#
51475713 |
| 04-Apr-2008 |
tsutsui <tsutsui@NetBSD.org> |
Split devict_t/softc for ncr5380sbc SCSI, and misc cosmetic changes.
|
#
736b47b7 |
| 12-Mar-2007 |
tsutsui <tsutsui@NetBSD.org> |
Fix printf formats in #ifdef DEBUG.
|
#
f7397aaa |
| 03-Feb-2007 |
tsutsui <tsutsui@NetBSD.org> |
Make si at obio and si at vme on sun3 use bus_dma(9) for data xfer.
XXX1: Only si at vme on TME is tested. XXX2: No info about DMA on si at sebuf. (bounce buffer required?)
|
#
2be6494f |
| 29-Mar-2006 |
thorpej <thorpej@NetBSD.org> |
Use device_cfdata().
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
10b1a7be |
| 22-Jan-2005 |
chs <chs@NetBSD.org> |
de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.
|
#
ed517291 |
| 15-Jul-2003 |
lukem <lukem@NetBSD.org> |
__KERNEL_RCSID()
|
#
1ffa7b76 |
| 03-May-2003 |
wiz <wiz@NetBSD.org> |
DMA, not dma nor Dma.
|
#
02629619 |
| 08-Oct-2002 |
jdolecek <jdolecek@NetBSD.org> |
fix typo - si_vme, not si_vmw
|
#
4bf871a7 |
| 02-Oct-2002 |
thorpej <thorpej@NetBSD.org> |
Add trailing ; to CFATTACH_DECL.
|
#
82af7d52 |
| 01-Oct-2002 |
thorpej <thorpej@NetBSD.org> |
Use CFATTACH_DECL().
|
#
f818766a |
| 27-Sep-2002 |
thorpej <thorpej@NetBSD.org> |
Declare all cfattach structures const.
|
#
1e378c4c |
| 20-Aug-2001 |
wiz <wiz@NetBSD.org> |
precede, not preceed.
|
#
eff2e270 |
| 05-Feb-1998 |
gwr <gwr@NetBSD.org> |
Merge arch/sun3x into arch/sun3
|
#
e0170ea8 |
| 09-Dec-1997 |
gwr <gwr@NetBSD.org> |
Remove local definition of DEBUG (left there by accident).
|
#
81f2d0b1 |
| 17-Oct-1997 |
gwr <gwr@NetBSD.org> |
Move si_reset_adapter() from si.c into the bus-specific modules. Support the Sun3/470 (sun3x). Adapt to the new DVMA interface. Set the si_xxx_options in the config file (easier for users).
|
#
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 ...
|
#
7a06252f |
| 29-Jul-1997 |
fair <fair@NetBSD.org> |
%x -> 0x%x, fixes for PR#3757
|
#
07b4e453 |
| 26-Feb-1997 |
gwr <gwr@NetBSD.org> |
Allow per-target control over disconnect/reselect.
|
#
340699a2 |
| 27-Jan-1997 |
gwr <gwr@NetBSD.org> |
Fix copyrights (/s/REGENTS/FOUNDATION/)
|
#
0c5e3e49 |
| 17-Dec-1996 |
gwr <gwr@NetBSD.org> |
Make this compile with -Werror -Wall -Wstrict-prototypes (finally! yea!) Also get rid of __BROKEN_INDIRECT_CONFIG
|
#
03325025 |
| 20-Nov-1996 |
gwr <gwr@NetBSD.org> |
Most files that were copyright Adam Glass and/or Gordon W. Ross are now copyright The NetBSD Foundation (rights assigned).
|