summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
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
1996-10-28Include macinfo.h.briggs
1996-10-28Mac model info out of cpu.h and into new macinfo.h.briggs
1996-10-28Rename ncr96scsi/scsi96 to esp.briggs
1996-10-28Fix d_done prototypeNiklas Hallqvist
1996-10-28Obsolete.briggs
1996-10-28Most 040 models have scsi regs at base + 0x10000, not base + 0xf000briggs
like the Q700.
1996-10-28Enable quotasThorsten Lockert
1996-10-27Check for __OpenBSD__. From Matthieu Herrb <Mathieu.Herrb@mipnet.fr>Todd C. Miller
1996-10-26ep at same places at genericTheo de Raadt
1996-10-26floppy driver is now in dev/isa. Not in files.isa yet, though, since arcJason Downs
changes are still needed.
1996-10-25grow kvm space; fix an over-agressive pmap optimizationTheo de Raadt
1996-10-25be slightly more verbose for my sakeJason Downs
1996-10-25syncJason Downs
1996-10-24Discourage MATH_EMULATE.Jason Downs
1996-10-24kernel is 'bsd'Michael Shalayeff
1996-10-24add 3 another build directoriesMichael Shalayeff
1996-10-23correct disklabel writing; from priceTheo de Raadt
1996-10-23avoid long linesTheo de Raadt
1996-10-23An empty arglist is called __P((void)) not __P(())Niklas Hallqvist
1996-10-23Get memory configuration from boot blocks or /boot when it becomesetheisen
available. Use MEM_COMPUTE option to use old behavior. Use EXTMEM_SIZE to override extended memory size.
1996-10-23Patches from Dave Huang <khym@bga.com> to get something in and out of thebriggs
Quadra SCSI. Patched by me. VERY slow (~50K/s), but working.
1996-10-23Sync up with NetBSD and include patch from Dave Huang <khym@bga.com>briggs
that puts AV I/O in the right place.
1996-10-22reality checkJason Downs
1996-10-22patch com speed initializationJason Downs
1996-10-21-Wall happinessMichael Shalayeff
1996-10-21random is stock nowMichael Shalayeff
1996-10-21Added 'S' for Stack tracebacks. There are usually 3 items on theimp
stack before the routine that caused you to get into the debugger (due to the calls to stacktrace, actually). However, other than that garbage on the top of the stack, this has proven to be useful for me in tracking down strange things. While it might be better to get mdbstacktrace working (since it looks like it wants to be more complete), this gets functionality right away. Hope people find it useful.
1996-10-21Fix two bugs noticed by Taras Ivanenko <ivanenko@ctpa03.mit.edu>briggs
via.c: don't allow spl to remain at splhigh on error. mainbus.c: Make sure that variable is initialized.
1996-10-20Out of NetBSD (scottr):briggs
Define MACH_CLASSQ2, used by Performa 575. Remove susword() because of prototype conflict with <sys/systm.h>.
1996-10-20Spaces -> tabs that were my faultimp
1996-10-20Truncate rdpmc result to 40 bits. Make pctr.c build with -Wall.dm