summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev
AgeCommit message (Expand)Author
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-10No need to include <sys/dmap.h> and define related variables.Miod Vallat
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-10-01Always use the IRQ interrupt, and let the SBC_INTR flag only controlMiod Vallat
2001-09-20occured->occurredMike Pechkin
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-09-09Repair compilation of mac68k GENERIC_SBC kernel.Miod Vallat
2001-08-26remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok.Federico G. Schwindt
2001-08-23Convert the last old-timeout, tested by beck@Miod Vallat
2001-08-20Not only is Apple hardware disgusting, but code doesn't even compile.Miod Vallat
2001-08-15New timeouts, tested by beck@.Miod Vallat
2001-08-11Unnecessary and redundant includes.Artur Grabowski
2001-08-11redundant includes.Artur Grabowski
2001-07-25Change the pmap_enter interface to merge access_type and the wired booleanArtur Grabowski
2001-07-09Trivial ether_input_mbuf().Federico G. Schwindt
2001-07-04$OpenBSD$Niklas Hallqvist
2001-06-27old vm no moreArtur Grabowski
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-05-17Insert comma missing from r1.11 commit; found by beck@.Aaron Campbell
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-11unifyTheo de Raadt
2001-05-10Add missing #include <sys/resourcevar.h> so these can compile.Todd C. Miller
2001-05-10Some locking protocol fixes and better enforcement of wiring limits.Artur Grabowski
2001-05-08Substantial update from NetBSD, most notably gives us UVM support; deraadt@ okAaron Campbell
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-09-21initialize sc_link.openings to it's (currently) default value of 4Michael Shalayeff
2000-06-12move cfdriver to ncr53c9x.c and device declaration to conf/files.Federico G. Schwindt
1999-11-15honour ddb.console; ok deraadt@David Leonard
1999-09-03Change the pmap_enter api to pass down an argument that indicatesArtur Grabowski
1999-06-13Update.Jason Downs
1999-05-13Compensate for the check for onwership of unicast packets in promiscuousJason Wright
1999-04-24Use the generic m68k param.h.Jason Downs
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-11-20careful mmapTheo de Raadt
1998-07-19do not force single if rd rootTheo de Raadt
1998-05-08With the new psc framework, incorporate the driver for the AMD MACE ethernetgene
1998-05-03Associated fallout from removing macinfo.h and merging to cpu.h.gene
1998-04-27Adapt to new bus_space functions after fixing namespace issues.gene
1998-04-22prototypes; rykerTheo de Raadt
1998-03-03GCC 2.8 -Wallryker
1998-03-03GCC 2.8 -Wallryker
1997-11-14Fix tabstop handling largely as well as some issues with putchar. Generalgene
1997-06-20In zs_abort, wrap a #ifdef DDB around a Debugger() invocation. Point out bygene