mycroft
196dfd7597
Always map the EISA configuration registers.
1998-08-15 02:26:31 +00:00
thorpej
e9c5407d64
Only map the amount of space the device actually occupies.
...
Part of PR #5279 , Martin Musemann.
1998-08-15 01:59:25 +00:00
thorpej
93eb06f9f2
Don't bother with the num_memspace check. It makes some otherwise-working
...
cards (e.g. Xircom CM33) fail needlessly.
From Jan van Doorn <jdoorn@nc.com>, PR #5580 .
1998-08-15 01:41:31 +00:00
thorpej
582d4a7856
Should not use SCSI_POLL if the system is not cold.
1998-08-15 01:32:55 +00:00
thorpej
9646d7f100
Add support for the D-Link DE-660. From Tero Kivinen <kivinen@ssh.fi>,
...
PR #5691 .
1998-08-15 01:20:05 +00:00
thorpej
7ea79f1cb2
Regen.
1998-08-15 01:18:06 +00:00
thorpej
be8a202a21
Add the D-Link DE-660. From Tero Kivinen <kivinen@ssh.fi>, PR #5691 .
1998-08-15 01:17:51 +00:00
thorpej
b3b533c44d
Keep track if the disk has had done i/o, making it dirty. On last close,
...
or at shutdown, flush the cache if the disk is still dirty and it support
cache flushing. Fixes PRs #5588 (Jim Bernard) and #5589 (Justin Gibbs).
1998-08-15 01:10:54 +00:00
ross
c291189ae9
Have to fix the `(int)curproc' lossage now; kernel builds die here on alpha.
...
BTW, KNF requires the additional, not-technically-need `!= NULL'.
1998-08-15 00:04:00 +00:00
thorpej
1f4b4ceda6
Add support for the NewMedia BASICS Ethernet. Device info provided by
...
Stefan Grefen in PR #5902 .
1998-08-14 23:31:22 +00:00
mark
e6f9901d92
Add a description of the origin of filecore and what it is.
1998-08-14 23:00:59 +00:00
thorpej
5fa0fd5087
Regen.
1998-08-14 22:59:54 +00:00
thorpej
924090ec6d
Add vendor ID for NewMedia Corporation, and product ID for NewMedia
...
BASICS Ethernet. From Stefan Grefen, PR 5902.
1998-08-14 22:59:35 +00:00
tv
9ca81af08a
Long lost commit. Clarify the meaning of "category" - it comes from the
...
category list at top and isn't quite a "name of the product":
>Category: <problem report category - see top for list (one line)>
1998-08-14 20:46:14 +00:00
drochner
cea8e0a23f
explicitely select the master before trying to access its registers
1998-08-14 20:39:04 +00:00
drochner
a8d0a43ffa
2 changes to pciide_probe_wdc() (used in compatibility mode to check
...
if i drive is responding):
-if the reset succeeds, check some registers to make sure there is really
a drive (and not a chipset which echoes back the last written value)
-explicitely select the master before trying to read the master's status
1998-08-14 20:35:40 +00:00
perry
319d448422
Update to request a fix from submitters more strongly.
1998-08-14 20:04:03 +00:00
rvb
a5f4270a21
Print program name when entering the debugger
1998-08-14 19:57:01 +00:00
mark
a124d362a5
Minor code cleanups, KNF a couple of bits that got missed and remove
...
register keywords.
1998-08-14 18:04:04 +00:00
thorpej
d5df55112a
vm_offset_t -> {paddr_t,vaddr_t}, vm_size_t -> vsize_t
1998-08-14 16:50:00 +00:00
thorpej
97e83f6e0b
Change the "vm_offset_t"s to "u_long"s for now; eventually, we can make
...
them vaddr_t and paddr_t, as appropriate (after scouring the RPB docs
to know which are phys and virt addresses).
1998-08-14 16:46:09 +00:00
mark
5cb492b751
Add mount_filecore man page to cat8 and man8.
1998-08-14 14:37:44 +00:00
mark
ead832c9a7
Add man page for mount_filecore.
1998-08-14 14:36:52 +00:00
mark
8f59bcd607
Added ./usr/include/filecorefs and ./usr/include/filecorefs/filecore_mount.h
1998-08-14 14:07:45 +00:00
mark
9a8e27564b
Added ./sbin/mount_filecore
1998-08-14 14:06:34 +00:00
augustss
308117258b
Add filecorefs so we get the header files installed.
1998-08-14 13:05:37 +00:00
scottr
e3e7e1673f
Fix the NEXT_IA_WITH_SAME_ADDR macro introduced in 1.27: it was finding
...
the first in_ifaddr structure with a different internet address! Reverse
the sense of the test. Spotted by and fix from Eric Haszlakiewicz.
1998-08-14 06:57:54 +00:00
eeh
6bf713764a
Document vm_offset_t => {vaddr_t,paddr_t} changes in the interface.
1998-08-14 05:05:07 +00:00
phil
177c3172ab
Add the correct type for the first parameter.
1998-08-14 04:49:18 +00:00
mark
170eadd04c
Add FILECORE filesystem.
1998-08-14 03:56:21 +00:00
mark
5e008b5d5f
Added mount_filecore.
1998-08-14 03:40:39 +00:00
mark
e7b675de7b
Initial commit of mount_filecore used for mounting filecorefs partitions.
1998-08-14 03:38:51 +00:00
mark
0641969cd0
Added a vnode type for filecore fs (VT_FILECORE).
1998-08-14 03:31:16 +00:00
mark
10198359c6
Define filecore mount and filecore node memory types.
1998-08-14 03:29:49 +00:00
mark
922fa73143
Define the filecore filesystem MOUNT_FILECORE.
1998-08-14 03:28:56 +00:00
mark
69244872a4
deffs FILECORE
...
Added filecorefs files.
1998-08-14 03:27:51 +00:00
mark
faf4eed3e3
Initial commit of Andrew McMurry's Acorn Filecore filesystem.
...
This is a read only implementation of the filecore filesystem found
on Acorn RiscPC machines (arm32).
1998-08-14 03:26:12 +00:00
rvb
4283228f33
Make message less confusing
1998-08-14 02:20:07 +00:00
mycroft
183442fe73
Emulate ulinear_be using slinear_be on later chips.
1998-08-14 00:49:23 +00:00
thorpej
ae8bdb1e72
Make sure CIMDIS is set and FLINK is clear in the PCR.
1998-08-14 00:23:26 +00:00
thorpej
f41c00629b
Garbage-collect vm_offset_t and vm_size_t.
1998-08-13 21:36:27 +00:00
thorpej
330d142f16
vm_offset_t -> {vaddr_t,paddr_t}, vm_size_t -> vsize_t
1998-08-13 21:36:02 +00:00
thorpej
aedf80a6e9
Oops, lots of missed vm_offset_t -> vaddr_t changes.
1998-08-13 21:20:47 +00:00
thorpej
057d49dba3
Second arg of vm_map_insert() is/was a vm_object_t.
1998-08-13 21:12:15 +00:00
augustss
de37abf1ef
Handle SYSEX events.
1998-08-13 21:01:53 +00:00
thorpej
09efdbb42d
Oops, this got missed in the vm_offset_t -> vaddr_t change.
1998-08-13 19:15:33 +00:00
augustss
15bc968ee1
Improve man page.
1998-08-13 18:26:36 +00:00
rvb
e829016cba
Keep d_ncylinders correct
1998-08-13 18:18:54 +00:00
rvb
48bf26949f
Report "true" disk geometry; like sd disks do
1998-08-13 18:16:53 +00:00
christos
e8902c2d7c
Don't install the ELF link.h in a.out systems!@#$#@
1998-08-13 18:16:43 +00:00