Cameron Grant
71f78e06c6
make marcel's onboard ess1888 work
...
Submitted by: marcel
1999-12-20 14:55:56 +00:00
KATO Takenori
97b45ce9c3
Removed unnecessary include file.
1999-12-20 13:36:32 +00:00
Sheldon Hearn
db192fd1cd
Complement the sum as required in in_cksum_finalize().
...
PR: 15472
Submitted by: wollman
1999-12-20 12:11:34 +00:00
Yoshihiro Takahashi
5e9136bbe2
Removed unnecessary include files.
1999-12-20 12:08:20 +00:00
KATO Takenori
33325d5484
Sync with sys/i386/conf/options.i386 rev 1.130.
1999-12-20 11:00:02 +00:00
KATO Takenori
12af1e4a86
Sync with sys/i386/conf/files.i386 rev 1.291.
1999-12-20 10:58:54 +00:00
KATO Takenori
09f38dc0ab
Sync with sys/i386/conf/Makefile.i386 rev 1.167.
1999-12-20 10:55:49 +00:00
KATO Takenori
ae53af3d0e
Sync with sys/i386/conf/GENERIC rev 1.217.
1999-12-20 10:53:49 +00:00
Warner Losh
774af807e4
Make attach work, almost. Calling kthread_create from a
...
config_intrhook_establish doesn't work. Children aren't yet attached
properly, but that's ok because pccard would likely panic in its
current shape.
o Save dev of pcic early in attach process
o save dev in pcic_handle for use in pcic_create_event_thread.
o Remove direct attachments of pccard children for now
o move establishment of pcic kthread to config_intrhook.
1999-12-20 06:47:38 +00:00
Steve Price
0138b1134c
MFS_ROOT is deprecated so use MD_ROOT instead. Also add the md
...
pseudo-device to make it easier to build releases.
1999-12-20 05:11:51 +00:00
Greg Lehey
580e7e5a0f
If we fail to find init, print out the search path used. This helps
...
differentiate between one of three different scenarios:
1. No init.
2. Path to init munged by an incorrect loader configuration.
3. Root file system not mounted.
Reviewed-by: billf
1999-12-20 02:50:49 +00:00
Matt Jacob
f9e908dcf2
Clean up lun width determination based upon f/w revisions
...
for the parallel SCSI cards (4.55..4.65 :: 8.55..8.65).
1999-12-20 01:35:04 +00:00
Matt Jacob
9ee303fb46
Clean up some f/w revision checking wrt enabling fast posting.
...
Make sure we set defaults sanely for dual-bus adapters.
1999-12-20 01:34:01 +00:00
Matt Jacob
b69bf8a01d
add initiator-only mode f/w for 1040 && 1080/1280/1240
1999-12-20 01:30:52 +00:00
Cameron Grant
1ad869dbc6
allow (broken) apps to use mixer ioctls on dsp devices. eg: vmware
...
Submitted by: "Vladimir N. Silyaev" <vsilyaev@mindspring.com>
1999-12-20 00:56:51 +00:00
Cameron Grant
529863cb71
stop playing if we underrun; if there is more data to come, the next write
...
will restart
1999-12-19 22:32:55 +00:00
Cameron Grant
34c18c4fc5
note to self: vibra16c is not vibra16x
1999-12-19 22:28:31 +00:00
Cameron Grant
ff00068cce
fix for ess cards to use auto-init dma mode, so they work
1999-12-19 22:25:26 +00:00
Warner Losh
60a3c2983d
Merge changes from GENERIC into PCCARD (cdrom)
...
Merge changes from PCCARD into NEWCARD (cdrom and markm's comments)
1999-12-19 21:55:29 +00:00
Bill Fumerola
65bbe4e33a
Borrow phk's axe and chop off the old soundcard-CDROM devices. We get
...
about 40k of savings from this, and these abominations are still in LINT
if anyone needs to use them.
Reviewed by: jkh
1999-12-19 20:33:05 +00:00
Cameron Grant
09eb10434a
remove unused mixer stuff
1999-12-19 18:18:55 +00:00
Cameron Grant
d37a380ddb
general tidyup
1999-12-19 17:51:32 +00:00
Mark Murray
70c3f04993
Comment and order to reduce diffs. No functional change.
1999-12-19 17:12:19 +00:00
Cameron Grant
7207eca657
move make_dev operations for audio channels to pcm_addchan(). in theory,
...
with modifications to MAKEDEV this will allow use of multiple output streams
on cards supporting it, eg trident 4dwave.
1999-12-19 15:27:24 +00:00
Cameron Grant
5c9abff13d
fix a bug in sndstat output, tidy up a few bits
1999-12-19 15:07:56 +00:00
Cameron Grant
df74837fd9
generalise the code a bit, and add an irq handler so that the child devices
...
can share the irq
1999-12-19 14:44:08 +00:00
Cameron Grant
71dde75288
remove the restriction limiting the vibra16x to 8 bit
...
Noticed By: Clive Lin <clive@CirX.ORG>
1999-12-19 14:21:38 +00:00
Yoshihiro Takahashi
2ea9f12efa
- Supported the bd_getbigeom function and use this function to get BIOS
...
geometry.
- Use i386/libi386/bootinfo.c instead of pc98/libpc98/bootinfo.c.
Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
1999-12-19 14:05:46 +00:00
Poul-Henning Kamp
1b4ce5ce9b
Don't ignore return value from tsleep().
...
Spotted by: charnier
1999-12-19 12:36:41 +00:00
Warner Losh
8aa39df106
o Hide pcic_chip functions inside file
...
o Attach children in a better way than before.
o Remove some dead code
o collapse the socket attach routines into pcic_attach
1999-12-19 07:39:10 +00:00
Brian Feldman
f584c087d3
Allow LINT to build again.
...
The wd(4) family had to be disabled; wd(4) and ata(4) are mutually
exclusive, even at link level.
1999-12-19 06:22:11 +00:00
Robert Watson
91f37dcba1
Second pass commit to introduce new ACL and Extended Attribute system
...
calls, vnops, vfsops, both in /kern, and to individual file systems that
require a vfsop_ array entry.
Reviewed by: eivind
1999-12-19 06:08:07 +00:00
Robert Watson
ef351daa32
First pass commit to introduce new ACL and Extended Attribute system calls.
...
The second pass commit with all the supporting code will happen shortly
afterwards.
Reviewed by: eivind
1999-12-19 05:54:46 +00:00
Warner Losh
60e8df4970
i82365_isasubr is gone, remove from building module.
1999-12-19 05:49:56 +00:00
Brian Feldman
d25f3712b7
M_PREPEND-related cleanups (unregisterifying struct mbuf *s).
1999-12-19 01:55:37 +00:00
Brian Feldman
77f35c485c
I've been style(9)izing mbuf.h and making the macros more resilient
...
with guidance from EE. This is as far as I'm going without using
inline functions.
Reviewed by: eivind
1999-12-19 01:47:16 +00:00
Brian Feldman
ee1dd7c481
Fix a broken macro usage. It had no semicolon.
...
Noticed by: eivind
1999-12-18 23:26:26 +00:00
Eivind Eklund
d776d82c4d
Since VOP_LOCK can be used to up and downgrade locks, it is not possible
...
to say anything about the lockstate before and after it. Thus, change the
lockspec from U L U to ? ? ?.
1999-12-18 23:01:52 +00:00
Eivind Eklund
2f738aa7b3
Do NOT unlock dvp if LOCKPARENT && vp == dvp. Does not affect any code
...
presently in the tree.
1999-12-18 22:57:38 +00:00
Cameron Grant
e53ad03a80
make vibra16x cards announce what they are in /dev/sndstat
1999-12-18 22:47:23 +00:00
Cameron Grant
f4a31ab806
fix the buffer repetition on ^c problem
1999-12-18 22:24:50 +00:00
Cameron Grant
354398891a
make the vibra16x work for playback at least, record is untested
1999-12-18 22:21:47 +00:00
Søren Schmidt
6be090b840
Relax the requirements for doing WDMA2, this should enable DMA
...
on non ATA[234] compliant disks.
Move all PCI dependent stuff under #ifdef NPCI > 0
1999-12-18 20:06:30 +00:00
Brian Feldman
2cfa173c50
Woops, I'm so sorry I forgot this! From the last mbuf.h change:
...
m_mballoc_wakeup() (inline) -> MMBWAKEUP() (macro)
m_clalloc_wakeup() (inline) -> MCLWAKEUP() (macro)
Noticed by: peter
1999-12-18 20:04:19 +00:00
Peter Wemm
d5eeb3e843
Make this compile again.
...
GENERIC-broken-by: imp
1999-12-18 19:33:59 +00:00
Matthew Dillon
60c959f40b
Fix compilation warning on alpha when converting pointer to integer
...
to generate hash index.
Reviewed by: Andrew Gallatin <gallatin@cs.duke.edu>
1999-12-18 19:20:05 +00:00
Eivind Eklund
69963ed38d
Make NDFREE unlock VP if appropriate and not asked not to, as documented in
...
the manpage for namei(). This capability is not yet used attempted used
anywhere in the source tree.
1999-12-18 17:12:15 +00:00
Brian Feldman
0cdff8ae00
I've been Bruceified! As penance, I've fixed my error (improper ordering,
...
moving #ifdefs to the non-historically-correct place, indentation bugs),
and I've also completely restyle(9)d mbuf.h. There shouldn't be any
KNF issues with it anymore, nor should there be any internal
discrepencies.
(Oh, I also fixed a small bug, but it was benign. The spl was not
released in MCLALLOC if M_NOWAIT and there were no free mclusters.)
Not objected to by: bde
1999-12-18 13:52:44 +00:00
Seigo Tanimura
cf4f3dda81
Correct the logical ID of Avance Asound 110.
...
Submitted by: Bryan Liesner <bleez@netaxs.com>
1999-12-18 12:17:02 +00:00
Warner Losh
4e820cbe37
spell isa right on sn0 line
1999-12-18 07:49:54 +00:00