Commit Graph

25714 Commits

Author SHA1 Message Date
thorpej
7327c8cf62 From Charles Hannum:
During a collapse, abort if the object is paging; the pagedaemon can
trigger a collapse, causing deadlock.  (XXX)
1997-02-24 22:19:26 +00:00
christos
7fb32152cc Fix PR/3253: Don't try to probe the isapnp port in ioports already claimed
by other devices.
1997-02-24 22:13:55 +00:00
christos
e4fb91bcb5 Fix PR/3251; also don't assign the checksum every time around the loop. 1997-02-24 22:08:25 +00:00
cgd
72ef5768bc clean up in various ways 1997-02-24 20:35:23 +00:00
cgd
cf4d64cd22 add a couple more useful entries 1997-02-24 17:31:31 +00:00
gwr
1da91c27bc Tweak the KGDB glue slightly - do the printf here. 1997-02-24 16:03:05 +00:00
gwr
f9d32cbb9b Add declaration for zs_check_kgdb() 1997-02-24 16:01:39 +00:00
gwr
ae70fb71ec No need for dma_cd, so move it into the #if 0 section too. 1997-02-24 15:02:23 +00:00
leo
298aecde5a Force root to be on the ram-disk. 1997-02-24 12:23:33 +00:00
leo
3052dff85d Only make the memory-disk device the default root device when
MEMORY_DISK_IS_ROOT is defined.
1997-02-24 12:20:47 +00:00
lukem
a3fc812065 man page for stringlist functions 1997-02-24 11:47:10 +00:00
scottr
f03ee128a3 Add support for the Kinetics EtherPort SE/30, from Ken Nakata. 1997-02-24 07:34:18 +00:00
scottr
965cffaf20 NUBUS_SLOT_TO_PADDR -> NUBUS_SLOT2PA 1997-02-24 06:20:04 +00:00
scottr
155eb6369a Update to reflect ae driver/attachment code split 1997-02-24 06:05:20 +00:00
scottr
6b0774a865 Split out the NuBus attachment code, and convert to bus.h 1997-02-24 06:03:55 +00:00
scottr
b29e980d77 Add libtelnet; noticed by Dave Huang <khym@bga.com> 1997-02-24 05:58:18 +00:00
scottr
5e77023e13 The bus space tag really isn't used; stop the compiler from complaining. 1997-02-24 05:55:14 +00:00
scottr
9c91a181d6 Update copyright and license. 1997-02-24 05:47:33 +00:00
jeremy
1c79e9f83d The first GENERIC config for sun3x. Includes new esp driver. 1997-02-24 03:53:52 +00:00
jeremy
eaca552bf2 Added files for esp SCSI driver. 1997-02-24 01:47:08 +00:00
jeremy
ad9700fa62 Initial import from SPARC port. 1997-02-24 01:45:13 +00:00
jeremy
202a9fe423 Added some more comments and disabled removal of DVMA alias mapping from
kernel space in dvma_mapout() as it may cause problems with the current
pmap_remove().
1997-02-24 01:37:52 +00:00
jeremy
689b14f477 Get rid of inclusion of pmap_pvt.h and use the standard pmap functions for
mapping.
1997-02-24 01:35:33 +00:00
jonathan
5da9c38e68 Move machine-independent isa device manpages that dont' clash with MD
drivers from cat4/i386 cat4.
Add PCI, EISA, ISA, and wds manpages.
1997-02-24 00:21:48 +00:00
jonathan
1e79ef45d1 Make WD-7000 manpage. 1997-02-24 00:20:04 +00:00
jonathan
677e9e2619 Build isa, pci manpages. 1997-02-24 00:18:48 +00:00
jonathan
fb696a662d .Os -> .Os NetBSD 1997-02-24 00:01:49 +00:00
mrg
e3fdccd2ce oops, rsh is still setuid root for the moment. 1997-02-24 00:00:22 +00:00
jonathan
23e8277035 Introduction to machine-independent ISA drivers. 1997-02-23 23:56:53 +00:00
jonathan
fced087a85 WD-7000 ISA SCSI driver manpage. 1997-02-23 23:55:46 +00:00
jonathan
bd13a3ae7b typo in rcsid. 1997-02-23 22:43:16 +00:00
jonathan
d942e31e7e Section 4 introduction to PCI device drivers. 1997-02-23 22:35:49 +00:00
jonathan
3a90ff777f Remove i386-specific copies of the following ISA device manual pages:
aha.4 aic.4 ast.4 boca.4 4 cy.4 eg.4 el.4 gus.4 iy.4
	mcd.4 pss.4 rtfps.4 sb.4 sea.4 wss.4 wt.4

which are now machine-independent.
1997-02-23 22:22:47 +00:00
jonathan
61c93b3939 * Move man pages for machine-independent ISA device drivers (that
don't conflict with other MD manpages) from src/share/man/man4/man4.i386
  to src/share/man/man4.
  Leave drivers with conflicting names (com, ed, ie, le lpt, wd) in
  man4.i386/ for now.
* Remove i386 title tag; leave dates untouched, as contents hasn't changed..
* RCSid police
1997-02-23 22:20:20 +00:00
explorer
6c8b64fd26 Someone forgot a line continuation character 1997-02-23 21:40:09 +00:00
cgd
1d8b2c2fdd turn Alpha's ELF_TOOLCHAIN checks to ECOFF_TOOLCHAIN checks 1997-02-23 20:53:56 +00:00
cgd
3192bd314f turn Alpha's ELF_TOOLCHAIN checks to ECOFF_TOOLCHAIN checks 1997-02-23 20:42:24 +00:00
mrg
82f19ac36c lite2 1997-02-23 09:58:53 +00:00
mrg
3b9c3fff2e restructure vm_object_overlay() to collapse objects in more cases.
change one diag panic() to a diag printf().  from mycroft.
1997-02-23 09:01:37 +00:00
mrg
8eba4aeacb don't clean fading objects. from mycroft. 1997-02-23 08:56:57 +00:00
jonathan
ce1d4d7be1 * Remove bug warning about not handling wide-SCSI from manpage: fixed
by thorpej's addition of max_target handling to the ahc driver.  XXX
* XXX Are other bugs still present as of 1.2C?
1997-02-23 08:48:16 +00:00
mark
e5c684f608 Added lots more items. 1997-02-23 04:21:28 +00:00
mark
c812c6e43d Do profiling if GPROF and PROFILE_ASM are defined. 1997-02-23 04:20:29 +00:00
mark
9675b132fa Updated to reflect the addition of the icside and rapide drivers. 1997-02-23 04:15:20 +00:00
mark
13f13977eb Since the setroot changes set_swap_device() is has been a dead function
so remove it.
1997-02-23 04:09:53 +00:00
mark
a61dea1a59 Added files for the icside and rapide device drivers. 1997-02-23 04:08:49 +00:00
mark
4fbf5c86aa Clean and flush the instruction and data caches prior to turning of the
MMU in boot0().
This solves the problem of cache hits after the kernel has rebooted the
machine as even with the cache off hits will occur for data/instructions
already in the cache.
1997-02-23 04:05:19 +00:00
mark
045ff1df99 Initial commit of the rapide driver. This driver provides support for the
RapIDE32 EIDE interface podules.
This driver currently only support issue 2 podules.
1997-02-23 04:00:31 +00:00
mark
a47555862b Initial commit of the icside driver. This driver provides support for
the ICS IDEA IDE interface podules.
1997-02-23 03:57:45 +00:00
mark
66f1f203e3 Synchronise with podules files. 1997-02-23 03:52:29 +00:00