Commit Graph

1421 Commits

Author SHA1 Message Date
mycroft
20f96b580e Add arg to ioctl functions. Clean up #includes. 1994-02-10 13:59:25 +00:00
briggs
ecfa08e11e ioctl now takes struct proc *. 1994-02-10 04:30:27 +00:00
briggs
011f63af43 New disklabelling from finchm@cray-ymp.acm.stuorg.vt.edu. Cleaned up and
modified somewhat by yours truly.  Still need setdisklabel and
writedisklabel at some point--for now, though, it's easier to let MacOS
programs like SilverLining handle this...
1994-02-10 04:29:11 +00:00
briggs
4a88f971b4 Get rid of local FS_* definitions and add a few more partition strings to
keep from labelling the driver and partition map partitions with new
disklabelling code.
1994-02-10 04:26:47 +00:00
briggs
0323c54f9d Make whole disk partition c.
Assign it FS_OTHER to mark it as used.
Don't assign a type to partition a so that we can use it later if there
is no root partition.  This wouldn't be necessary with more partitions
available.  Perhaps in the future...
1994-02-10 04:23:45 +00:00
mycroft
bbb3e7618c All ioctl routines take a struct proc * now. 1994-02-09 21:06:46 +00:00
chopps
2413e2f66c added support for TEAC 60M, quite possibly the worst scsi interface on the planet earth. 1994-02-09 20:16:55 +00:00
chopps
b4318b8153 removed vn, now in sys/dev 1994-02-09 01:51:13 +00:00
mycroft
caa12d08f1 Clean up deleted files. 1994-02-09 01:50:14 +00:00
deraadt
37fd24a631 use normal major numbers for ptys 1994-02-08 21:39:55 +00:00
mycroft
5580321195 Don't try to clear the diag register in NVRAM; it's used for other purposes
by some BIOSes, and mysterious lossage results.
1994-02-08 05:10:48 +00:00
briggs
d220a8bafd Update to use b_actf instead of av_forw(?) per Charles Hannum's changes. 1994-02-08 03:54:08 +00:00
mycroft
7ce014f038 Clean up multicast code; part from magnum branch, and part from Brad Parker
<brad@fcr.com>.  A couple of other nits.
1994-02-08 03:06:20 +00:00
chopps
6dd465d0be remove redef of SIZE_T, logically same, lexically different. 1994-02-07 15:16:17 +00:00
cgd
341cd2eca5 clean up slightly. kill entries for:
X-10 power controller (never incorporated into NetBSD)
	(old) soundblaster (as opposed to /dev/audio)
	codrv (never incorporated; whatever happened to it?)
	dcfclk (never incorporated)
	acct (deprecated)
(they're now marked "XXX unused", and should be used before extending the
table, in the future.)
1994-02-07 07:44:54 +00:00
cgd
6231aa2d5d kill comments about where to have numbers assigned. 1994-02-07 07:30:50 +00:00
mycroft
c820be75f2 Clean up deleted files. 1994-02-07 07:30:38 +00:00
chopps
77325b2517 removed old drivers. updated st.c for buf struct changes (used diff from hp300) 1994-02-07 07:30:35 +00:00
briggs
a09eafbddd Fixup calls to profclock and softclock. 1994-02-06 22:06:25 +00:00
mycroft
57892d4faf Remove another use of b_actl. 1994-02-06 17:39:48 +00:00
deraadt
9c9539c664 cleanup 1994-02-06 15:27:54 +00:00
mycroft
adeebc448e Use b_actf, not av_forw. 1994-02-06 10:00:30 +00:00
mycroft
70a4b20dfa Use b_actb, not b_actl. 1994-02-06 07:24:58 +00:00
mycroft
e0cbda5321 Add a prototype, to eliminate silly warnings. 1994-02-06 01:32:31 +00:00
mycroft
3738793f03 Remove outdated console handling code. 1994-02-06 01:08:36 +00:00
mycroft
7165791ed6 Fix typo. 1994-02-06 00:53:26 +00:00
mycroft
f1827085d7 Strict prototyping and a couple of other nits. 1994-02-06 00:46:02 +00:00
mycroft
fd2124f1a9 Clean up deleted files. 1994-02-06 00:44:41 +00:00
mycroft
ea15b558a8 Use common version of cons.c. 1994-02-06 00:44:26 +00:00
mycroft
442a100145 Increase # of transmit buffers. 1994-02-05 15:08:47 +00:00
mycroft
cd2e9eb071 Remember to set txcnt before it bites me. 1994-02-05 15:04:18 +00:00
mycroft
0ee7464aba Allow multiple transmit buffers to be outstanding. Original code by Hibler;
some cleanup by me.
1994-02-05 06:58:08 +00:00
mycroft
ebb4a096a1 Add multicast support. Lots of other cleanup, mostly from the SPARC port. 1994-02-05 05:06:54 +00:00
mycroft
073a9f9e99 Simplify calling sequences for hardclock() and profclock(). 1994-02-05 01:14:55 +00:00
mycroft
c5485aeac0 Hack to get softclock() arg correct. The arg should go away eventually. 1994-02-04 23:11:43 +00:00
mycroft
6169755d98 Reorder clockframe. 1994-02-04 23:09:04 +00:00
mycroft
9bb7b8ff7e Use CLKF_PC(), rather than decomposing the frame ourselves. 1994-02-04 23:05:38 +00:00
mycroft
a3f011655d profclock() takes a pointer to clockframe. 1994-02-04 23:02:03 +00:00
mycroft
e61823b6c0 Fix comments 1994-02-04 22:56:17 +00:00
mycroft
17f893cc17 Pass a frame pointer to profclock(), too. 1994-02-04 22:55:23 +00:00
mycroft
c7368afa03 Pass a pointer to hardclock()... 1994-02-04 22:19:28 +00:00
deraadt
31c0012869 make make depend dependable 1994-02-04 17:27:28 +00:00
pk
1e8c14ed62 Bogus argument to `lda' instr. Apparently only tickled when ptracing. 1994-02-04 16:26:25 +00:00
deraadt
0232a12c36 cleanup 1994-02-04 16:19:35 +00:00
deraadt
6eeef06fa6 blow away sunos cross compilation gunk. we no longer need it,
as we are capable of compiling ourselves.
1994-02-04 16:19:23 +00:00
mycroft
2782a65a0b Don't need to frob IDT if !BDB. 1994-02-04 16:08:52 +00:00
glass
0224e19bc6 sun3 port works under NetBSD-current now. rcsids probably fucked 1994-02-04 08:19:37 +00:00
mycroft
362ce33181 Update to reflect the state of the world. 1994-02-04 06:12:19 +00:00
mycroft
4543b7788b Relocate us to 4k. 1994-02-04 06:07:31 +00:00
mycroft
ad0ce90487 Use .asciz, not `String'. 1994-02-04 05:44:20 +00:00