Commit Graph

10206 Commits

Author SHA1 Message Date
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
mycroft
97fc5017d9 Clean up deleted files. 1994-09-21 19:51:48 +00:00
glass
3b1bdc6a9a add 'apply' 1994-09-21 03:19:59 +00:00
glass
f511532ab3 rcsids 1994-09-21 03:17:34 +00:00
glass
581df8a2ac initial import 1994-09-21 03:07:20 +00:00
mycroft
9dccee4f46 Remove a couple of changes we no longer need. 1994-09-21 00:40:40 +00:00
mycroft
6174c16ac6 Merge 4.4-Lite version. 1994-09-21 00:12:43 +00:00
mycroft
6946a8eec4 Clean up deleted files. 1994-09-21 00:11:21 +00:00
mycroft
cee2bad89f Merge 4.4-Lite version. 1994-09-21 00:10:23 +00:00
mycroft
815971855a A correct fix for the byte order problem when reconnecting. 1994-09-20 23:31:39 +00:00
jtc
a5f771b355 Fix PR #491, what could have been a big security hole 1994-09-20 23:09:14 +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
deraadt
a63af7d439 force first binding poll automatically -- someone will need it very soon! 1994-09-20 07:21:46 +00:00
deraadt
432a32dc33 don't print a "not responding" message for first failure. 1994-09-20 07:20:36 +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
a83bf514ca Import original 4.4-Lite version. 1994-09-20 05:39:48 +00:00
mycroft
818272eaa3 Import original 4.4-Lite version. 1994-09-20 05:28:59 +00:00
mycroft
fe5a9095e0 Merge with 4.4-Lite version. 1994-09-20 04:52:02 +00:00
mycroft
7df690ffe6 Merge 4.4-Lite version. 1994-09-20 04:18:10 +00:00
mycroft
691f8c4267 Need limits.h. 1994-09-20 04:08:23 +00:00
mycroft
a7a0533596 Merge with 4.4-Lite. 1994-09-20 04:07:01 +00:00
mycroft
ef719df409 Merge with 4.4-Lite version. 1994-09-20 01:24:07 +00:00
mycroft
9baa91f322 Merge with 4.4-Lite version. 1994-09-20 00:37:13 +00:00
deraadt
80525d6b91 Don't use trad-core.c the the i386 or sparc. 1994-09-19 23:51:14 +00:00
mycroft
1ac05a7acc Fix oversight in last change. 1994-09-19 23:46:29 +00:00