thorpej
9b7afe221e
Put RCS IDs into the generated files, in the correct place.
1998-01-09 06:46:26 +00:00
thorpej
22aef93dcd
Regen: back out RCS ID related changes.
1998-01-08 00:36:12 +00:00
thorpej
b0a69d357f
Back out RCS ID related changes.
1998-01-08 00:35:35 +00:00
thorpej
106bb71744
Regen: back out RCS ID related changes.
1998-01-08 00:33:49 +00:00
thorpej
eac46118ba
Back out RCS ID related changes.
1998-01-08 00:33:33 +00:00
thorpej
1b2dbc7a0e
Regen: back out RCS ID related changes.
1998-01-08 00:32:06 +00:00
thorpej
b0ecfb4210
Back out RCD ID related changes.
1998-01-08 00:31:23 +00:00
mikel
c0d8293951
fix some typos in error messages & comments
1998-01-07 08:47:54 +00:00
bouyer
d8d77f77d6
Add a few quirk entries from OpenBSD.
1998-01-06 17:03:15 +00:00
perry
8a98e23a48
RCSID Police.
1998-01-06 04:55:52 +00:00
perry
736c62507d
regened with RCSIDs in place
1998-01-05 19:38:41 +00:00
perry
e6fe83471e
make script insert RCS ids into generated files
1998-01-05 19:37:08 +00:00
perry
5e35a0595e
regened with RCSIDs in place
1998-01-05 19:30:30 +00:00
perry
5e96ab4c0a
make script insert RCS ids into generated files
1998-01-05 19:28:16 +00:00
perry
c915c7718d
regened with RCSIDs in place
1998-01-05 19:25:06 +00:00
perry
127f6582ff
make script insert RCS ids into generated files
1998-01-05 19:24:28 +00:00
perry
fff05a68ab
RCSID Police.
1998-01-05 07:31:05 +00:00
perry
015e898c02
RCSID Police.
1998-01-05 07:02:46 +00:00
enami
d6eb3246bf
Fix a typo in panic string.
1997-12-31 02:46:51 +00:00
enami
e4aca18342
When building fake disklabel, if a partition type is other than FS_UNUSED
...
don't override it so that port specific hack takes effect.
1997-12-31 02:38:24 +00:00
enami
929e6f5a6f
Don't print newline at beginning of line.
1997-12-31 01:19:52 +00:00
is
d5ad660623
EACCESS->EROFS, for the write on readonly medium error.
1997-12-30 21:36:51 +00:00
is
00a8cd54c1
Added ST_Q_SENSE_HELP to the Archive Viper 150S quirks so that
...
density 0 (autosense) actually works.
1997-12-28 19:25:35 +00:00
fvdl
ffb3eaa5ea
Add extra delay after wdcreset() call in wdcprobe. Needed by at least
...
one controller, where registers otherwise will still be inaccesible
(even though the busy bit has been reset), making the probe fail.
1997-12-24 02:01:00 +00:00
perry
907c7a3c43
fix the Linksys Combo EthernetCard (for carrel)
1997-12-18 22:29:29 +00:00
thorpej
985f99fe00
Don't initialize softc's space tags/handles until isapnp_config() has
...
been called. Pointed out by Lennart Augustsson.
1997-12-17 01:31:59 +00:00
mycroft
f1170022ce
Don't do anything in comparam() if the line speed and flags are the same.
1997-12-16 22:52:37 +00:00
scottr
c68f17bd02
Fix a typo in a comment.
1997-12-15 07:15:57 +00:00
pk
a8c268918b
Changes from Rafal Boni to accommodate ISA driver front-ends.
1997-12-13 21:18:01 +00:00
scottr
dc89550a55
Fix typo in a trace message expression.
1997-12-12 22:44:26 +00:00
thorpej
0ac93f48ea
Use malloc()/free(), not geteblk()/brelse(), for the device buffer.
1997-12-07 16:09:36 +00:00
chuck
d76941843e
fix mixer code that was clearly untested:
...
- allow get/set of enums SUNAUDIO_SOURCE and SUNAUDIO_OUTPUT rather
than returning EINVAL
- add missing SUNAUDIO_MONITOR_CLASS case in query_devinfo
- convert SUNAUDIO_MONITOR case from a MIXER_CLASS to a MIXER_VALUE
like it is supposed to be
- the labels for outputs/record class were swapped: fix it
this patch allows "mixerctl" to work properly on a sparc
1997-12-06 03:20:56 +00:00
mjacob
fd208bedb2
Rev up to 1.09 FC f/w, but keep 1.07 around- 1.09 is a little strange.
1997-12-05 19:42:32 +00:00
mjacob
5ff1a34bba
Add a new async notification, and also fix a bug where the queue entry
...
wasn't getting fully zeroed as it should be.
1997-12-05 19:41:49 +00:00
mjacob
62ac2ff851
new async code defined
1997-12-05 19:40:35 +00:00
augustss
a908b2b30e
Fix three problems spotted by mycroft:
...
- Closing the audio device should stop recording.
- Manipulating the pause function could accidentally start playing or recording.
- AUDIO_FLUSH could accidentally start playing or recording.
1997-12-03 01:01:19 +00:00
mjacob
d90bb02e10
oops on a comment- it is 1.07 FW, not 1.05
1997-12-03 00:45:05 +00:00
pk
1743d97bd7
Pull over fixes from vm_swap.c:
...
- guard against synchronous I/O completion
- avoid race conditions
- use bgetvp/brelvp to properly maintain the vnode holdcount
and clean/dirty buffer lists.
1997-12-02 13:54:48 +00:00
mycroft
187df9b86e
Set the gain to 1/2 by default; 3/4 is too loud and can damage headphones and
...
speakers.
1997-12-02 13:17:39 +00:00
bouyer
2f8f801256
The iy driver now uses if_media (it was the last one, at last for i386, to use
...
the historical link? flags for media select)
XXX No pullup request for this. But if sysinst supports explicit media
XXX selection in 1.3, this should be in 1.3 as well.
1997-12-02 09:34:03 +00:00
mikel
60d209bff0
add ID for "Best Data Products Smart One 336F"; Dave Huang <khym@bga.com>
1997-12-02 06:10:45 +00:00
mikel
ebdfbf958e
fix typo; from Dave Sainty in PR kern/4602
1997-12-02 03:57:54 +00:00
pk
b1f869ef45
Use `busdma' macros.
1997-12-01 23:25:37 +00:00
mjacob
f4b09b4771
fixme: still need a __BROKEN_INDIRECT_CONFIG case
1997-12-01 18:47:01 +00:00
christos
4e3168d176
Make this work again. KNF.
1997-11-30 20:03:15 +00:00
drochner
123570c713
fix inconsistent declaration in non-"__BROKEN_INDIRECT_CONFIG" case
1997-11-30 15:32:25 +00:00
drochner
805c7b6bc0
make it compile without "__BROKEN_INDIRECT_CONFIG"
1997-11-30 15:31:23 +00:00
drochner
4da2344b18
fix inconsistent declaration in non-"__BROKEN_INDIRECT_CONFIG" case
1997-11-30 15:24:59 +00:00
drochner
c7e3c24d53
make it compile without "__BROKEN_INDIRECT_CONFIG"
1997-11-30 15:18:58 +00:00
drochner
301a6046c8
fix argument declaration inconsistency in the
...
non-"__BROKEN_INDIRECT_CONFIG" case
1997-11-30 15:16:55 +00:00