paul
e953d571f5
Fix probe so it now correctly identifies all the different chips
...
in the PCnet/Lance family.
Fix attach so 32 bit cards don't call isa_dmacascade.
Add a workaround for 32 bit chips which incorrectly truncate the
ring buffer size.
Fix a bug where CRC errors were reported as framming errors.
Change copyright to a BSD style one.
1995-01-25 03:50:33 +00:00
paul
4d1ec08b41
New example that uses the new forms language.
1995-01-25 03:34:48 +00:00
paul
1c82593249
Update libforms to agree with new fib.
1995-01-25 03:33:43 +00:00
paul
3c1200ce0b
Improve the forms language quite a bit. Most things now
...
default to sensible values so you don't have to spell out
every little detail for every field. Also, auto-detect
the field type from the syntax.
1995-01-25 03:27:34 +00:00
ache
ae90827cff
Add missing newline (or messages concatenated)
1995-01-25 02:27:00 +00:00
dufault
1e671d13a2
Remove "va_start" macro.
1995-01-25 00:33:50 +00:00
ache
d9976aade9
Add libscsi to includes target
1995-01-24 22:30:37 +00:00
ache
7f6b0bdb3e
Add libforms to includes target
1995-01-24 22:15:25 +00:00
ache
ea82b52f15
CFLAGS: = --> +=
1995-01-24 22:09:46 +00:00
dg
7e6e471bad
Added Andres Vega Garcia's email address.
...
Submitted by: Andres Vega Garcia
1995-01-24 20:53:45 +00:00
paul
62f5953857
is to lnc changes
1995-01-24 20:38:39 +00:00
wollman
851ed00f49
Get the right name for the v4 kadmin service.
1995-01-24 18:52:50 +00:00
bde
81ee6768e2
Rewrite based on send-pr/Makefile. The old Makefiles used ${PROG},
...
which is not supposed to work for shell files, but somehow did with
the old `make'.
1995-01-24 17:58:47 +00:00
jkh
155e15d1ef
NOOBJS was bogus - use the already extant `NOOBJ'.
1995-01-24 17:50:30 +00:00
jkh
6e06496959
NOOBJS -> NOOBJ - it's more consistent.
1995-01-24 17:49:41 +00:00
jkh
99ac38b21d
No object here.
1995-01-24 17:47:49 +00:00
jkh
c3e71c4f94
Add the ability to say `NOOBJS' to indicate that the target has no object
...
files.
1995-01-24 17:33:22 +00:00
jkh
4ca0c84624
Deal with this not having an object file.
1995-01-24 17:32:09 +00:00
jkh
275daa984d
Add dset call to rc file, right after the databases are rebuilt.
1995-01-24 16:49:14 +00:00
ache
59115be978
Fix stdarg.h for GNU C using builtin_next_arg
1995-01-24 16:22:52 +00:00
paul
c0cc7cfdef
Changed the example to use the forms spec file.
1995-01-24 13:29:30 +00:00
paul
092b63d56d
Changed the example to use the forms spec file.
...
Made a couple of variable name changes.
1995-01-24 13:27:46 +00:00
dufault
d1845fae30
added libscsi
1995-01-24 12:10:42 +00:00
dufault
b54a6d6e67
This commit was generated by cvs2svn to compensate for changes in r5847,
...
which included commits to RCS files with non-trunk default branches.
1995-01-24 12:10:11 +00:00
dufault
42806a94ee
SCSI library layered on SCIOCOMMAND
1995-01-24 12:10:11 +00:00
dufault
af618139c1
Added "scsi"
1995-01-24 12:08:15 +00:00
dufault
8f2dc2959c
This commit was generated by cvs2svn to compensate for changes in r5843,
...
which included commits to RCS files with non-trunk default branches.
1995-01-24 12:07:27 +00:00
dufault
2b302b8741
Submitted by: Julian Elischer and Peter Dufault
...
Obtained from: 1.1.5
"scsi (8)" from 1.1.5, with added support for any command from
the command line.
1995-01-24 12:07:27 +00:00
dufault
b94160430b
1. Reject obviously broken CDB command lengths
...
2. Use "uprintf" (instead of printf) to log the "tape not ready" message
1995-01-24 12:04:56 +00:00
dg
d661af1527
Added ability to detect sequential faults and DTRT. (swap_pager.c)
...
Added hook for pmap_prefault() and use symbolic constant for new third
argument to vm_page_alloc() (vm_fault.c, various)
Changed the way that upages and page tables are held. (vm_glue.c)
Fixed architectural flaw in allocating pages at interrupt time that was
introduced with the merged cache changes. (vm_page.c, various)
Adjusted some algorithms to acheive better paging performance and to
accomodate the fix for the architectural flaw mentioned above. (vm_pageout.c)
Fixed pbuf handling problem, changed policy on handling read-behind page.
(vnode_pager.c)
Submitted by: John Dyson
1995-01-24 10:14:09 +00:00
dg
cbd32684df
Removed some unused/obsolete code.
...
Submitted by: John Dyson
1995-01-24 10:02:00 +00:00
dg
0e4dd663b0
Fixed a variety of deadlock and panic bugs, removed the bypass code, and
...
implemented the ability to limit bufferspace by memory consumed. (vfs_bio.c)
Fixed recently introduced bugs that caused extra I/O to happen in some
cases. (vfs_cluster.c)
Submitted by: John Dyson
1995-01-24 10:00:46 +00:00
dg
c7baadc4ec
Moved various pmap 'bit' test/set functions back into real functions; gcc
...
generates better code at the expense of more of it.
Submitted by: John Dyson
1995-01-24 09:57:39 +00:00
dg
b4d466f27f
Changed buffer allocation policy (machdep.c)
...
Moved various pmap 'bit' test/set functions back into real functions; gcc
generates better code at the expense of more of it. (pmap.c)
Fixed a deadlock problem with pv entry allocations (pmap.c)
Added a new, optional function 'pmap_prefault' that does clustered page
table preloading (pmap.c)
Changed the way that page tables are held onto (trap.c).
Submitted by: John Dyson
1995-01-24 09:56:33 +00:00
ache
dd3706513e
Add missing ${.CURDIR}
1995-01-24 08:30:13 +00:00
dg
d6dc039651
Extended the previous change to cover the non-options case, too.
1995-01-24 08:03:22 +00:00
bde
884c94811a
Use the correct include path if there's an obj directory.
1995-01-24 06:10:48 +00:00
bde
e70a249bfd
Declare `struct mbuf' with the correct scope to avoid lots of warnings
...
for compiling routed... Previously a kernel function pointer that is
bogusly visible to applications was incompletely declared to hide the
problem.
1995-01-24 04:47:33 +00:00
bde
db39def8c1
Remove typedefs that are now in <sys/conf.h>.
1995-01-24 04:22:19 +00:00
bde
c550e3dea4
Fix path to makeinfo.
1995-01-24 04:13:34 +00:00
jkh
e5d80aaf3e
Fix bogus tab in makesum target.
1995-01-24 02:41:52 +00:00
jkh
2c041d7637
Y.A.B.M (Yet Another Bogus Makefile)
1995-01-24 00:41:50 +00:00
ache
3fc909228f
Merge.
1995-01-24 00:41:11 +00:00
ache
38d8a0f015
This commit was generated by cvs2svn to compensate for changes in r5825,
...
which included commits to RCS files with non-trunk default branches.
1995-01-24 00:37:11 +00:00
ache
91f1983c7d
Upgrade. My recent fix applied by author.
1995-01-24 00:37:11 +00:00
jkh
2ba2eaa6ba
Fix this bogus Makefile.
1995-01-24 00:36:27 +00:00
jkh
357ca756ee
Fix more deranged targets.
1995-01-24 00:28:51 +00:00
jkh
b2cdb093d3
Fix bogus all & clean rules.
1995-01-24 00:23:34 +00:00
jkh
62bb97d8ba
Fix bogus tab.
1995-01-24 00:22:24 +00:00
jkh
95528a36a7
Eliminate a bogus tab.
1995-01-24 00:13:56 +00:00