christos
55a41e8abb
Close PR/2384 backquoted backslash-newline was not eaten.
1996-05-09 19:40:08 +00:00
oki
4781b7d291
binary file. (PR#2383)
1996-05-09 16:11:56 +00:00
mark
8eddcbfbd2
Added needs-flag to the podulebus driver.
...
Tidied up the file a bit and added some extra comments.
1996-05-09 14:03:18 +00:00
pk
42822c16d6
Make sure we include the correct headers.
1996-05-09 12:41:38 +00:00
thorpej
e32158478e
Correct a couple of comments ... port 0x84 produces a 1.25us delay when
...
read, not 2.5us. (I must have been confused; thanks Charles, for
correcting me.)
1996-05-08 23:32:31 +00:00
jtc
2678c87a47
Add port-x68k category
1996-05-08 23:29:54 +00:00
thorpej
1040e97175
If accessing shared memory on a 16-bit card, be careful not to do any
...
8-bit memory access; some cards, notably some WD/SMC cards, can't handle
8-bit access if 16-bit access has been enabled.
1996-05-08 22:09:18 +00:00
mark
2754bf6ea9
Use an integer instead of a char with getc() and ungetc() in mf_fgets()
...
so that it works with compilers that default to unsigned chars
Note: getc() and ungetc() are prototyped to use ints rather than
chars.
1996-05-08 21:36:05 +00:00
pk
119686fe4f
A master.passwd has mode 0600 (PR#1405).
1996-05-08 21:30:18 +00:00
pk
61c2c31c31
Make permissions on several /usr/include/* directories consistent
...
with the way `make includes' treats them (PR#358,PR#717).
1996-05-08 21:23:06 +00:00
jtc
0edf3579f4
Revert last change.
...
Changing types from unsigned {long,short} to u_int{32,16}_t causes problems
in a lot of userlevel code because those types aren't defined when machine/
endian.h is included. And IMO including sys/types.h in machine/endian.h
is clearly wrong.
XPG4.2 defines new types in_addr_t and in_port_t for the {h,n}to{n,h}{l,s}
functions. But we don't have time to figure out the implementation issues
given the current release schedule.
1996-05-08 20:00:38 +00:00
pk
ed403311db
$Id -> $NetBSD (PR#682).
1996-05-08 19:24:04 +00:00
is
817e0b8d97
Fix a typo.
1996-05-08 17:29:40 +00:00
thorpej
ecfa4355a6
RCS id police.
1996-05-08 17:19:17 +00:00
gwr
153f55fdef
Add sun3 to the list of ports using the new savecore.
...
Add -lkvm when linking the new savecore.
1996-05-08 17:00:10 +00:00
scottr
5b680d94ba
Make this compile if DEBUG is defined.
1996-05-08 15:14:53 +00:00
scottr
e93e429cc5
Note that rtclock_intr() could be tweaked, but why it isn't.
1996-05-08 15:13:22 +00:00
briggs
8321085213
Minor fix to last patch--from Taras.
1996-05-08 13:36:41 +00:00
thorpej
fe4b70fd58
RCS id police.
1996-05-08 05:55:04 +00:00
briggs
2b2cd22c69
Minor update from Taras Ivanenko <ivanenko@ctpa03.mit.edu>.
1996-05-08 04:00:44 +00:00
scottr
99e86ac209
Remove some gross hacks that were added due to interrupt grossness that
...
has been partially fixed. Also, add a new flag (which rearranges them
a bit, unfortunately) to use PDMA for polled transfers.
1996-05-08 03:44:56 +00:00
chuck
a6ac580ad1
don't assume MAXPARTITIONS is 16.
1996-05-08 01:45:46 +00:00
briggs
bfd10277d3
Wrap rtclock_intr in splclock()/splx() to make sure that hardclock is running
...
at splclock. Passed along from Gordon via Scott.
1996-05-08 01:08:48 +00:00
briggs
bcdf813a97
Initial cut at some ROM entry points for the MacTV.
1996-05-08 01:06:31 +00:00
thorpej
d8c7327dd3
Fix typo.
1996-05-08 00:15:48 +00:00
christos
c853e93fc3
Fixed gcc -Wall warnings.
1996-05-07 23:25:07 +00:00
chuck
3b6dd2f647
change maxpart to 8 to be compat with prev binaries
1996-05-07 23:23:34 +00:00
christos
c66a107a1f
#ifdef FreeBSD out unit which is not used by NetBSD.
1996-05-07 23:23:23 +00:00
christos
d3340fa469
- Add an XXX declaration to kvtop
...
- Add a missing argument to printf
1996-05-07 23:22:25 +00:00
christos
748900c4fc
Fix new warnings.
1996-05-07 23:20:21 +00:00
pk
590d520dc2
Sync legend with man page (Hubert Feyrer; PR#2310).
1996-05-07 22:25:55 +00:00
briggs
40454f9798
A MacTV owner says that the MacTV is a repackaged Performa 550. Note this.
1996-05-07 21:21:11 +00:00
mark
779d7709c5
Separated mouse initialisation code out into a separate function.
...
Added a watchdog timer to reset to reinitialise the mouse if it dies.
1996-05-07 21:04:08 +00:00
mark
09aabb30f7
Merged in changes from the isa wd driver.
1996-05-07 21:00:09 +00:00
mark
4d9f29c4ff
RCS Id police.
1996-05-07 20:33:53 +00:00
mark
ce67b636ad
Get the word order of doubles correct for the arm32 port.
...
Note: The arm32 port is little endian except for the FP word order.
1996-05-07 20:26:07 +00:00
thorpej
8bdf3233c6
RCS id police.
1996-05-07 18:45:18 +00:00
jtc
273e6cc624
Include appropriate header files to bring prototypes into scope.
...
Removed explicit errno declarations.
1996-05-07 18:32:22 +00:00
jtc
4a22fd1c39
Changed so that the default yp domain is not retrieved when a domain is
...
specified on the command line with the -d option.
1996-05-07 18:27:46 +00:00
jtc
4f6f2f00e0
Use const qualifier as appropriate
1996-05-07 18:20:05 +00:00
thorpej
159c1ab1cd
Only compile the MI LANCE driver if an "le" is configured into the kernel.
1996-05-07 16:09:12 +00:00
scottr
652b291390
- Rewrite scrollup(), scrolldown(), and clear_screen() to move/clear only
...
visible screen memory. This results in a considerable performance win
at all depths.
- Correct clear_screen() behavior when clearing to the top and bottom of
screen; start at current cursor position, not current cursor row.
- Add local prototypes, and other KNF.
1996-05-07 15:52:19 +00:00
mycroft
5c4d5281a3
Actually define the `le' device.
1996-05-07 08:56:54 +00:00
leo
287a3d660a
Fix small typo in last commit.
1996-05-07 06:09:11 +00:00
thorpej
527565ac15
Kill a couple of unnecessary calls to strlen().
1996-05-07 05:26:02 +00:00
briggs
38b11e7c82
Get rid of some old, now meaningless macros.
1996-05-07 03:13:40 +00:00
briggs
8ed57c561e
Clean up an error printf() and use proper macro.
1996-05-07 03:12:12 +00:00
thorpej
22afdc2c33
Update for the changes to struct ifnet. While I'm here, fix a couple
...
of long-standing bugs:
- Actually deal with the fact that the kernel ifnet list is
a TAILQ; it just happened to work before.
- Use kvm_openfiles() instead of kvm_open(). The code passed
arguments to kvm_open() as if it were kvm_openfiles(), but
apparently went unnoticed since the prototypes are the same.
Amusing bit: there were XXX's in the code which seemed to
apologize for a verbose libkvm, when it happened to be a
bug in netstat!
1996-05-07 02:55:00 +00:00
thorpej
3b8a528094
Changed struct ifnet to have a pointer to the softc of the underlying
...
device and a printable "external name" (name + unit number), thus eliminating
if_name and if_unit. Updated interface to (*if_watchdog)() and (*if_reset)()
to take a struct ifnet *, rather than a unit number.
1996-05-07 02:51:25 +00:00
thorpej
4edabe2501
Changed struct ifnet to have a pointer to the softc of the underlying
...
device and a printable "external name" (name + unit number), thus eliminating
if_name and if_unit. Updated interface to (*if_watchdog)() and (*if_reset)()
to take a struct ifnet *, rather than a unit number.
1996-05-07 02:40:22 +00:00