Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/05/1997 21:50:04
cgd
Wed Nov  5 13:40:22 PST 1997
Update of /cvsroot/src/lib/libc/sys
In directory netbsd1:/var/slash-tmp/cvs-serv15544

Modified Files:
	swapon.c 
Log Message:
include sys/types.h rather than sys/param.h+sys/systm.h

thorpej
Wed Nov  5 13:41:38 PST 1997
Update of /cvsroot/src/sys/dev/isa
In directory netbsd1:/var/slash-tmp/cvs-serv14800

Modified Files:
	i82365_isa.c 
Log Message:
The bus width probe doesn't always work properly, producing a false positive
for 12-bit addresses.  This causes PCMCIA cards mapped at 0x400 and higher
to not function properly.  However, the range 0x300-0x3ff causes some
laptops (e.g. the NEC Versa 6030X) to hang if cards are mapped there.

So, after some experimentation, we compromise.  If the probe discovers
a 12-bit address bus, don't trust it.  Instead, use the range 0x330-0x3ff.
This has been shown to work on the laptops that the 0x300-0x3ff range is
known to fail on.


thorpej
Wed Nov  5 13:45:20 PST 1997
Update of /cvsroot/src/sys/dev/isa
In directory netbsd1:/var/slash-tmp/cvs-serv16287

Modified Files:
      Tag: netbsd-1-3
	i82365_isa.c 
Log Message:
Pull up from trunk: compromise on the i/o allocation range if the
buswidth probe returns a false "12-bit" answer.


mellon
Wed Nov  5 13:46:08 PST 1997
Update of /cvsroot/src/etc/etc.sun3
In directory netbsd1:/var/slash-tmp/cvs-serv16453

Modified Files:
      Tag: netbsd-1-3
	MAKEDEV 
Log Message:
Pull rev 1.18 up from trunk (gwr)