freebsd-nq/sys/dev
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
..
aic7xxx Merge in latest Linux sequencer code release with my changes. This should 1994-11-29 23:04:23 +00:00
de Restore my changes in rev 1.11 that Garrett killed in his commit. 1994-12-22 23:42:25 +00:00
ed Miscellaneous changes from Bill Paul: 1994-12-31 17:09:58 +00:00
ep Move ARP interface initialization into if_ether.c:arp_ifinit(). 1994-12-22 21:56:22 +00:00
fdc Here is a minor patch for FreeBSD 2.0R to allow it to recognize 1994-12-04 20:22:20 +00:00
ic DMA automode patch, fix SB16 clicks 1994-11-01 17:26:50 +00:00
ie Move ARP interface initialization into if_ether.c:arp_ifinit(). 1994-12-22 21:56:22 +00:00
kbd Changes to allow keypad 5 produce \E[E like SCO/ANSI term does 1994-12-31 11:38:39 +00:00
lnc Move ARP interface initialization into if_ether.c:arp_ifinit(). 1994-12-22 21:56:22 +00:00
mcd Merge several probe diagnostics into one. 1994-12-24 13:24:02 +00:00
mse From: Lars Fredriksen <fredriks@mcs.com> 1994-11-08 05:41:34 +00:00
pci Submitted by: 1994-11-02 23:47:14 +00:00
ppbus Added $Id$ 1994-08-02 07:55:43 +00:00
sio Keep track of the devconf state. 1994-12-27 13:07:07 +00:00
speaker Fix range checking bug, pointed by peter@haywire.dialix.com 1994-10-14 16:37:58 +00:00
syscons Miscellaneous changes from Bill Paul: 1994-12-31 17:09:58 +00:00
vn Continue implementing disk slices and labels for the vn driver. Everything 1994-12-16 16:50:15 +00:00