summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-10Move fd back.Jason Downs
1996-11-10NetBSD 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-10commentJason Downs
1996-11-10Repair setroot() to at least have a chance of working after Theo's changes.Jason Downs
1996-11-10Another change Theo missed, plus some stylistic changesJason Downs
1996-11-09Proper break handlingThorsten Lockert
1996-11-08apply 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-08Added protection against multiple inclusions.kstailey
Added CTL_MACHDEP definitions. "The Way Out Is The Way In" -- Laraaji
1996-11-07Conditinally unused variable (-Wall fix)Niklas Hallqvist
1996-11-07dk_mountrootTheo de Raadt
1996-11-06fix for acdTheo de Raadt
1996-11-06fd moves, acd gets addedTheo de Raadt
1996-11-06use dk_mountrootTheo de Raadt
1996-11-06add blktochr()Theo de Raadt
1996-11-06fix mountroot typeTheo de Raadt
1996-11-06add blktochr()Theo de Raadt
1996-11-06use dk_mountrootTheo de Raadt
1996-11-06add blktochr()Theo de Raadt
1996-11-06repair mountroot typeTheo de Raadt
1996-11-06use dk_mountrootTheo de Raadt
1996-11-06add blktochrTheo de Raadt
1996-11-06repair mountroot typeTheo de Raadt
1996-11-06add blktochr()Theo de Raadt
1996-11-06move floppy to split-major for 4 unitsTheo de Raadt
1996-11-06give floppies real partitionsTheo de Raadt
1996-11-06fix mountroot declTheo de Raadt
1996-11-05Enable NFSThorsten Lockert
Add configuration for test machine
1996-11-05Remove a ^G that should not be hereThorsten Lockert
1996-11-05Use romvecs[14] for the P460, not romvecs[3]. From Bob Nestorbriggs
<nestor@metronet.com> with some verification from Pete Nush.
1996-11-04Q900, etc. have 2nd scsi adapter at offset of 0x402, not 0x400 from the 1st.briggs
1996-11-04Improve performance some. Still pretty bad.briggs
1996-11-02added $OpenBSD$ tagkstailey
1996-11-02mem* routines for sun3 private libsakstailey
1996-11-02Improve reliability on my Q700, at least. Was getting the occasionalbriggs
glitch--an extra byte on occasion.
1996-10-31Correct mmmap's 2nd arg typeNiklas Hallqvist
1996-10-30Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed.Niklas Hallqvist
-Wall -Wstrict-prototypes -Wmissing-prototypes too.
1996-10-30Add an esp1.briggs
1996-10-30Make a guess that scsi-b's IRQ is on bit 0 of via2.briggs
1996-10-30Go ahead and try dual scsi even though we'll probably need to make anotherbriggs
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-30Fix spelling error in panic. Double since of ResHndls[]. Use I/O kludge onbriggs
all systems, not just CLASSII--A bunch of Quadras apparently have hardcoded I/O addresses in the ROMs, too.
1996-10-29bring the source tree a bit up to date with my local treeThomas Graichen
1996-10-29removed by accidentMichael Shalayeff
1996-10-29not int new libsa, or movedMichael Shalayeff
1996-10-28SCSI driver, functional but slow on the Quadra 700.briggs
1996-10-28Remove a blank line.briggs
1996-10-28Include macinfo.h.briggs
1996-10-28Add a stub for mac68k_register_scsi_b_irq() to be filled in when we figure outbriggs
which interrupt Apple decided to use.
1996-10-28Add prototype for function to install SCSI-B IRQ.briggs