| #
ca36ac9e |
| 13-Oct-1996 |
christos <christos@NetBSD.org> |
backout previous kprintf change
|
| #
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 ...
|
| #
48118d71 |
| 15-Mar-1996 |
mhitch <mhitch@NetBSD.org> |
Correct 53c710 initialization for the A4000T. Remove the A4000T probe debugging output.
|
| #
34373365 |
| 16-Sep-1995 |
chopps <chopps@NetBSD.org> |
Add minimal dumpfile support. Fix a bug in pt_enter_ptpage which caused MMU faults on low-mem conditions. Change siop drivers to better handle sync. Remove diag. done for ide -- its redundant as the
Add minimal dumpfile support. Fix a bug in pt_enter_ptpage which caused MMU faults on low-mem conditions. Change siop drivers to better handle sync. Remove diag. done for ide -- its redundant as the ROM does similar. fixed ite_filter to not panic if typing before the device is fully setup All thanks to osymh@gemini.oscs.montana.edu (Michael L. Hitch)
show more ...
|
| #
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.
|
| #
779ae810 |
| 16-Jun-1994 |
chopps <chopps@NetBSD.org> |
fix boot diag output.
|
| #
ff496d00 |
| 14-Jun-1994 |
chopps <chopps@NetBSD.org> |
don't flush cache on context switches for 040's, reduce flushing on dma operations. code from me and Michael Hitch
|
| #
4a2330f4 |
| 12-May-1994 |
chopps <chopps@NetBSD.org> |
new scsi siop drivers and zthreebus support from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
|