Commit Graph

5008 Commits

Author SHA1 Message Date
phil
e4cfedf094 *SIGH* use the netinet version of in_cksum.c. Now tcp works on the pc532. 1994-09-25 04:23:17 +00:00
mycroft
3cc6cbc0e6 Correct test for already being traced. 1994-09-24 07:17:18 +00:00
mycroft
3d13acbea0 Make the tstamp functions take u_char *', not char *'. 1994-09-22 02:47:31 +00:00
mycroft
ef22ebf733 Change timevals to timespecs. 1994-09-22 02:44:35 +00:00
mycroft
4b5f323219 Define VFSTOMSDOSFS(), and use it. 1994-09-22 02:34:49 +00:00
mycroft
22bdb84b17 Allow unloading of vfs's if the refcount is 0. 1994-09-22 02:22:42 +00:00
mycroft
480c10c23a Maintain vfs reference counts. 1994-09-22 02:17:00 +00:00
mycroft
47a55d6ae9 Add a reference count for each VFS. 1994-09-22 02:06:10 +00:00
jtc
62db8972b1 Updated bde's comments wrt. i387 control word settings so that they
describe NetBSD, rather than 386BSD 0.1.
Removed 386BSD and BDE control word constants, since we don't need and
will never use them.  However, The iBCS control word constant is kept,
since we might want to use it in the iBCS binary compatibility code.
1994-09-22 00:37:13 +00:00
gwr
7370c0119e Remove some unused definitions (locore.s includes trap.h now). 1994-09-20 16:53:40 +00:00
gwr
1731680194 Move internal swap device to BLK major 4 (xy wants 3).
Add some more comments about Sun device numbers.
1994-09-20 16:52:56 +00:00
gwr
552b122850 Cleanup, use obio_find_mapping() instead of xxx_va 1994-09-20 16:52:21 +00:00
gwr
52ef17d342 Call eeprom driver for eeprom access. 1994-09-20 16:51:09 +00:00
gwr
5189af7e96 Get boothowto flags from PROM flags; fix reboot. 1994-09-20 16:50:28 +00:00
gwr
4e9d2ade85 Add GENERIC support. 1994-09-20 16:49:51 +00:00
gwr
2dba7bd973 New functions to handle writing EEPROM with correct delay.
Also provides ee_get_byte() for early use by other drivers.
1994-09-20 16:35:44 +00:00
gwr
399b15ebf9 Kill CLOCK_VA, INTERREG_VA. Do spl0() and splx(x) inline too. 1994-09-20 16:31:03 +00:00
gwr
7cd046827a Add obio_find_mapping(), kill xxx_va gunk. 1994-09-20 16:28:00 +00:00
gwr
732923addf Cleanup, fix mon_reboot() 1994-09-20 16:26:40 +00:00
gwr
946d055d67 Add prototype for ee_get_byte(), etc. 1994-09-20 16:26:00 +00:00
gwr
1b53c4c36c Add obio_find_mapping() for use by devices that need mappings before
autoconfiguration is done.  It re-uses the PROM's mappings now.
1994-09-20 16:24:45 +00:00
gwr
ca73a257a8 Correct some misinformation about recovery time. 1994-09-20 16:23:06 +00:00
gwr
51afe89406 Call obio_alloc with just two args (mappings always writable). 1994-09-20 16:21:44 +00:00
gwr
d68c93647d Add dev/eeprom.c 1994-09-20 16:18:34 +00:00
gwr
255acc64c2 Turn on optimization. 1994-09-20 16:17:53 +00:00
gwr
185c98f55a GENERIC kernel works. 1994-09-20 16:17:08 +00:00
deraadt
25ee899992 ask the ROM if we are sun4c/sun4m/sun4d. 1994-09-20 07:48:24 +00:00
cgd
2f658e4b73 c syntax 1994-09-20 06:45:17 +00:00
cgd
a3e9e8091b fix device aliasing and lost vnode problems. 1994-09-20 06:43:00 +00:00
cgd
707aae0bd3 don't redefine time. 1994-09-20 06:42:10 +00:00
cgd
f096880a27 C syntax, and proper definition of time. 1994-09-20 06:41:35 +00:00
cgd
5853ebcf99 C syntax 1994-09-20 06:41:04 +00:00
mycroft
cb0453c424 Make some of this look like UFS again. 1994-09-19 19:28:07 +00:00
mycroft
7087c929e8 Use global `doforce' variable. 1994-09-19 19:17:54 +00:00
mycroft
9283f4936d Change the remaining 731's to 733's. Redo the conversion functions to
allow unaligned access.  Don't use 0-length arrays.
1994-09-19 09:09:46 +00:00
mycroft
0874e14c94 m_adj() returns void. 1994-09-19 08:07:17 +00:00
mycroft
87ed5fd67b Require at least one group. 1994-09-19 07:52:57 +00:00
mycroft
1c8e17fb63 Prototype spllower(). 1994-09-19 05:05:15 +00:00
mycroft
0673ffd9de Prototype m_adj(). 1994-09-19 05:03:09 +00:00
mycroft
9b9fa4f2a0 Fix misguided attempt to reorganize bootdev, and fix a few
other miscellaneous bugs and nits.
1994-09-19 00:23:36 +00:00
mycroft
3b83040b88 Add tickadj to clockinfo. 1994-09-18 21:55:43 +00:00
mycroft
61101c8fa5 Remove extern of tickadj. 1994-09-18 21:49:07 +00:00
mycroft
b8ea227747 Move extern of tickadj into here. 1994-09-18 21:48:28 +00:00
mycroft
cc1852efe4 Add some delays to save the Gateway (lose, lose) keyboard controllers. 1994-09-18 19:33:11 +00:00
deraadt
1ec7a8fcbe fix PR#484 relating to backspacing over a tab. 1994-09-18 18:32:51 +00:00
mycroft
ed6674d599 Add a comment on the #endif. 1994-09-18 04:44:13 +00:00
mycroft
868c94ff7c Fix space change in last commit. 1994-09-18 04:40:47 +00:00
mycroft
3f3461a8e9 Trivial change to avoid compiler warnings, from Bill Sommerfeld. 1994-09-18 01:59:30 +00:00
mycroft
274730a866 Make genassym depend on genassym.c 1994-09-18 00:57:38 +00:00
mycroft
775fc8b821 Add LED frobnication code, from 4.4-Lite. 1994-09-18 00:43:19 +00:00