| #
94683385 |
| 10-Oct-1996 |
christos <christos@NetBSD.org> |
printf -> kprintf, sprintf -> ksprintf
|
| #
71ad30d0 |
| 28-Aug-1996 |
cgd <cgd@NetBSD.org> |
(1) set scsi_link channel to either the appropriate channel (if a multi-channel driver), or to SCSI_CHANNEL_ONLY_ONE if a single-channel driver. (2) use scsiprint() rather than a locally-defi
(1) set scsi_link channel to either the appropriate channel (if a multi-channel driver), or to SCSI_CHANNEL_ONLY_ONE if a single-channel driver. (2) use scsiprint() rather than a locally-defined autoconfig print function, and kill any locally-defined print function.
show more ...
|
| #
2a73ef60 |
| 27-Aug-1996 |
cgd <cgd@NetBSD.org> |
change cfprint_t type definition to take a const char *, rather than a char *, because that's what was really intended, and because if the print function modifies the string, various things could bec
change cfprint_t type definition to take a const char *, rather than a char *, because that's what was really intended, and because if the print function modifies the string, various things could become unhappy (so the string should _not_ be modified).
show more ...
|
| #
974e9f6e |
| 21-Apr-1996 |
veego <veego@NetBSD.org> |
- Cleanup for -Wall and -Wstrict-prototypes - Added support for multiple floppy drives - CyberVision64: - has now a real console mode - another bugfix for boards with the new S3 chip
- Cleanup for -Wall and -Wstrict-prototypes - Added support for multiple floppy drives - CyberVision64: - has now a real console mode - another bugfix for boards with the new S3 chip - Ariadne: - fixed crashes with aeput (mbuf failure)
show more ...
|
| #
5c67e5fa |
| 17-Mar-1996 |
thorpej <thorpej@NetBSD.org> |
New device attachment scheme:
- split softc size and match/attach out from cfdriver into a new struct cfattach.
- new "attach" directive for files.*. May specify the name of the cfattach s
New device attachment scheme:
- split softc size and match/attach out from cfdriver into a new struct cfattach.
- new "attach" directive for files.*. May specify the name of the cfattach structure, so that devices may be easily attached to parents with different autoconfiguration semantics.
show more ...
|
| #
c392350c |
| 04-Sep-1995 |
chopps <chopps@NetBSD.org> |
sbic and board changes from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
|
| #
22087826 |
| 18-Aug-1995 |
chopps <chopps@NetBSD.org> |
SCSI disconnects: siop from osymh@gemini.oscs.montana.edu (Michael L. Hitch) and sbic from "Eduardo E. Horvath eeh@btr.com" <eeh@btr.btr.com>
Other cleanup (remove cpu040) and enabling IVS A500 supp
SCSI disconnects: siop from osymh@gemini.oscs.montana.edu (Michael L. Hitch) and sbic from "Eduardo E. Horvath eeh@btr.com" <eeh@btr.btr.com>
Other cleanup (remove cpu040) and enabling IVS A500 support from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
show more ...
|
| #
32dc3c58 |
| 12-Feb-1995 |
chopps <chopps@NetBSD.org> |
Many changes from osymh@gemini.oscs.montana.edu (Michael L. Hitch) Now use amiga HW for soft interrupts, non-contig options (2 or many chunks), interrupt handler lists, 4066 ethernet, 1291 scsi, opti
Many changes from osymh@gemini.oscs.montana.edu (Michael L. Hitch) Now use amiga HW for soft interrupts, non-contig options (2 or many chunks), interrupt handler lists, 4066 ethernet, 1291 scsi, option to defer level 6 interrupts to level 4 (deal with icky built-in serial port)
show more ...
|
| #
396754ce |
| 05-Jan-1995 |
chopps <chopps@NetBSD.org> |
catchup with scsi changes from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
|
| #
4726ce28 |
| 28-Dec-1994 |
chopps <chopps@NetBSD.org> |
consolidate the zbusses. le support for multiple tx buffs and full use of 32k RAM. AGA dbl PAL mode added for console. Many changes to siop--most not yet done. All from osymh@gemini.oscs.montana.edu
consolidate the zbusses. le support for multiple tx buffs and full use of 32k RAM. AGA dbl PAL mode added for console. Many changes to siop--most not yet done. All from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
show more ...
|
| #
548708dd |
| 01-Dec-1994 |
chopps <chopps@NetBSD.org> |
bring up to current. change sun to sunos. handle changes in device open params and autoconf match function params.
|
| #
ec77f0b3 |
| 26-Oct-1994 |
cgd <cgd@NetBSD.org> |
new RCS ID format.
|
| #
7b1a94bd |
| 06-Oct-1994 |
chopps <chopps@NetBSD.org> |
fix a thinko in gvp diag. Add 4091 driver from Michael Hitch (osymh@gemini.oscs.montana.edu)
|
| #
779ae810 |
| 16-Jun-1994 |
chopps <chopps@NetBSD.org> |
fix boot diag output.
|
| #
d5fa055d |
| 25-May-1994 |
chopps <chopps@NetBSD.org> |
add beginning of support for series I controllers doesn't work yet.
|
| #
ef388116 |
| 16-May-1994 |
chopps <chopps@NetBSD.org> |
move mysterious dk_establish() stub routine from gtsc driver to disksubr.c
|
| #
b08b714b |
| 11-May-1994 |
chopps <chopps@NetBSD.org> |
general cleanup including boot diag messages.
|
| #
15d4cf6b |
| 08-May-1994 |
chopps <chopps@NetBSD.org> |
resistance is futile, you will be assimilated. amiga goes: config.new *and* /sys/scsi. clock code coerced into a single .c file adding an accurate usec delay(). disklabel.c updated to DTRT, code to w
resistance is futile, you will be assimilated. amiga goes: config.new *and* /sys/scsi. clock code coerced into a single .c file adding an accurate usec delay(). disklabel.c updated to DTRT, code to write RDB's to be added soon. sbic (old scsi) converted over to new scsi and config this covers about 90% of users. Other drivers soon.
show more ...
|