NetBSD/sys/arch/i386
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
..
bioscall config file for BIOSCALL assym.h 1998-08-31 23:53:30 +00:00
compile
conf Bump ramdisk size by 100 blocks -- ran out of space. 1998-11-19 11:43:57 +00:00
eisa EISA and PCI do not require bouncing; specify a bounce threshold of 0. 1998-06-03 06:35:49 +00:00
i386 fix problems in many d_mmap routines: 1998-11-19 15:38:20 +00:00
include cast _mcount args to u_long, to avoid lint warnings. 1998-11-13 13:50:52 +00:00
isa fix problems in many d_mmap routines: 1998-11-19 15:38:20 +00:00
pci Explicitly test Intel 82371AB PCI-ISA bridge since *some* of them 1998-10-26 03:47:19 +00:00
stand Some BIOSs insist on patching the Bios Parameter Block for some drives 1998-11-11 16:46:38 +00:00
Makefile (mostly) fix kernel tags support. from Frederick Bruckman in pr-6445. 1998-11-15 20:36:30 +00:00