11954 Commits

Author SHA1 Message Date
mycroft
1e719386a7 Clean up deleted files. 1995-01-29 02:58:32 +00:00
cgd
f11e7e33fe use chip headers in /dev/ic 1995-01-29 02:58:20 +00:00
jtc
830a53e394 ANSI says that <stdarg.h>'s va_end macro must expand to a void expression.
For consistancy, I'm changing <varargs.h> too.
1995-01-28 01:51:46 +00:00
jtc
f0c0009971 Added support for quad_t and u_quad_t's with the 'q' flag. 1995-01-27 15:20:25 +00:00
pk
6879dd4b85 Update based on i386 version; from Chuck Cranor. 1995-01-27 09:49:55 +00:00
mycroft
dcfbdf711d Clean up deleted files. 1995-01-27 06:06:02 +00:00
cgd
b9af116931 move eisa stuff to /sys/dev 1995-01-27 06:06:00 +00:00
cgd
a4f53186e8 move mi pci files to /sys/dev 1995-01-27 05:46:41 +00:00
mycroft
38c309142a Clean up deleted files. 1995-01-27 05:46:40 +00:00
cgd
249527c4f1 move mi pci files to /sys/dev 1995-01-27 05:46:39 +00:00
cgd
87ed227cb4 include files from the correct places. 1995-01-27 05:44:29 +00:00
gwr
bd462fd567 Add vnd 1995-01-26 23:28:11 +00:00
gwr
9b01d8f4d0 Updated ie driver based on i386 version 1.30 1995-01-26 23:23:34 +00:00
gwr
06d954e21d Add vnd 1995-01-26 23:21:29 +00:00
mycroft
2355a66600 Remove some dysfunctional stuff. 1995-01-26 22:39:16 +00:00
mycroft
0460b0fe44 Fix syntax errors. 1995-01-26 21:28:09 +00:00
mycroft
70442b438d Add struct fpreg. 1995-01-26 19:48:48 +00:00
mycroft
e3a9f05f7d Add PT_[GS]ETFPREGS. 1995-01-26 19:47:10 +00:00
mycroft
3f74df614e Add process_{read,write}_fpregs(). 1995-01-26 19:46:17 +00:00
mycroft
acc7239f63 Shorten register coping code. 1995-01-26 18:28:18 +00:00
mycroft
fb5f2e6e92 Shorten register coping code. 1995-01-26 18:27:39 +00:00
mycroft
1783c9f972 Rearrange struct reg to match what the rest of the world expects. 1995-01-26 18:26:01 +00:00
mycroft
19b4020cd6 Shorten register copying code. 1995-01-26 18:13:49 +00:00
mycroft
7b87637bb3 Rearrange struct reg to match what the rest of the world expects. 1995-01-26 18:12:03 +00:00
mycroft
42d23cb6e4 Remove PT_{READ,WRITE}_U. 1995-01-26 17:56:21 +00:00
mycroft
01c2162989 Use PT_[GS]ET{,FP}REGS. 1995-01-26 17:55:18 +00:00
mycroft
bbbc633d3f Rearrange slightly to avoid needing to change any generic code. 1995-01-26 16:29:01 +00:00
mycroft
4cf8fa5a27 Use PT_GET*REGS and PT_SET*REGS. 1995-01-26 15:56:29 +00:00
chopps
016bd75096 apply patch to fix some renagade drives. from Eduardo E. Horvath (eeh@btr.com)
also enable sync by default.
1995-01-26 12:30:18 +00:00
mycroft
1611df6ae0 Update copyrights. 1995-01-26 12:05:49 +00:00
mycroft
b76a328caa Redo the `wait for spin up' code. The Mach 3 method clearly doesn't work.
Also, rearrange the first open sequences a bit; SDEV_OPEN is no longer magic.
1995-01-26 11:56:51 +00:00
mycroft
1045a9778f Oops; fix off by one error. 1995-01-26 09:16:09 +00:00
mycroft
f5e4a41dd2 Use fgetpos(3) and fsetpos(3) to navigate source files. 1995-01-26 09:09:38 +00:00
mycroft
c5d5ca8150 Don't check the control port at all; too unreliable. 1995-01-26 07:35:49 +00:00
mycroft
431ccddc77 Remove redundant assignments. 1995-01-26 06:35:42 +00:00
mycroft
087a52f4f5 Various cleanup. 1995-01-26 06:23:02 +00:00
mycroft
133ff42fa2 Introduce a `npx_softc' to make this driver more normal. Some other minor
cleanup.
1995-01-26 06:14:14 +00:00
mycroft
89fb48a178 Fix core dump reported by Wolfram Schneider. 1995-01-26 06:01:36 +00:00
mycroft
c0e2bd26f1 Initialize the new xmit state correctly. From Rafal Boni. 1995-01-26 04:13:23 +00:00
jtc
2893ea1742 Removed conflicting "backwards compatibility" code to make scanf
ANSI compliant.
1995-01-26 01:34:44 +00:00
cgd
015dc20943 assign disk number for vnd. oops; thought i did this yesterday(?) 1995-01-25 23:41:04 +00:00
cgd
b56a5f27d4 add 'maxpartitions' keyword as first 'intesting' thing in the file, to
facilitate the solution of config.new's hardcoded partition number
problems.
1995-01-25 20:45:33 +00:00
cgd
53dde5bc1c fix config.new's hardcoded partition number problems (read maxpartitions
in from a required keyword, and use it everywhere that's necessary), and
also (slightly) clean up the MACHINE_ARCH config file's inclusion.
1995-01-25 20:44:39 +00:00
cgd
800be68af6 return EOPNOTSUPP from fhtovp and vptofh functions; doing otherwise
correctly is not possible.
1995-01-25 14:50:48 +00:00
jtc
a40e8f9215 Fixed bug with '+' or ' ' flags and precision.
for example, printf("% 6.4d\n", 77) output one two many padding chars.
1995-01-25 11:20:41 +00:00
jtc
371af22d46 added systat 1995-01-25 08:48:18 +00:00
jtc
365a39f9c0 fix tcpdump cross reference 1995-01-25 08:40:21 +00:00
cgd
dc70e3ae1b document sysctl variable kern.maxpartitions 1995-01-25 06:09:12 +00:00
cgd
aff3f5b497 implement sysctl variable kern.maxpartitions 1995-01-25 06:08:06 +00:00
cgd
4cc138dd7a vn -> vnd renaming, for consistency 1995-01-25 05:34:51 +00:00