Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-21 | No need to use special copy{from,to}buf for MVME376, the board's buffers | Miod Vallat | |
are mapped uncached anyway. | |||
2009-02-17 | Add real bus_space and bus_dma to mvme68k, so that it can benefit from | Miod Vallat | |
recent driver work; this gives us better osiop and vs drivers, vsbic (although currently disabled on 68060 boards until more bugs are fixed), and the ability to boot and root off vs and vsbic. Existing code is not modified and still uses memory mapped structures; this might change eventually as more code gets factorized and moved to MI land. | |||
2006-01-11 | Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from. | Miod Vallat | |
Simpler, better. | |||
2005-11-24 | Prefer vaddr_t and paddr_t types in device softc, instead of void * and | Miod Vallat | |
heavy casts. Improves readability, no functional change. | |||
2004-07-30 | Move struct evcount inside struct intrhand, and modernize intrhand | Miod Vallat | |
usage; similar to (and from) mvme88k. Also remove unused haltvec structures and related code. | |||
2004-07-30 | Switch mvme68k to evcount interrupt counters. | Miod Vallat | |
2004-07-02 | Kill ca_master in autoconf structures. Drivers either only attach to one | Miod Vallat | |
specific bus (mc/pcc/pcctwo), or they know it from the ca_bustype value, and can use the globals sys_busname variables. This also allows for some code simplifications. | |||
2004-04-29 | Correctly initialize the hardware's memory address on MVME376, it uses | Miod Vallat | |
A24 accesses. Fixes the reccurent timeout problems. | |||
2003-12-30 | Add support for all six Motorola-supported configurations of MVME376 | Miod Vallat | |
cards. The original code would only work with the first configuration, as the etherbuf addresses grow _downwards_ from 0xfd6c0000 with Motorola's jumper configuration. Reference: MVME376 Ethernet Communication Controller User's Manual (MVME376/D1) While there, do not panic() on failure to attach, but simply print an error message and return. XXX Proper care of the memory mapping still needs to be written, as the memory XXX space of the MVME376 is always outside extio. | |||
2003-10-14 | Oops, unbrek. | Miod Vallat | |
2003-10-13 | Do not define LEDEBUG by default. | Miod Vallat | |
2003-09-29 | avaliable -> available | Miod Vallat | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback | |
Diff generated by Chris Kuethe. | |||
2002-04-29 | wierd -> weird | Peter Valchev | |
2002-04-27 | Jumbo commit to fix all compilation warnings on mvme68k (add prototypes, | Miod Vallat | |
add casts, fix a few errors and typos in the process, etc) | |||
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-12-21 | Let this compile for kernels where no pcc device is configured (i.e. kernels | Miod Vallat | |
with no 147 support). Problem reported by "Bob" <bharbour@emr.net> | |||
2001-12-19 | cleanup | Theo de Raadt | |
2000-01-29 | Updated flash and ipic device compatability with MC rev 0x01. zs mods to ↵ | Steve Murphree | |
work with LX style 162 boards. | |||
2000-01-24 | Fixed bug in disksubr.c relating to disklabels. Added MVME376 support to ↵ | Steve Murphree | |
le. Made installboot insert M68K for volume ID, not M88K. Correctly documented installboot. | |||
1998-09-16 | o if_media'fied am7990 | Jason Wright | |
o if_media'fied sun4m le. | |||
1997-08-08 | Initialize hwreset. | Jason Downs | |
1996-08-20 | init sc_mem; cleanup | Theo de Raadt | |
1996-06-11 | call am7990_config() | Theo de Raadt | |
1996-05-29 | update for new generic boot | chuck | |
1996-05-10 | split le driver, if_name/if_unit -> if_xname/if_softc | Theo de Raadt | |
1996-05-06 | fix russian typo | Theo de Raadt | |
1996-05-05 | add general ether_ioctl call in net/if_ethersubr.c, | Michael Shalayeff | |
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff. | |||
1996-04-28 | cfattach/cfdriver split | Theo de Raadt | |
1995-12-27 | use splnet instead of splimp | Theo de Raadt | |
1995-11-07 | $Id$ throughout | Theo de Raadt | |
update many copyrights | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |