summaryrefslogtreecommitdiff
path: root/sys/dev/mvme
AgeCommit message (Collapse)Author
2003-11-26In the match routine, check to see if we can access the SCSI controller'sscw
registers without generating a bus error. This can happen on some board variants which have no SCSI controller.
2003-11-26A couple of fixes inspired by a recent port-mvme68k post:scw
- Fix the display of VME master ranges such that the address modifier is shown correctly. - Apply vr_mask to the start/end VME master addresses, and adjust the local start address to compensate.
2003-11-09Fix another instance where `offset' might have been used uninitialized,he
by adding a non-DEBUG default: and a panic().
2003-11-07Add default: and panic() when DEBUG undefined so that 'offset' isdsl
not used uninitialised.
2003-11-01No need to include <dev/ic/mk48txxreg.h> here.tsutsui
2003-10-28Elminate GCC uninitialized variable warning.matt
2003-09-26Definition, not defintion. From miod@openbsd.wiz
2003-07-18Move the prototype of clock_rtc_config() into <dev/clock_subr.h>.thorpej
2003-07-14add missing __KERNEL_RCSID()lukem
2003-05-03DMA, not dma nor Dma.wiz
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-03-07Add inclusion of <sys/lock.h> to allow compilation of usage ofhe
MALLOC() to succeed.
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-23merge kqueue branch into -currentjdolecek
kqueue provides a stateful and efficient event notification framework currently supported events include socket, file, directory, fifo, pipe, tty and device changes, and monitoring of processes and signals kqueue is supported by all writable filesystems in NetBSD tree (with exception of Coda) and all device drivers supporting poll(2) based on work done by Jonathan Lemon for FreeBSD initial NetBSD port done by Luke Mewburn and Jason Thorpe
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
This merge changes the device switch tables from static array to dynamically generated by config(8). - All device switches is defined as a constant structure in device drivers. - The new grammer ``device-major'' is introduced to ``files''. device-major <prefix> char <num> [block <num>] [<rules>] - All device major numbers must be listed up in port dependent majors.<arch> by using this grammer. - Added the new naming convention. The name of the device switch must be <prefix>_[bc]devsw for auto-generation of device switch tables. - The backward compatibility of loading block/character device switch by LKM framework is broken. This is necessary to convert from block/character device major to device name in runtime and vice versa. - The restriction to assign device major by LKM is completely removed. We don't need to reserve LKM entries for dynamic loading of device switch. - In compile time, device major numbers list is packed into the kernel and the LKM framework will refer it to assign device major number dynamically.
2002-03-24Fix a botch from the dev/mvme split for kernels with no vmetwo inscw
the config file.
2002-02-12Separate out devices common to many Motorola mvme boards (68k, 88k and ppc)scw
in preparation for future mvmeppc and mvme88k ports. This needs a bit if tidying up to make it trully shareable, which will happen as the new mvme ports are added.
2002-02-12Separate out devices common to many Motorola mvme boards (68k, 88k and ppc)scw
in preparation for future mvmeppc and mvme88k ports. This needs a bit if tidying up to make it trully shareable, which will happen as the new mvme ports are added.
2002-02-12Separate out devices common to many Motorola mvme boards (68k, 88k and ppc)scw
in preparation for future mvmeppc and mvme88k ports. This needs a bit if tidying up to make it trully shareable, which will happen as the new mvme ports are added.