What is This documentation

This file contains Wildboar's Revision History.


WB951108

Public Alpha 2

* Kernel Base Is same
Same as WB951010, but you can safely upgrade with or without K201-007, because it does not conflict with Wildboar.

* /boot bug fix
It is not directly related to Wildboar -- but required fix, so here it is. using strtoul() instead of strtol().

* Misc. Fixes.
Auto variable Initialization; Some of auto variable have not initialized. This may cause mysterious behavior. fixed.

* Don't check the slot marked "down"
Now, the slot configured with "ifconfig SLOTNUM down" will not checked on resume event.

* Fix of I/O allocation leak
Only happen when card request two range of ports.

* CS_AUTO_ATTACH config variable
Now you can set this option in kernel to automatically configure PCMCIA devices on boot.

* Better Fixed I/O support

* Vadem chip support
PCMCIA Chip; VG468 and 82C146 support code added.

* Farallon Ethernet Card support added
It is OEM from 3COM.

* XJ1144 and XJ2288 support code added.

* Driver now block when try to open the serial port on the PCMCIA card not yet available.

* Static RAM driver added
device mc?

* TDK LNK-CD021 Support
Not Tested Well.

* I/O Magic Driver improved.

.


WB951010

Public Alpha 1

* Kenerl Base upgraded
Upgraded to BSD/OS 2.0.1 + Kernel patch up to K201-006 (includes K200-024)

* NE4100 Info Mover
Entry added to ne driver.

* Several documentation Added.

* contrib/xbatt's Imakefile corrected.

* Man page installation added.

.


WB950924

After WIDE Camp Version

* 3C589 driver
There were problem if you run 'ifconfig ef0 link1' before actually inserting ef0 adapter, or before Wildboar configure the card on-line.

.


WB950919

WIDE Camp Version 1

* 3C589 adapter
3COM 3C589 work fine now. (The 'ef' driver was accidentally does not work with 3C589 but 3C589B)

* IP option package bug fix
It's not Wildboar fix. There are mistake in buffer handling code in Kernel.

.


WB950917

Pre WIDE Camp Fall '95 version.