Commit Graph

937 Commits

Author SHA1 Message Date
ache
6cc7152206 Add callout device for bidirectional port 1994-01-10 18:11:30 +00:00
ats
454674c0f6 I have a new adaptec 1542CF board bought, that has the board id of 0x45.
Added it to the list of known boards and put it into the the list for
the mailbox unlock. Maybe all board-ids over 0x42 should be in the
mailbox unlock part ?
1994-01-09 18:11:21 +00:00
ats
4591919ebe Added lines for an Etherlink III ( 3C509 ) driver. 1994-01-09 13:30:50 +00:00
ache
22294149c1 Move "mount -a -t nfs" *after* network daemons,
must be at least after named & gated for proper name resolution.
1994-01-08 17:49:47 +00:00
ache
60fe33d663 After some testing dma_pagesize reduced to 4096 for *both*
byte and word DMA channels, use bounce buffer now.
1994-01-08 16:48:35 +00:00
ache
10f4fd871e Add /var/at/jobs & /var/at/spool, remove /var/at/past 1994-01-08 16:07:19 +00:00
ache
95efc659d2 atrun uncommented.
atrun interval changed to 5 minutes.
1994-01-08 15:07:43 +00:00
nate
8fa811ce00 When a probe fails print a 'not found' line instead of nothing 1994-01-08 00:00:52 +00:00
dg
a9274b5d2e From: swildner@channelz.GUN.de (Sascha Wildner)
What follows are the changes I made to make XChess compile.  There are
still a couple of bugs left which maybe someone else will fix.
1994-01-07 11:10:42 +00:00
rgrimes
d50dbe52e2 SCSIDUMP option no longer needed, it is now standard. 1994-01-06 18:15:20 +00:00
rgrimes
4ab691c04e sddump code is now standard, no more options SDDUMP needed in the kernel
config file.
Fixed to not use pmap_enter as this causes side effects and other
problems like a page fault while trying to do the dump.
1994-01-06 18:08:03 +00:00
jkh
e9527e9a0f Cleaning house. 1994-01-06 08:19:38 +00:00
nate
af788d99e7 Added directories needed for at/atrun 1994-01-06 01:15:04 +00:00
rgrimes
f0f6568b64 Fixed comment that refered to 8252 (we really have 8253's).
Per some one on the mailing list.
1994-01-05 15:03:28 +00:00
rgrimes
c8787294b3 Added dumps on wd0 to the end of all config lines so people know about it
and can change it.  This really won't change the kernels, it just documents
how to do the dumps on option.
1994-01-05 14:56:50 +00:00
ljo
928a78edfc Replaced makefile with a BSD Makefile. Moved the unformatted man page
to f2c.1. Removed an automatically generated file and a checksum file.
1994-01-05 03:24:01 +00:00
ljo
7af0a7319e This commit was generated by cvs2svn to compensate for changes in r943,
which included commits to RCS files with non-trunk default branches.
1994-01-05 02:53:40 +00:00
ljo
b0bfbf3dbd f2c from netlib.att.com Jan 4 1994 1994-01-05 02:53:40 +00:00
nate
bcc5e5de92 Changed reference from NetBSD to FreeBSD 1994-01-05 01:10:24 +00:00
nate
bef6395210 Added at/atrm/atq/batch from Linux as hacked by Chris Demetriou. 1994-01-05 01:09:14 +00:00
nate
fabe92192e Modified Os string to be FreeBSD instead of NetBSD 1994-01-05 01:03:58 +00:00
nate
69dc0f6e65 Added the Linux atrun command as hacked by Chris Demetriou for NetBSD. 1994-01-05 01:03:02 +00:00
nate
e89a0b36de Whoops, I committed an older version that didn't have some warnings fixed.
This version fixes all warnings given the default compiler flags with some
casts.
1994-01-04 20:20:38 +00:00
nate
750a676cd9 Updated config files for new multi-controller wd.c driver and removed
outdated wx config file.
1994-01-04 20:10:34 +00:00
nate
13123d2da0 Removed wx driver hooks. 1994-01-04 20:09:28 +00:00
nate
91a22eb4aa Removed wx driver hooks 1994-01-04 20:08:56 +00:00
nate
a3362b6726 Temporary hack to allow multiple controller support until Rod gets more
time to do it the 'Right Way'.
1994-01-04 20:06:30 +00:00
nate
69c2227b71 New wd driver, based on Bruce Evans 'wx/altwd' driver which has passed
enough tests to be considered more stable than current driver.

Lots of work by Bruce, David G., and Guido have gone into this version, and
more is to come in the future.

Support for multiple controllers is in, but doesn't work correctly with
different controllers (IDE AND MFM), but multiple alike controllers appears
to work.

Most of the stray interrupts problems should be fixed, although you will
get a couple 'extra interrupts' when disklabeling and on startup.
1994-01-04 20:05:26 +00:00
ache
7409833247 Add warning comment line (rm anything into /var/run) 1994-01-04 18:06:18 +00:00
ache
22eebdda3e Add adjkerntz to track time zone change. 1994-01-04 17:50:25 +00:00
ache
9ddfb33fd0 Add (commented) stuff to make 'tcsh' 8-bit clean. 1994-01-04 17:29:58 +00:00
jkh
352c7ab0fd Updated man page to document new behaviour of -Z, -z and -Q flags. 1994-01-03 23:52:35 +00:00
dg
d44d2d472f Implemented 'QMAGIC' a.out format correctly, and changed the default
output to be QMAGIC.
1994-01-03 18:35:54 +00:00
dg
787505bcb7 Yanked out history section as it is unlikely there will be any further
changes for some time. Also changed the indentation style a little.
1994-01-03 17:17:19 +00:00
dg
9f62521751 Increased maximum and default 'size' limits to more reasonable values. 1994-01-03 16:00:52 +00:00
dg
7d2bd6aedc Only use syscallmap if FM_TRAP or EX_TRAPSTK are defined. 1994-01-03 08:10:47 +00:00
dg
59648ea2fc Convert syscall to trapframe. Based on work done by John Brezak. 1994-01-03 07:55:47 +00:00
dg
17916ffcbb Patches from John Brezak (necessary for the syscall->trapframe conversion
as well as add additional functionality):

Print symbolic args and line no's in stack traces.
1994-01-03 07:54:10 +00:00
ache
44196ffe13 Temporary plug CLOCAL security hole, while sticky bits
yet not implemented. Only for bidirectional case.
1994-01-02 10:17:29 +00:00
ats
dc0d9c2d73 Added y.tab.h to the CLEANFILES target. 1993-12-31 11:24:16 +00:00
jkh
1e6f35c547 Added more robust ldconfig setting in rc, removed redundant ldconfig in
rc.local.
1993-12-30 18:19:18 +00:00
jkh
d3c860aed8 Set a default ldconfig path for shared libs. 1993-12-30 02:31:16 +00:00
dg
7c8ae9b1dd change maxprot of text to allow writes. 1993-12-30 01:39:29 +00:00
smace
2fa482e62d Update shlib version to 1.0 1993-12-28 07:57:07 +00:00
smace
fa3eee434b Update version to 1.0 1993-12-28 07:54:51 +00:00
rgrimes
a493de1b14 Insert tab before comment so brain dead shell does not screw up
the arguments to mknod.
1993-12-24 11:36:28 +00:00
jkh
d7a06fc61f Adding embryonic C++ shared lib support (all tests positive so far). 1993-12-24 02:11:37 +00:00
rgrimes
325d986adc Put back refclock_omega.c, it was in the sources but some how did not
end up in my copy.
1993-12-23 10:21:55 +00:00
jkh
03fd21e05b C++ support changes (+misc fixes) from Paul K. 1993-12-22 23:28:35 +00:00
dg
ba8f800748 Raised minimum buffer cache from 128k to 256k. 1993-12-22 13:12:04 +00:00