Bruce Evans
17fb427c08
Fake the geometry to be 32 sectors * 64 heads * (vn->sc_size / 2048)
...
cylinders instead of vn->sc_size * 1 * 1.
Remove unnecessary tests of the unit numbern vnioctl().
1995-03-04 11:08:26 +00:00
Bruce Evans
80eee75ed9
Add a type field to struct diskslice.
1995-03-04 11:05:44 +00:00
Dima Ruban
21fa3d85e3
"vidcontrol -s" -> "modload"
1995-03-04 08:03:28 +00:00
David Greenman
af78195e00
Reduced loopback MTU to 16k to work around a miriad of problems with it
...
set near or above 32k (likely caused by 16bit signed word overflow). 16k
actually (surprizingly) has higher performance than other values I tested.
1995-03-04 04:28:50 +00:00
David Greenman
403ef252fa
Removed obsolete vtrace() remnants.
1995-03-04 03:24:45 +00:00
David Greenman
812a11a2ec
Removed obsolete vtrace() and reorganized a little.
1995-03-04 02:25:36 +00:00
Andrey A. Chernov
c08bf286df
Use ASCII lock, like everything else does
...
Submitted by: John Capo <jc@irbs.com>
1995-03-04 00:05:30 +00:00
Gary Palmer
3c4d31f1c8
Add support to miss out ``DUDS'' subdirectories. See thread in freebsd-ports
...
for more.
1995-03-03 23:30:32 +00:00
Andrey A. Chernov
12a34c80d0
Upgrade cons25 and cons25-r to lastest syscons changes
1995-03-03 23:29:22 +00:00
Andrey A. Chernov
2a999a94c3
Remap Grey Delete to ESC[~
1995-03-03 23:21:52 +00:00
Andrey A. Chernov
72fe72793f
Remove unwanted change sneaked in
1995-03-03 23:17:32 +00:00
Andrey A. Chernov
537907d280
Fix flag bugs with RUKEYMAP
1995-03-03 23:12:20 +00:00
Andrey A. Chernov
ac9de083c6
Restore russian traditions
1995-03-03 22:55:02 +00:00
Bill Paul
112072599b
Gave rarpd back the ability to poke temporary entries into the arp
...
table; arptab.c is really a hacked up version of arp.c that only
supports adding temporary entries. (This stuff is nasty -- I wish I
knew what was so wrong with SIOCSARP/SIOCGARP/etc... that made the
BSD developers decide to take it out.) The idea here is that the
client issuing the rarp is expected to be in the middle of booting
and would therefore be unable to answer arp queries from other machines
on the wire. Having rarpd stuff a temporary entry for the booting
host into the local arp table helps keep arp requests from going unanswered.
Also added ether_print() and ether_ntoa() to the ether_addr.c module.
Eventually I'll get ether_aton() and ether_hostton() written and
then this file can be dropped straight into libc. (Assuming no one
objects, of course. :)
1995-03-03 22:20:15 +00:00
David Greenman
3b7517f887
Preserve reverse link integraty while doing the queue insertion.
1995-03-03 22:14:42 +00:00
David Greenman
22470903a0
Fixes from John Dyson to work around vnode lock hang. Basically, remove
...
the VOP_BMAP calls, and add one to bdwrite.
Submitted by: John Dyson
1995-03-03 22:13:16 +00:00
Peter Dufault
1ea3a7260a
Make sure there is a device before opening. Fixes NULL access
...
when opening unattached devices.
1995-03-03 21:38:43 +00:00
Dima Ruban
50d387a36e
remove option "-s saver" from usage()
1995-03-03 21:21:24 +00:00
Jordan K. Hubbard
fe8d7aae57
Remove bogus email message from the top.
...
Change spelling of "obsolute" to "obsolete" ("obsolute" is the pinacle
of obsolescence :-).
Submitted by: me
1995-03-03 20:17:16 +00:00
Peter Dufault
f88f624943
Fixed bug with wiring down given SCSI bus.
1995-03-03 19:00:39 +00:00
Nate Williams
00076281bf
Make in lkm/syscons fails due to missing include for apm stuff.
...
Submitted by: John Capo <jc@irbs.com> and John Hay <jhay@mikom.csir.co.za>
1995-03-03 18:38:00 +00:00
Nate Williams
2e2c837a56
Removed redundant delcaration of msdosfs_denode.c from the SRCS line.
1995-03-03 18:33:04 +00:00
Stefan Eßer
9aae4932d6
Have this resemble an actual german keyboard a bit more ...
1995-03-03 18:26:10 +00:00
Stefan Eßer
252e349211
Reduce burst length to 4 DWORDs for now, since there seem to
...
be 486 chip sets that can't tolerate bursts > cache line size.
This should really made dependent on the particular buggy
chip sets, but for now we'll play safe ...
1995-03-03 16:44:33 +00:00
Nate Williams
19b72402c7
emoved redundant definition of imcs2_close() since it already exists in
...
ibcs2_file.c
Reviewed by: Sean and S'oren
1995-03-03 15:44:44 +00:00
Ugen J.S. Antsilevich
009f85df0b
Update manpage..BTW,if somebody wit good English
...
would go through it and fix it would be a really good idea.
1995-03-03 12:59:47 +00:00
Ugen J.S. Antsilevich
3c3f8b95a8
Oops..remove some debugging leftover..
1995-03-03 12:47:23 +00:00
Ugen J.S. Antsilevich
9071ec3796
Ok..so everybody picking on me that ipfw syntacs
...
is a pain in ...wel.. trying to fix this
* from/to/via position indepenndant syntax
* "any" for 0/0 host address
* addf/addb default keyword in case you skip it..
* pass = accept new action, seems to be somewhat better
in particular cases
* on = via (as on ed0 instead of via ed0,loook at
reject tcp on ed0 from hacker )
1995-03-03 12:28:34 +00:00
Søren Schmidt
dc463a367e
Minor update to syscons.
...
Let "grey delete" be a function key (default is 0x7f)
Fix the xor cursor again..
Made the backspace key generate del as default
Made CTRL-space generate nul as default.
1995-03-03 08:37:52 +00:00
Jordan K. Hubbard
0722449a9b
Back out my previous change. I need to really think about this.
1995-03-03 07:42:10 +00:00
Jordan K. Hubbard
493d75a9d5
A small feature just for my own use.
1995-03-03 06:53:27 +00:00
Andrey A. Chernov
5b79c36cbc
Solve conflict between two global force variables
1995-03-03 02:34:14 +00:00
Andrey A. Chernov
ad17fe5cc1
Fix CurHostName ($m macro)
...
Submitted by: eric@cs.berkeley.edu
1995-03-03 02:06:39 +00:00
David Greenman
9ad19d92e1
Use copyout to install the sigframe rather than directly writing to the
...
user's stack.
1995-03-03 00:43:08 +00:00
Bill Paul
37fda94006
Make 'config [kernel] swap generic' work again. It would seem that
...
'matcd' has taken over the position and major number of 'pcd,' so
swapgeneric.c needs to be updated accordingly. (It was still looking
for pcd.h.)
1995-03-02 23:45:49 +00:00
Stefan Eßer
a2564a2e9c
Disable vga_attach() code, as it always should have been.
1995-03-02 23:29:44 +00:00
Bill Paul
c7f2725d43
Took out .include "../../Makefile.inc" which shouldn't be needed now that I
...
put a proper Makefile.inc in the top level of the bootparam heirarchy.
(Someday I'll learn. *sigh*)
1995-03-02 22:00:33 +00:00
Stefan Eßer
79a6470e10
Speed up PCI attach code by ommiting test if its result is ignored anyway.
1995-03-02 21:51:53 +00:00
Bill Paul
c529ee1973
Whoops. I knew I was forgetting something.
1995-03-02 21:24:54 +00:00
Bill Paul
e8dfeb8828
Some people have complained that they were unable to boot the
...
Feb. 10th snapshot. The keyboard probe in the bootblock seems to
have been singled out as the cause of these problems, so I've beefed it
up alittle. This pushes us right up to the edge of the size limit:
the second stage boot is now 7152 bytes in size, just 8 bytes under
the wire. On the other hand, the new probe now does almost exactly
what syscons does, so hopefully this will do the trick. It seems
to work properly on my hardware, but then so did the old probe.
1995-03-02 21:00:14 +00:00
Nate Williams
d6212a19ca
Add the abilitity to compile the Lites code with the native FreeBSD assembler.
...
(This adds minor support for the .bss directive)
Submitted by: Many folks, but I believe Remy Card was the first person to
propose this change.
1995-03-02 20:29:18 +00:00
Peter Dufault
833eac3148
Fix it so that systems with NSCBUS==0 don't have undefineds.
1995-03-02 20:07:05 +00:00
David Greenman
9d55322b75
Don't try to cluster busy buffers.
...
Submitted by: John Dyson
1995-03-02 19:36:50 +00:00
Gary Clark II
0e6a76efea
Add notice for Jordans submitters.FAQ.
...
Cleaned up entry on sup to point to the correct area.
1995-03-02 19:34:05 +00:00
David Greenman
3dbdc25caa
Move exact match pcb's to the head of the list to improve lookup
...
performance.
1995-03-02 19:29:42 +00:00
Jordan K. Hubbard
3d0dfb4eea
My first rough cut at a guide to new submitters. I started out answering
...
someone's question and ended up writing an entire FAQ - I *hate* that! :-)
1995-03-02 12:28:04 +00:00
Jordan K. Hubbard
f0ce30bcf4
Add this file here so I finally have something to point people at as a
...
prototype.
Obtained from: U.C. Regents standard copyright.
1995-03-02 12:00:16 +00:00
Rodney W. Grimes
0af0a35d04
Correct printf format strings to match argument types.
...
This driver now compiles -Wall both with and without debugging enabled.
1995-03-02 08:17:14 +00:00
Rodney W. Grimes
e902ae382a
Remove unused variables, and move some inside of DEBUGDO to quite up
...
compiler.
Be carefull about over usage of volatile, it really killed performance
in a few areas and there was a better place to make things volatile in
almost all cases. The driver can now receive at full speed without RNR
errors.
1995-03-02 07:40:27 +00:00
Jordan K. Hubbard
d52f2f6e84
Move the matcd includes to the right place.
1995-03-02 07:38:12 +00:00