cg
34deed4b4f
fix a bug in sndstat output, tidy up a few bits
1999-12-19 15:07:56 +00:00
cg
444dfea7ab
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
cg
1f7666d525
remove the restriction limiting the vibra16x to 8 bit
...
Noticed By: Clive Lin <clive@CirX.ORG>
1999-12-19 14:21:38 +00:00
peter
a80a848739
This commit was generated by cvs2svn to compensate for changes in r54820,
...
which included commits to RCS files with non-trunk default branches.
1999-12-19 14:14:37 +00:00
peter
3cf81c35ae
Import fparseln(3) from NetBSD. It's used for easily dealing with \
...
escaped lines etc. (used by mailwrapper)
1999-12-19 14:14:37 +00:00
nyan
73b600cb26
- 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
peter
05fc7a4a72
Import NetBSD's mailwrapper to redirect /usr/sbin/sendmail to the user's
...
chosen mailer.
Obtained from: NetBSD
1999-12-19 13:50:37 +00:00
peter
55a1c6bee2
This commit was generated by cvs2svn to compensate for changes in r54816,
...
which included commits to RCS files with non-trunk default branches.
1999-12-19 13:50:37 +00:00
phk
1e02d32e93
Don't ignore return value from tsleep().
...
Spotted by: charnier
1999-12-19 12:36:41 +00:00
green
48b97c0997
Remove all vestiges of /usr programs (awk, sed, grep...) from MAKEDEV.
...
MAKEDEV can now run (with /sbin/chown and /bin/chgrp, still) without
any /usr. The default PATH for MAKEDEV is now "/sbin:/bin" to prevent
against further spammage of /usr programs in MAKEDEV. In the event
of an emergency, the variable "MAKEDEVPATH" can be used to replace
PATH, but I don't know what that emergency could be.
Let me know if you have any problems. I've tested it as well as
I could, which basically means everything except for RocketPorts.
Reviewed in principle by: peter
1999-12-19 09:42:15 +00:00
obrien
119cfeff30
Use symbolic values rather than constants in TARGET_DEFAULT.
...
Submitted by: bde on -current
1999-12-19 07:40:17 +00:00
imp
8fe589f18a
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
jkh
d686cb2f42
MFC: can't stop tweaking this compulsively.
1999-12-19 07:02:46 +00:00
jkh
b844608749
cosmetics missed in last commit.
1999-12-19 06:50:44 +00:00
obrien
4cced586e8
Use a unified CPP_SPEC.
1999-12-19 06:42:24 +00:00
jkh
bead2e7139
More cosmetic surgery and a nasty null pointer bug in index.c fixed.
1999-12-19 06:34:22 +00:00
green
c3ff65ba4e
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
rwatson
4b6baecfc7
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
rwatson
114c517da1
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
imp
c6fae80569
i82365_isasubr is gone, remove from building module.
1999-12-19 05:49:56 +00:00
jkh
a9a9f9ac90
Be paranoid about refreshing after an action.
1999-12-19 04:06:46 +00:00
green
99a0254a52
M_PREPEND-related cleanups (unregisterifying struct mbuf *s).
1999-12-19 01:55:37 +00:00
green
2de76d5ad3
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
billf
1fabd91386
-Wall fixes.
...
XXX: This code is sick, and so are some of the "fixes".
1999-12-19 00:21:51 +00:00
green
55d5a145e5
Fix a broken macro usage. It had no semicolon.
...
Noticed by: eivind
1999-12-18 23:26:26 +00:00
eivind
c110f988cc
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
b264357e5d
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
cg
c663a6bbe9
make vibra16x cards announce what they are in /dev/sndstat
1999-12-18 22:47:23 +00:00
cg
2257ad71d8
fix the buffer repetition on ^c problem
1999-12-18 22:24:50 +00:00
cg
42c32f7a3b
make the vibra16x work for playback at least, record is untested
1999-12-18 22:21:47 +00:00
eivind
cf78a64fe5
Correct the documentation of LOCKPARENT - it does not reliably result in the
...
parent being locked, but rather plays some hide and seek (does not lock if
dvp == vp).
Also add a BUGS section noting that this is undesired behaviour.
1999-12-18 20:50:48 +00:00
sos
b9dd0b7b17
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
green
794cbab436
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
3535351421
Make this compile again.
...
GENERIC-broken-by: imp
1999-12-18 19:33:59 +00:00
dillon
00382428de
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
1a2b8e413c
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
peter
bf11704e75
Revert -lmd changes now that libcrypt doesn't expose this binutils/ld
...
bug any more.
1999-12-18 16:42:33 +00:00
peter
d44e2d4226
Revert the libcrypt/libmd stuff back to how it was. This should not have
...
happened as it was working around problems elsewhere (ie: binutils/ld
not doing the right thing according to the ELF design). libcrypt has
been adjusted to not need the runtime -lmd. It's still not quite right
(ld is supposed to work damnit) but at least it doesn't impact all the
users of libcrypt in Marcel's cross-build model.
1999-12-18 13:55:17 +00:00
green
2c47e5f1e9
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
tanimura
794bfd9b4d
Correct the logical ID of Avance Asound 110.
...
Submitted by: Bryan Liesner <bleez@netaxs.com>
1999-12-18 12:17:02 +00:00
marcel
0895fb994c
Use long long format specifiers and cast each parameter to long long.
...
This avoids the ugly #if ARCH/#else/#endif construct.
Prompted to by: bde
Could have thought of this himself: marcel
1999-12-18 12:12:12 +00:00
obrien
76277b31cd
Provide complete coverage in switch statement to quiet -Wall.
1999-12-18 09:56:15 +00:00
imp
15ae28d41d
spell isa right on sn0 line
1999-12-18 07:49:54 +00:00
imp
802c4a9f4e
Merge GENERIC into PCCARD
...
Merge PCCARD into NEWCARD
1999-12-18 07:47:34 +00:00
imp
3ee6905fe7
Remove vestiages of now obsolete zp and ze drivers.
...
Forgotten by: phk
1999-12-18 06:27:31 +00:00
imp
f7dd0a4025
Add sn device: smc 91xx based ethernet controllers
1999-12-18 06:23:03 +00:00
imp
b4e3577a75
Driver for the smc91xx series of ethernet chips. Ported from PAO to
...
3.3R and then to -current. The pccard support has been left in the
driver, but is presently non-functional because we are using the
isa_compat layer for the moment.
Obtained From: PAO
Sponsored by: Timing Solutions
1999-12-18 06:11:22 +00:00
obrien
e723c230ec
Initialize a var to quiet -Wall.
1999-12-18 04:47:43 +00:00
green
74c1e8397d
Switch over to the OpenBSD fts.c, fixing lots of things.
...
Obtained from: OpenBSD
1999-12-18 04:36:14 +00:00
jkh
0b50cdfa85
Yet more cosmetic fixes (I have a little time to kill while waiting for
...
something else, so I might as well tweak 3.4's look-and-feel for the better
while I'm at it - final release build should be sometime later on tonite).
1999-12-18 03:13:19 +00:00