Commit Graph

869 Commits

Author SHA1 Message Date
cgd
41dddd378d add ie0 and ep0 (for parity with GENERICAHA) 1994-02-16 18:23:00 +00:00
mycroft
1a8d283a97 Move elink_reset() into a separate file, and add a generic elink_idseq(). 1994-02-16 17:59:11 +00:00
mycroft
e831e82344 Add elink.c. 1994-02-16 17:58:13 +00:00
mycroft
efb9434888 Add ep0 and ie0. 1994-02-16 17:55:15 +00:00
hpeyerl
19219795da Add common reset function so if_ep and if_ie don't reset each-other.
(this is a 3commonality)
1994-02-16 07:26:50 +00:00
mycroft
e0b1614dc7 Remove some dead code. 1994-02-16 03:03:46 +00:00
cgd
3e8adee653 Add 4 vn devices to the SUN_LAMP config 1994-02-16 01:52:21 +00:00
mycroft
3ecfc99ae9 Make epsendidseq() look less like it was transliterated from assembler. 1994-02-15 22:57:09 +00:00
mycroft
2670ac57bc Pull from magnum branch. The way this driver does multicast is somewhat
bogus.
1994-02-15 20:56:51 +00:00
mycroft
0af6241797 Hack to make this closer to new config. 1994-02-15 19:53:20 +00:00
mycroft
79b447f626 Hack to make this closer to new config. 1994-02-15 19:37:12 +00:00
mycroft
50dbbcfe2f Forgot a break. 1994-02-15 17:44:53 +00:00
mycroft
692010351e Remove imbedded RCS logs. 1994-02-15 15:08:24 +00:00
cgd
1511b4c22d kill warning 1994-02-15 07:18:46 +00:00
cgd
3e54f0cda2 add proc ptr 1994-02-15 06:59:33 +00:00
cgd
958e1d9632 SYSCALL_DEBUG stuff 1994-02-15 06:49:03 +00:00
mycroft
ba9dfee947 Shorten the todo list. 1994-02-15 01:13:17 +00:00
mycroft
71c1dd3b10 Add NE2100 and multicast support, and clean up some formatting. 1994-02-15 00:46:16 +00:00
mycroft
ccba59071a Make the multicast filter calculation identical to what will be in if_is.c. 1994-02-14 23:56:16 +00:00
hpeyerl
b52fc7e2d9 Pedantism. Should delay after stopping Coax xcvr. 1994-02-14 03:50:09 +00:00
deraadt
8312c9cc62 missing spl's 1994-02-14 02:09:31 +00:00
mycroft
7ef6eb49d3 Do the right thing on overflow. 1994-02-13 07:42:47 +00:00
mycroft
551478ad4a Don't save runt or errored packets. These are almost always `normal', and we
really can't deal with them anyway.
1994-02-13 05:44:39 +00:00
mycroft
a9d8288589 Update prototype cpu_exit() code for LDT handling. 1994-02-13 04:27:09 +00:00
mycroft
b0c5083b46 Format police. 1994-02-13 04:12:03 +00:00
mycroft
754f02f1c2 Correct spelling errors. 1994-02-13 03:49:24 +00:00
cgd
efa03b9a6c fix from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de>:
byte swap macros used a variable "X" internally, which would get
screwed up if user programs #defined "X".  change uses of X to __x.
1994-02-12 07:23:49 +00:00
mycroft
6839509d86 Support for several new cards pulled from magnum branch.
Format police.
1994-02-12 07:16:24 +00:00
mycroft
8519570fa2 Avoid some TLB flushes. 1994-02-12 07:14:15 +00:00
mycroft
b8e893f885 Add proc arg to wdioctl() proto. 1994-02-11 04:44:30 +00:00
mycroft
9638fd585a Nuke if_init. 1994-02-10 17:17:56 +00:00
mycroft
2f62d06c05 Back pointers are not useful for disksort(). 1994-02-10 15:17:34 +00:00
mycroft
bbb3e7618c All ioctl routines take a struct proc * now. 1994-02-09 21:06:46 +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
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
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
57892d4faf Remove another use of b_actl. 1994-02-06 17:39:48 +00:00
mycroft
adeebc448e Use b_actf, not av_forw. 1994-02-06 10:00:30 +00:00
mycroft
2782a65a0b Don't need to frob IDT if !BDB. 1994-02-04 16:08:52 +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
mycroft
430f4d38ac Garbage collection. 1994-02-04 05:43:53 +00:00
hpeyerl
b648f43dfd Fix UTP enabling/disabling. 1994-02-04 02:06:04 +00:00
mycroft
379fa848fc Change format of messages during kernel load. 1994-02-04 00:02:42 +00:00
mycroft
a4aaaac1ac Update... 1994-02-03 23:22:55 +00:00
mycroft
4e864b72b4 KNFify. 1994-02-03 23:21:24 +00:00
mycroft
1f71230441 Add explicit sizes to all instructions. Use movl for segment register moves
to avoid unnecessary size overrides.  Simplify halt sequences.
1994-02-03 23:20:25 +00:00
mycroft
e30d1e5df6 Get rid of the extra buffer for xread() altogether. Fix a buglet in find().
Other cleanup.
1994-02-03 22:56:33 +00:00