NetBSD/sys/arch/bebox
mrg db3051d720 fix problems in many d_mmap routines:
- returned EOPNOTSUPP rather than -1.
	- no check for negative offset.
many of these fix potential security problems in these drivers.


XXX XXX XXX
the d_mmap cdev routine should be changed to have a prototype like:
	paddr_t (*d_mmap) __P((dev_t, off_t, int));

by someone!
1998-11-19 15:38:20 +00:00
..
bebox Support frame buffer console initialized by the BootRom of the BeBox. 1998-11-18 09:05:18 +00:00
compile keep compile dir. 1997-11-27 09:48:18 +00:00
conf Support frame buffer console initialized by the BootRom of the BeBox. 1998-11-18 09:05:18 +00:00
include Add a private bounce threshold to the DMA map, initialized in a bus-dependent 1998-10-03 21:24:00 +00:00
isa fix problems in many d_mmap routines: 1998-11-19 15:38:20 +00:00
pci Support frame buffer console initialized by the BootRom of the BeBox. 1998-11-18 09:05:18 +00:00
stand Support frame buffer console with Matrox Millennium(probably, and II). 1998-10-28 02:47:35 +00:00
Makefile Include bsd.subdir.mk instead of bsd.prog.mk. 1998-09-01 08:43:48 +00:00