ats
17d8c0e839
Added the support for the Toshiba ethernet cards. It is only
...
ifdef and not default, because, i don't know if anyone else
is using this card.
1994-01-11 23:28:21 +00:00
ats
14b81a729b
Thrown out the obsolete drivers in the TODO list.
...
Added the Toshiba board-id's into the if_edreg.h file and the different
checksum for the Toshiba ethernet-boards.
1994-01-11 21:28:29 +00:00
ache
d3bbf3ef4d
From ache:
...
Choose older MULTIPORT version, because lastest bde version
not worked.
Don't force HUPCL for bidirectional case.
From bde:
Use bit (1 << (16 + 4)) in schedsoftcom() to avoid clash with
non-serial h/w on IRQ4.
Allow FIFO_TRIGGER in config.
Clear com->mcr_image when clearing mcr for init of 4port. The
usual value MCR_IENABLE should have broken 4ports unless
something happened to clear it later.
Turn off interrupts as well as DTR after an error waiting for
carrier (bidir dialin case).
Drain fifo more carefully.
Don't hang up if debugging.
Rearrange siointr() -> siointr1() for multiport case for speed,
lower latency and clarity.
Use suser() to check perms.
Provide missing splx() after failed perms checks.
c_ispeed == 0 means c_ispeed = c_ospeed (POSIX).
Set parameters (except speed) for c_ospeed == 0 as well as
hanging up.
Better initialization for console (fifo stuff...).
Misc. cleanups.
Fix dead hang if modem power is off.
1994-01-11 18:31:45 +00:00
rgrimes
1f91bd67ed
Add comment to MAX_SLOTS that it may need to be 16 and to check against
...
EISA spec. Fixed off by one error in ahbprobe so that it can find an
aha1742 in slot 8 (now uses slot <= MAX_SLOT, instead of slot < 8).
1994-01-11 07:24:32 +00:00
ache
249b4a6ddc
Correct Vresume size, we have now 32 bits for it.
1994-01-10 23:15:09 +00:00
ats
8973cd7252
First beta version of the 3C509 driver changed for FreeBSD. Known
...
problems in the moment are stray intr's in the ifconfig up/down.
No way to select all three interfaces on a combo card with
AUI/BNC/UTP interfaces and the performance doesn't look good.
Only tested with a ISA AUI/BNC card yet.
1994-01-10 19:13:50 +00:00
ats
079879b77d
Committed the original NetBSD version of this driver to get the changes
...
made for FreeBSD as cvs diffs. This is the 3C509 ethernet driver.
1994-01-10 18:56:26 +00:00
ats
1a507e15e7
Now enabled the line for the 3C509 driver.
1994-01-10 18:53:52 +00:00
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