Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-10 | Move fd back. | Jason Downs | |
1996-11-10 | NetBSD changes from scottr: | briggs | |
VT220-related emulation additions: - Add reset attribute sequences for bold, underline, and reverse - Add insert/delete line sequences - Recognize but ignore G0/G1 character set sequences Performance: - Speed up clear_line() when clearing the entire line Also, some stylistic changes for checking/setting scroll region bounds and in putc_getpars(). These changes make the ITE work properly with the 1.2 termcap file. | |||
1996-11-10 | comment | Jason Downs | |
1996-11-10 | Repair setroot() to at least have a chance of working after Theo's changes. | Jason Downs | |
1996-11-10 | Another change Theo missed, plus some stylistic changes | Jason Downs | |
1996-11-09 | Proper break handling | Thorsten Lockert | |
1996-11-08 | apply netbsd pr#2598 from der mouse: | chuck | |
everything before the beginning of the "a" partition on a disk is read-only except when accessed via RAW_PART. (a problem if "a" isn't at the front of the disk). | |||
1996-11-08 | Added protection against multiple inclusions. | kstailey | |
Added CTL_MACHDEP definitions. "The Way Out Is The Way In" -- Laraaji | |||
1996-11-07 | Conditinally unused variable (-Wall fix) | Niklas Hallqvist | |
1996-11-07 | dk_mountroot | Theo de Raadt | |
1996-11-06 | fix for acd | Theo de Raadt | |
1996-11-06 | fd moves, acd gets added | Theo de Raadt | |
1996-11-06 | use dk_mountroot | Theo de Raadt | |
1996-11-06 | add blktochr() | Theo de Raadt | |
1996-11-06 | fix mountroot type | Theo de Raadt | |
1996-11-06 | add blktochr() | Theo de Raadt | |
1996-11-06 | use dk_mountroot | Theo de Raadt | |
1996-11-06 | add blktochr() | Theo de Raadt | |
1996-11-06 | repair mountroot type | Theo de Raadt | |
1996-11-06 | use dk_mountroot | Theo de Raadt | |
1996-11-06 | add blktochr | Theo de Raadt | |
1996-11-06 | repair mountroot type | Theo de Raadt | |
1996-11-06 | add blktochr() | Theo de Raadt | |
1996-11-06 | move floppy to split-major for 4 units | Theo de Raadt | |
1996-11-06 | give floppies real partitions | Theo de Raadt | |
1996-11-06 | fix mountroot decl | Theo de Raadt | |
1996-11-05 | Enable NFS | Thorsten Lockert | |
Add configuration for test machine | |||
1996-11-05 | Remove a ^G that should not be here | Thorsten Lockert | |
1996-11-05 | Use romvecs[14] for the P460, not romvecs[3]. From Bob Nestor | briggs | |
<nestor@metronet.com> with some verification from Pete Nush. | |||
1996-11-04 | Q900, etc. have 2nd scsi adapter at offset of 0x402, not 0x400 from the 1st. | briggs | |
1996-11-04 | Improve performance some. Still pretty bad. | briggs | |
1996-11-02 | added $OpenBSD$ tag | kstailey | |
1996-11-02 | mem* routines for sun3 private libsa | kstailey | |
1996-11-02 | Improve reliability on my Q700, at least. Was getting the occasional | briggs | |
glitch--an extra byte on occasion. | |||
1996-10-31 | Correct mmmap's 2nd arg type | Niklas Hallqvist | |
1996-10-30 | Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed. | Niklas Hallqvist | |
-Wall -Wstrict-prototypes -Wmissing-prototypes too. | |||
1996-10-30 | Add an esp1. | briggs | |
1996-10-30 | Make a guess that scsi-b's IRQ is on bit 0 of via2. | briggs | |
1996-10-30 | Go ahead and try dual scsi even though we'll probably need to make another | briggs | |
pass at it. Macs with scsi offsets of 0x10000 have a SCSI CLK of 16.5MHz. All other (68k-based) appear to use 25MHz. | |||
1996-10-30 | Fix spelling error in panic. Double since of ResHndls[]. Use I/O kludge on | briggs | |
all systems, not just CLASSII--A bunch of Quadras apparently have hardcoded I/O addresses in the ROMs, too. | |||
1996-10-29 | bring the source tree a bit up to date with my local tree | Thomas Graichen | |
1996-10-29 | removed by accident | Michael Shalayeff | |
1996-10-29 | not int new libsa, or moved | Michael Shalayeff | |
1996-10-28 | SCSI driver, functional but slow on the Quadra 700. | briggs | |
1996-10-28 | Remove a blank line. | briggs | |
1996-10-28 | Include macinfo.h. | briggs | |
1996-10-28 | Add a stub for mac68k_register_scsi_b_irq() to be filled in when we figure out | briggs | |
which interrupt Apple decided to use. | |||
1996-10-28 | Add prototype for function to install SCSI-B IRQ. | briggs | |