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
rvb
d0153a96fe
The sense of the pccons_is_console test is backwards
1998-08-13 18:00:05 +00:00
rvb
0430a2cf75
Include db_dbgregs.s for ddb
1998-08-13 17:55:41 +00:00
rvb
1ae4d7da86
Allow inb/outb and friends to be called from debugger.
...
Crude access to x86 hdw "debug" registers.
1998-08-13 17:54:15 +00:00
rvb
67390e1ee2
Make serial line debugging easier to enable and use
1998-08-13 17:41:10 +00:00
drochner
9b25897ec0
minor consistency nit: the page index into an anon object is always
...
assigned to from integer types, and it is compared to integers. So
let it be an integer instead of vsize_t.
1998-08-13 17:32:46 +00:00
augustss
c0c080ef14
Handle MIDI files with running status correctly.
1998-08-13 17:20:07 +00:00
augustss
523a2c670a
Make sure to turn off timeout flag when doing untimeout().
1998-08-13 15:50:57 +00:00
augustss
f99fc37d0a
Fix type that prevented program and controller changes.
1998-08-13 15:19:40 +00:00
augustss
33a864ee58
Fix typo.
1998-08-13 15:15:28 +00:00
nathanw
55491ea367
Rototill match algorithim. New scheme:
...
1. Does the function claim to be a serial port?
2. Does the function's configuration table present all four
standard ISA com port ranges?
3. Is the device in our table?
New serial devices do not need to be added to the table unless they
fail both (1) and (2).
1998-08-13 15:08:54 +00:00
nathanw
a461703d7f
Use PCMCIA_FUNCTION definitions.
...
Initialize function ID in new pcmcia_function structures to
PCMCIA_FUNCTION_UNSPEC, not PCMCIA_FUNCTION_MULTIFUNCTION (0).
1998-08-13 15:03:06 +00:00
nathanw
5417a1681d
Add PCMCIA_FUNCTION_* macros, for function types defined by
...
PCMCIA_CISTPL_FUNCID.
1998-08-13 15:00:02 +00:00
scottr
18b4602fd5
Add a comment regarding the broken behavior of the DAFB v7.
1998-08-13 13:45:33 +00:00
augustss
78f049b041
Make some MIDI devices.
1998-08-13 12:44:11 +00:00
augustss
dd1665ce4b
Fix typo in SYSEX code.
1998-08-13 12:40:20 +00:00
kleink
5350df2953
Per POSIX, fail with EINVAL if advisory locking is attempted on a file type
...
that doesn't support it, rather than using a homegrown EBADF or EOPNOTSUPP.
1998-08-13 10:06:31 +00:00
kleink
bf1863d17b
Add genfs_einval(), which does the obvious thing.
1998-08-13 09:59:52 +00:00
mrg
106340f1ef
audio_prinfo.seek is now a UINT
1998-08-13 09:36:34 +00:00