mjacob
864ff761d7
remember to initialize mailbox 2 for FC isp bus resets
1999-10-22 17:06:12 +00:00
leo
8c73075593
Limit the io-region mapped by this driver to the part actually used.
...
Otherwise, it conflicts with the wd-driver.
1999-10-22 08:50:59 +00:00
nisimura
21636a326b
Fill always erased regions with bg color. Fix an issue revealed by
...
"print -n '\033[7m'; ls".
1999-10-22 07:42:05 +00:00
itohy
a833d94864
Add #include <machine/cpu.h> for need_resched() macro.
1999-10-21 23:24:08 +00:00
msaitoh
d478b71746
print a trap type in hexadecimal instead of decimal.
1999-10-21 22:50:53 +00:00
erh
59b90d4a0e
Remove ELFNAME macros which are already defines in exec_elf.h
1999-10-21 21:17:08 +00:00
thorpej
2375e365bc
First sweep of adding register prefix: %a0 - %a7.
1999-10-21 21:10:24 +00:00
ragge
ae7e9d1571
Protect against multiple includes.
1999-10-21 20:01:36 +00:00
perseant
fde29faf34
Under degenerate access patterns (e.g. `bonnie' benchmark) lfs_check could
...
fail, because the particular block being requested was always in the cache
(although other routines that cannot afford to call lfs_check have in the
meantime stuffed the cache full of dirty blocks). Partially addresses PR 8383.
1999-10-21 16:53:43 +00:00
leo
48ddedb4e8
Fix pci-interrupt handling. It was broken by the latest slot numbering
...
changes.
1999-10-21 15:38:54 +00:00
leo
e1b938443f
Ouch! Correct bus_space_unmap() call parameter usage.
1999-10-21 15:33:49 +00:00
leo
64f9129eff
Add prototype of isa_intr_alloc().
1999-10-21 15:32:08 +00:00
leo
6b31bde1bb
Implement at least a bit of isa_intr_alloc().
1999-10-21 15:26:57 +00:00
msaitoh
3fd4c8b3b8
add strncasecmp.c
1999-10-21 15:05:08 +00:00
leo
2c1b82026b
implement DIOCSDINFO.
1999-10-21 15:03:28 +00:00
bouyer
9d3c1407f7
If IRQ was not for us, add back WDCF_IRQ_WAIT to the flags, so that
...
the next IRQ (real or timeout) will be handled.
Fixes the 'missing untimeout' problem reported by a few peoples, and
kern/8639.
1999-10-21 14:37:58 +00:00
pk
fbfe8a4407
Comply with recent MI scsi changes.
1999-10-21 13:46:06 +00:00
augustss
a5b6bed471
Add a macro to extract the isoc type.
1999-10-20 21:02:39 +00:00
ragge
f1d4772434
Clear proc0 uarea, otherwise subsequent processes will inherit the
...
virtual timers and get unwanted signals. This has been around since
long time back...
1999-10-20 20:42:29 +00:00
enami
4c4a056bc5
fix typo in previous commit.
1999-10-20 16:39:11 +00:00
enami
8a5c548579
cosmetic changes before i do some functional changes.
1999-10-20 16:34:22 +00:00
enami
a2369d8e97
Cancel active transfers on aic/wdc detach.
...
Also makes LS-120 drive works for me again.
1999-10-20 15:22:24 +00:00
enami
b4e3ec7f3d
Don't restrict the ethernet portion after modem portion. It prevents
...
us from using some config entries (com at 0x3xxx).
1999-10-20 14:57:57 +00:00
enami
fee96e1746
Check if the type of device node isn't VBAD before touching v_specinfo. If
...
the device vnode is revoked, the field is NULL and touching it causes null
pointer derefercence.
1999-10-20 14:32:09 +00:00
enami
cbf7cef809
No need to clear SI_MOUNTEDON on mount failure. We make sure that it
...
is not set on start of mounting and never set unless success to mount.
1999-10-20 14:25:42 +00:00
simonb
f72818160a
Remove unused variable.
1999-10-20 14:21:10 +00:00
ad
b3e97ca54b
Nuke some silliness.
1999-10-20 12:27:38 +00:00
ad
eccc3630ec
DPT_MORE_TIMEOUT was scaled wrong.
1999-10-20 11:54:10 +00:00
is
bb5c4fff2a
Make this compile without booting support for P568k+PPC boards
1999-10-20 06:40:26 +00:00
nisimura
e470fe0db1
Remove Bt459 register layout exposure. XXX Needs consideration about
...
possible merger of SFB+ ASIC and TGA(2)/PCI register definitions.
1999-10-20 02:44:48 +00:00
augustss
afc4d36639
Regen.
1999-10-19 21:16:04 +00:00
augustss
172180cf42
Add an AltecLansing speaker.
1999-10-19 21:15:35 +00:00
ad
675c12dbcb
- Don't get stalled by a bogus HA_ST_MORE condition.
...
- Don't trust HA_ST_MORE again if the above situation occurs.
- Nuke bitfields in 'struct eata_sp'.
- Don't bother using scatter-gather if DMA map contains only 1 segment.
- Return TRY_AGAIN_LATER and not COMPLETE if an EATA command times out.
- Check SCSI status in dpt_inquire(), not just HBA status.
- Some cosmetic changes and sanity checks.
1999-10-19 20:16:48 +00:00
thorpej
d3c33c1744
Program the 53c96's interrupt routing info into the VIA before doing
...
anything that might cause an interrupt (e.g. the SCSI bus reset in
ncr53c9x_attach()). If we don't do this, the initial interrupt is
lost, thus causing the state machine to never enter IDLE state, thus
causing SCSI commands to never be executed.
Fixes kern/8544, reported by Erik Bertelsen <erik@mediator.uni-c.dk>.
1999-10-19 17:00:41 +00:00
soren
78cc55b359
'<Device>' usually means the string comes from outside the kernel.
1999-10-19 16:04:52 +00:00
chs
b16ae5a8a5
put various debugging printfs under #ifdef DEBUG.
1999-10-19 16:04:45 +00:00
nisimura
fd3561cc02
Preliminary import of 'SFB enhanced' text renderer with many caveats
...
to be corrected. Text drawing is now improved significantly, but;
cursor is drawn incorrectly, copycols() trashes a screen, 'standout
(\033[7m)' results in lines reversed entirely until '\033[0m', and
possibly more issues. Not multi-colour, 8bpp only this moment. Costly
write memory barrier instrunctions should be eliminated using framebuffer
address aliasing technique for NetBSD/alpha.
1999-10-19 09:51:17 +00:00
haya
5aa225ed2e
Disable legacy io port before the bridge is probed as a pcic on isa.
...
Comments ware changed to comply the KNF.
Add PCCBB_PCMCIA_16BITONLY to support TI PCI103X series.
1999-10-19 09:29:46 +00:00
nisimura
7b3b03bea6
Enable 'WSSCREEN_REVERSE' scr-capability.
1999-10-19 00:49:33 +00:00
mycroft
02bd5fa80e
Split wsdisplay_usl_ioctl() into two functions -- one which is screen-dependent
...
and one which isn't. The latter is now used for ttyEcfg, enabling the
VT-switching ioctls to work on it. (This allows Linux X servers to work when
/emul/linux/dev/tty0 is linked to /dev/ttyEcfg.)
1999-10-19 00:03:18 +00:00
ad
9cce953883
Don't panic so easily on failure; just issue notification.
1999-10-18 21:59:19 +00:00
wrstuden
e5bf8dc4d5
Catch a few cases missed earlier where we need to lock the vnode before
...
calling VOP_CLOSE().
1999-10-18 19:52:24 +00:00
fvdl
67eefde8f0
bdevvp returns a locked vnode, so vput it. From Bill Studenmund.
1999-10-18 19:37:28 +00:00
soren
72b75dc0b8
Shorten fpuname for built-in FPUs.
1999-10-18 17:23:00 +00:00
soren
6bae30b8f8
Make it compile with DEBUG.
1999-10-18 17:17:09 +00:00
enami
5d2feb3813
Remove options FIFO and MULTICAST. They aren't optional.
1999-10-18 09:42:12 +00:00
itohy
80b776d037
Use NMPU instead of NMIDI so that it can compile without mpu attachment.
...
Requested by Izumi Tsutsui.
1999-10-18 05:11:39 +00:00
rvb
c4c0fb2cd4
Update 00READ with porting instructions
1999-10-18 02:08:43 +00:00
cgd
d935a73378
nuke RCS "Log" and "Header" tags. They cause problems for third parties
...
importing our sources, and for NetBSD release engineering folks.
(They've been against the NetBSD coding style forever, but they crept
in anyway.)
1999-10-17 23:53:45 +00:00
cgd
28d5608977
nuke RCS "Log" tags. They cause problems for third parties importing
...
our sources, and for NetBSD release engineering folks. (They've
been against the NetBSD coding style forever, but they crept in anyway.)
1999-10-17 23:39:15 +00:00