Matt Jacob
cbf57b472d
Implement and use Fast Posting for both parallel && fibre. Redo a bit of
...
the startup code. Implement a call to outer framework function so that
asynchronous events can be handled (e.g., speed negotiation, target mode).
Roll internal release tags.
1999-01-30 07:29:00 +00:00
Matt Jacob
495bfaf206
Grrr.. Do the *correct* and *usable* 1.31 firmware. You have to power
...
cycle to get rid of the old 1.31 firmware. *@!$&^@&$!&^&^!!!!!
But anyway comment it out and use new SBus 7.55 firmware. We get fast posting
with this as well as 32 luns and target mode support.
(not that this is used yet in FreeBSD, but it's ready for FreeBSD-sparc
whenever it happens....)
1999-01-30 07:22:30 +00:00
Matt Jacob
73d5e7854f
roll internal release tag
1999-01-30 07:20:50 +00:00
Matt Jacob
1d74fa4ca5
roll internal release tag
1999-01-30 07:08:55 +00:00
Mark Newton
888ac52b62
New pseudo-device to provide for a way of obtaining a socket by open()ing
...
something in /dev.
Obtained from: Christos Zoulas, with FreeBSD modifications
1999-01-30 06:27:59 +00:00
Bruce Evans
d12895f90b
Removed a bogus cast to v_caddr_t. This is part of terminating
...
v_caddr_t with extreme prejudice. Here the bogons were originally
the same as for c_caddr_t (half-baked K&R support), but rev.1.95
changed one wrong cast and one harmless cast to 2 wrong casts,
and rev.1.96 only fixed the originally wrong cast.
1999-01-29 11:31:45 +00:00
Bruce Evans
9e26dd2a54
Removed bogus casts to c_caddr_t. This is part of terminating
...
c_caddr_t with extreme prejudice. Here the original casts to
caddr_t were to support K&R compilers (or missing prototypes),
but the relevant source files require an ANSI compiler.
1999-01-29 08:29:05 +00:00
Greg Lehey
7f1050341c
Change multiline comments to start with a lone /* and end with a */,
...
apparently in accordance with style(9).
Complained-about-by: bde
1999-01-29 01:17:54 +00:00
Greg Lehey
6fe15bff6e
Change multiline comments to start with a lone /* and end with a */,
...
apparently in accordance with style(9).
Complained-about-by: bde
vinumopen: Change check for root user to a call to suser(9)
vinumclose: Remove check for root user.
Nitpicked-by: phk
1999-01-29 01:16:18 +00:00
Roger Hardiman
f60cbfffac
Support for MSP3410D / MSP3415D Stereo/Mono audio using the audio format
...
Auto Detection Mode. This leaves MSP3400C owners still unsupported.
Thanks to Gerd Knorr <kraxel@cs.tu-berlin.de> for providing some early
assistance and sample code in the linux bttv driver.
Nicolas Souchu <nsouch@freebsd.org> ported the msp_read/write/reset
functions to smbus/iicbus.
METEOR_INPUT_DEV2 now selects a composite camera on the SVIDEO port.
For true SVIDEO, use METEOR_INPUT_DEV_SVIDEO.
If you get a monochrome image from the SVIDEO port, you have
seleted the wrong input type.
Tested by: Johan Larsson<gozer@ludd.luth.se>
1999-01-28 17:47:47 +00:00
Matthew Dillon
697457a133
Fix warnings related to -Wall -Wcast-qual
1999-01-28 17:32:05 +00:00
Roger Hardiman
ba66f0a223
Added METEOR_DEV2 and METEOR_DEV3
1999-01-28 16:32:52 +00:00
Roger Hardiman
84a3aec329
Submitted by: Nicolas Souchu <nsouch@freebsd.org>
...
Updated to support bt848 driver and MSP3400 audio chip.
This adds changes made in 1.4.2.1 and 1.4.2.2 from RELENG_3
1999-01-28 15:59:15 +00:00
Roger Hardiman
f8f3b24aa2
Submitted by: Nicolas Souchu <nsouch@freebsd.org>
...
Updated to support bt848 driver MSP34xx audio chip.
This adds changes made in 1.3.2.1 and 1.3.2.2 from RELENG_3
1999-01-28 15:56:18 +00:00
Roger Hardiman
6d076bb425
Submitted by: Nicolas Souchu <nsouch@freebsd.org>
...
Added support required by bt848 driver for MSP34xx audio chip
1999-01-28 15:50:24 +00:00
Kazutaka YOKOTA
ffba82a9ae
- Fixed the bug which always ignored Ctrl-Pause/Break on the AT 101
...
keyboard.
- Translate some keycode for the 84 keyboard so that the 84 keyboard
and the 101 keyboard become more compatible in terms of keycodes.
- Updated the built-in keymaps so that it is in line with the recent
changes in share/syscons/keymaps.
- Added some comment on the Pause/Break key on the 101 keyboard.
1999-01-28 10:55:55 +00:00
Greg Lehey
bb1d6cfa3c
build_write_request: only fail if all plexes are down, instead of if
...
any of them are down.
Reported-by: dg
1999-01-28 07:00:55 +00:00
Greg Lehey
a1c1b26d88
Fix some format breakage before bde finds out
...
vinum_scandisk: check not only drive error, but also drive state,
before accessing the drive.
drivecmp: Remove warning messages by Backing out overly constant
declarations in revision 1.9.
1999-01-28 06:59:27 +00:00
Justin T. Gibbs
dd3afbd452
Correct test in poll loop for determining that the mailbox is free to
...
accept a new command.
1999-01-28 03:30:02 +00:00
Matthew Dillon
0a5e03dda5
Fix warnings in preparation for adding -Wall -Wcast-qual to the
...
kernel compile
1999-01-28 01:59:53 +00:00
Matthew Dillon
485111b55b
Fix parenthesization, but the code still looks wrong.
1999-01-28 01:33:02 +00:00
Matthew Dillon
8aef171243
Fix warnings in preparation for adding -Wall -Wcast-qual to the
...
kernel compile
1999-01-28 00:57:57 +00:00
Matthew Dillon
fe08c21a53
Fix warnings in preparation for adding -Wall -Wcast-qual to the
...
kernel compile.
This commit includes significant work to proper handle const arguments
for the DDB symbol routines.
1999-01-27 23:45:44 +00:00
Matthew Dillon
d254af07a1
Fix warnings in preparation for adding -Wall -Wcast-qual to the
...
kernel compile
1999-01-27 21:50:00 +00:00
Matthew Dillon
b4e36adf1c
Fix warnings preparing for -Wall -Wcast-qual
...
Also disable one usb module in LINT due to fatal compilation errors,
temporary.
1999-01-27 20:09:21 +00:00
Matthew Dillon
d7bcbf6358
Add parens to SMBPRI, fixing bug in tsleep() call that OR's SMBPRI with
...
something else.
1999-01-27 19:58:53 +00:00
Matthew Dillon
a56d629240
Fix PPBPRI #define - it was missing parenthesis which messed up a
...
call to tsleep() in dev/ppbus/ppbconf.c. Also fixup initializers.
1999-01-27 19:44:05 +00:00
Matthew Dillon
6a59f7d85f
Fix '|' that was supposed to be '||'
1999-01-27 19:35:33 +00:00
Kazutaka YOKOTA
6dab3d1e54
Oops, one line was accidentally commented out in the previous commit.
1999-01-26 10:00:02 +00:00
Kazutaka YOKOTA
44ad10ea41
Pull down the splash screen when someone is about to read from the
...
keyboard. Do this in scread(), rather than in scopen().
1999-01-26 09:58:37 +00:00
Greg Lehey
ac4cd383ca
Correct #include in vinumioctl.c to compile correctly
...
without VINUMDEBUG
Submitted-by: peter
1999-01-24 05:14:39 +00:00
Nicolas Souchu
7b7bf77e65
Replace DEBUG by PLIP_DEBUG option
1999-01-23 17:07:49 +00:00
Doug Rabson
8a99777019
Update the alpha port to use the new syscons.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> (partly)
1999-01-23 16:53:30 +00:00
Roger Hardiman
2c401a831e
Added detection of Hauppauge IR remote control.
...
and MSP34xx Audio chip. Fixed i2c read error.
Hauppauge supplied details of new Tuner Types.
Added tuner type 0x1a.
Danny Braniss <danny@cs.huji.ac.il> submitted Bt878
AverMedia detection with PCI subsystem vendor id.
1999-01-23 11:32:06 +00:00
Roger Hardiman
d3697a3ac3
Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
...
Updated to support Hauppauge IR Remote Control
1999-01-23 11:28:16 +00:00
Peter Wemm
e5ca2df920
Minor tweak to fix 'pseudo-device vinum'. One of these got lost before,
...
the other is a new file.
1999-01-23 01:29:05 +00:00
Peter Wemm
d2b5b9779e
Oops, got my #ifdef's mixed up. Fix an unused variable warning.
1999-01-23 00:28:56 +00:00
Peter Wemm
013b59f2cb
Remove stray Makefile that Greg initially imported.
1999-01-23 00:09:07 +00:00
Peter Wemm
b7b98418bd
Convert ccd to a proper module vs. something started by PSEUDO_SET().
1999-01-22 22:38:28 +00:00
Nick Hibma
7613dbd346
add LEGSUP to uhci_dumpregs
1999-01-22 21:52:46 +00:00
Nick Hibma
1f7b3fe5be
forgotten in previous commit: Lowered default debug level
1999-01-22 01:02:24 +00:00
Nick Hibma
ab521a755e
Fixed disconnect for umouse
1999-01-22 00:59:52 +00:00
Nick Hibma
235dddd4ea
Textual changes
1999-01-22 00:51:12 +00:00
Nick Hibma
5602b5091c
Fixed bug in disconnect handling in uhub.c
1999-01-22 00:44:31 +00:00
Nick Hibma
a2a2fd2ce4
Added OPTi FireLink and NEC (Toshiba and others) to OHCI ID's
1999-01-22 00:36:46 +00:00
Nick Hibma
cf4e36da61
Fixed bug that made UHCI controllers fail to start.
1999-01-21 23:31:58 +00:00
Nick Hibma
88a610db55
Cleaning up, improving _detach, removing ominous warning (msmith)
1999-01-21 23:06:02 +00:00
Nick Hibma
f8c31e6fac
Added ioctl interface
1999-01-21 22:56:10 +00:00
Kazutaka YOKOTA
325fca905e
Add VESA mode support. If the VESA support is compiled into the kernel
...
or the VESA KLD is preloaded by the boot loader, you can load a 256 color
BMP file larger than 320x200.
1999-01-21 18:29:33 +00:00
Peter Wemm
b453f58fcc
Convert vn.c into a module (loadable and static).
1999-01-21 17:17:02 +00:00