freebsd-skq/sys/dev
bde 868b16fdda Avoid duplicating ttselect() so that we don't have to change cyselect()
when ttselect() is improved.  This requires using an array of tty structs
and not using ttymalloc().

Fix an off by 1 error.  Some caclulations seem to be off by a factor
of NCY.  NCY defaults to 16, which gives 256 tty structs occupying
0xd000 bytes.  The minor number encoding only allows 16 ttys.

Update the types of timeout functions to 2.0.
1995-02-15 18:41:41 +00:00
..
aic7xxx Have version number track CSV version number. No other change. 1995-02-03 17:18:44 +00:00
cy Avoid duplicating ttselect() so that we don't have to change cyselect() 1995-02-15 18:41:41 +00:00
de Turn on "Capture Effect" avoidence. This modifies the collision algorithm 1995-02-10 06:06:42 +00:00
ed Much better fix/support for the 83c795 based cards (the new SMC EtherEZ) 1995-01-23 19:06:08 +00:00
ep Added Andres Vega Garcia's email address. 1995-01-24 20:53:45 +00:00
fdc Back out my previous change and disable the floppy tape controller again 1995-01-27 20:03:07 +00:00
ic Add the Cyclades serial driver code (ALPHA) from Andrew Werple and 1995-02-09 09:47:31 +00:00
ie Move ARP interface initialization into if_ether.c:arp_ifinit(). 1994-12-22 21:56:22 +00:00
joy Add parentheses around macros! 1995-01-29 01:00:14 +00:00
kbd Reviewed by: 1995-01-30 21:36:32 +00:00
lnc Fixed problem passing received packets to bpf. 1995-02-02 04:07:45 +00:00
mcd Use double speed read for FX001D, now this drive 1995-01-30 06:44:40 +00:00
mse From: Lars Fredriksen <fredriks@mcs.com> 1994-11-08 05:41:34 +00:00
pci ncr.c: 1995-02-14 23:33:38 +00:00
ppbus Added $Id$ 1994-08-02 07:55:43 +00:00
sio Submitted by: Bill Paul (wpaul@ctr.columbia.edu) 1995-01-20 07:34:18 +00:00
snp Fix couple of nasty bugs.. 1995-02-15 16:35:38 +00:00
speaker Fix hanging while playing very short notes. 1995-02-03 10:19:38 +00:00
syscons Fixed cursor xor problem... 1995-02-14 14:37:53 +00:00
vn YF fix. 1995-02-14 06:06:07 +00:00