freebsd-nq/sys/i386
Jordan K. Hubbard 63c5d14d1b Miscellaneous changes from Bill Paul:
- /sys/i386/isa/if_ed.c doesn't quite know how to deal with SMC EtherEZ
  ethernet cards. The EtherEZ looks just like the Elite Ultra, except it
  has only 8K of shared memory. The only way to have it properly detected
  is to zero and test a few bytes of memory just about the first 8K region.
  If it clears properly, it's an Elite Ultra, otherwise it's an EtherEZ.

  I've also got an EtherEZ patch for netboot (Makefile, ether.c and ether.h).

- /sys/i386/isa/syscons.c wraps at the next to the last column rather than
  the last column, like it should. You don't really notice this unless you
  use certain programs that write all the way out to, say, the 80th column,
  like VMSmail. Along with a one-line fix for this are some changes to
  implement a non-blinking cursor. Put 'options "NOBLINK_CURSOR"' in your
  config file and give it a try. :)

Submitted by:	wpaul
1994-12-31 17:09:58 +00:00
..
apm Don't push/pop the return-val register. (DUH!) 1994-12-16 07:31:47 +00:00
bios Don't push/pop the return-val register. (DUH!) 1994-12-16 07:31:47 +00:00
boot Save 16 bytes of data by not explicitly initializing to 0. 1994-12-30 07:48:07 +00:00
conf Add examples for the sony and the panasonic drivers. 1994-12-26 17:33:52 +00:00
eisa Put the sequencer into FASTMODE during initialization. I can now 1994-11-29 23:06:54 +00:00
i386 icu.s: 1994-12-30 12:43:35 +00:00
ibcs2 Fix bug around VOP_READDIR, now takes 6 parameters not 4. 1994-12-14 22:03:48 +00:00
include spl.h: 1994-12-30 12:42:15 +00:00
isa Miscellaneous changes from Bill Paul: 1994-12-31 17:09:58 +00:00
pci Restore my changes in rev 1.11 that Garrett killed in his commit. 1994-12-22 23:42:25 +00:00
scsi Put the sequencer into FASTMODE during initialization. I can now 1994-11-29 23:06:54 +00:00
Makefile Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 19:17:18 +00:00