ragge
|
7638e3fbe3
|
Add boot support for the VAX 3300/3400 LANCE chip.
|
1999-08-14 19:41:14 +00:00 |
itojun
|
b0ad0eaf51
|
typo fix (from koji@dti.ad.jp).
remove things that are already done.
|
1999-08-14 19:17:19 +00:00 |
ragge
|
b906b753ad
|
Support for ibus-attached LANCE.
|
1999-08-14 18:44:00 +00:00 |
ragge
|
33baeca394
|
Search for LANCE.
|
1999-08-14 18:42:46 +00:00 |
ragge
|
9752aa250e
|
Support interrupt vector auto-detection on level-trigged devices also.
|
1999-08-14 18:42:17 +00:00 |
ragge
|
962bc94a90
|
Support for on-board LANCE on MicroVAX 3300/3400. Also use MI LANCE
code for VAXstations again; though not functioning correctly on all
types of machines. (Will fix that later).
|
1999-08-14 18:40:23 +00:00 |
tron
|
7cef41650e
|
Adapt to change of "termcap.h".
|
1999-08-14 16:38:45 +00:00 |
tron
|
b3cf7d7788
|
Adapt to change in "termcap.h".
|
1999-08-14 16:36:42 +00:00 |
tron
|
679f4a54e3
|
Adapt to change of "termcap.h".
|
1999-08-14 16:29:22 +00:00 |
kleink
|
7b34e008a9
|
Forgot to initialize a pointer; from Simon Burge.
|
1999-08-14 15:05:02 +00:00 |
augustss
|
b8b1e35ece
|
Some changes from FreeBSD (no functional differences).
|
1999-08-14 14:49:31 +00:00 |
augustss
|
23906f1d41
|
defopt COMPAT_14
|
1999-08-14 14:40:08 +00:00 |
drochner
|
7317aa4924
|
make it report the correct ISA port range
|
1999-08-14 14:32:12 +00:00 |
tron
|
4a02fc690c
|
Add missing declarations of external variables "PC", "BC", "UP" and
"ospeed" which are listed in termcap(3). Fixes PR lib/8147 by
Richard Earnshaw.
|
1999-08-14 13:56:48 +00:00 |
tron
|
b6c7adba38
|
Regen.
|
1999-08-14 13:43:27 +00:00 |
tron
|
3622436247
|
Add support for 3Com 3CXEM556B-INT as suggested by Noriyuki KOIZUMI in
PR kern/8188.
|
1999-08-14 13:43:02 +00:00 |
simonb
|
6b7eee9252
|
Initialise "error" in wsmux_detach_sc() before testing if it set.
|
1999-08-14 11:40:31 +00:00 |
ragge
|
6535fd2313
|
Erroneous checking of return value from bounds_check_with_label().
Massbus disks should work now.
|
1999-08-14 11:33:09 +00:00 |
ragge
|
eab2e881a5
|
Fix UBA IO space scan addresses; was searching at the wrong place.
|
1999-08-14 11:31:48 +00:00 |
ragge
|
650524ed75
|
Fix CMI probe bug on VAX 11/750. Prettify CPU printout.
|
1999-08-14 11:30:48 +00:00 |
hwr
|
4882320d4b
|
Initialize error variable. Should fix spurious init errors.
From Dave Huang in PR 8205.
|
1999-08-14 11:23:39 +00:00 |
hwr
|
af827a1284
|
Remove dulicate "Ethernet" output. From Dave Huang in PR 8206
|
1999-08-14 11:09:18 +00:00 |
augustss
|
b23490d39f
|
Implement timeout and abort of requests.
Compute length of short transfers correctly.
|
1999-08-14 08:56:09 +00:00 |
ross
|
0833f2de7b
|
Arrange struct simplelock more efficiently. (Megabytes of these can be
allocated dynamically.)
|
1999-08-14 06:56:07 +00:00 |
ross
|
7c367407aa
|
In uvm_anon_init() and uvm_anon_add(), initialize the ref count lock.
|
1999-08-14 06:25:48 +00:00 |
ross
|
2f76dd5371
|
In getnewvnode(), initialize v_interlock when the vnode comes from the
pool allocator.
|
1999-08-14 06:23:59 +00:00 |
ross
|
4ed22602e7
|
In pmap_page_protect(), don't (try to) use the pv_entry_t we just
freed in order to find the pmap to unlock.
|
1999-08-14 06:19:49 +00:00 |
oster
|
740b9848cc
|
Decrease the number of outstanding IO's threashold slightly.
The previous value may have been too high in some instances.
|
1999-08-14 03:47:07 +00:00 |
oster
|
6409e641a6
|
Remove a 'struct proc *'-passing abomination that's been bugging me
for quite some time.
|
1999-08-14 03:10:03 +00:00 |
oster
|
4a058e82c5
|
Correct and/or improve detection of bogus row/column values
passed in via ioctls.
|
1999-08-14 02:41:36 +00:00 |
christos
|
582a6def8b
|
protect against large uio_offset
|
1999-08-14 02:20:19 +00:00 |
christos
|
063e3b9f0f
|
protect against large uio_offsets
|
1999-08-14 02:17:17 +00:00 |
mjl
|
89fa8aef99
|
Clarify usage message.
|
1999-08-13 21:12:18 +00:00 |
itojun
|
35a68ecb71
|
avoid multiple BUGS section.
|
1999-08-13 13:57:52 +00:00 |
proff
|
209c8a802a
|
ctrl-g is beep(), not "^G", damnit. strictly for the attention deprived.
|
1999-08-13 13:52:59 +00:00 |
ad
|
df3501fd4a
|
FUD
|
1999-08-13 12:30:38 +00:00 |
ad
|
b87c990c32
|
CMIIW, MYOB.
|
1999-08-13 12:28:52 +00:00 |
bad
|
9e8bff3633
|
Another sacrifice to appease egcs: wrap "if .. if .. else" in braces.
|
1999-08-13 11:40:46 +00:00 |
itojun
|
8dba61e664
|
fix multicast demux.
From: Matthias Drochner <drochner@zel459.zel.kfa-juelich.de>
|
1999-08-13 10:57:05 +00:00 |
bouyer
|
21521cffe4
|
Sync with sys/disklabel.h
|
1999-08-13 10:23:39 +00:00 |
ad
|
8974edc06c
|
The 8bpp PROM console uses index 0 as black, 255 as white. Update ri_devcmap
to cater. Partially addresses PR port-sparc/8121.
|
1999-08-13 09:59:47 +00:00 |
itojun
|
94c4bdf1cc
|
pacify too-picky compiler.
From: onoe@sm.sony.co.jp
|
1999-08-13 09:45:51 +00:00 |
ad
|
a7510095cc
|
Pass color index through ri_devcmap; don't assume that it already
matches the device's color map.
|
1999-08-13 09:45:46 +00:00 |
simonb
|
4be158521b
|
Put original contents of the TURBOchannel bus-cycle counter clkread()
from an old version of machdep.c into kn03_clkread(). Fixes problems
with wild CPU time usage noted on port-pmax.
|
1999-08-13 06:21:39 +00:00 |
oster
|
db2eaf18cf
|
rf_sys.h does not need to be #included in any of these files, and, actually,
is no longer needed at all.
|
1999-08-13 03:41:52 +00:00 |
oster
|
67e8cf0262
|
No need to include rf_sys.h.
|
1999-08-13 03:37:42 +00:00 |
oster
|
1ec5208866
|
This file is no longer needed.
|
1999-08-13 03:31:20 +00:00 |
oster
|
8deb1f5f2e
|
dev/raidframe/rf_sys.c is no longer needed.
|
1999-08-13 03:30:14 +00:00 |
oster
|
1aa6ce1041
|
Garbage collect rpcc().
|
1999-08-13 03:27:46 +00:00 |
oster
|
02acd1910a
|
First kick at cleaning up the RF_ETIMER code. New timer handling code
provided by Peter Galbavy via OpenBSD.
|
1999-08-13 03:26:55 +00:00 |