Peter Wemm
07f5372c67
Temporarily disable k6_mem (k6 write combining) at Brian's request since
...
it appears to be causing problems under XFree3.9.16.
1999-09-05 16:55:44 +00:00
Brian Feldman
c48a1139c2
M_WAITOK->M_NOWAIT
1999-09-05 15:45:57 +00:00
Poul-Henning Kamp
9e33123898
nullclose, not noclose of course.
1999-09-05 15:41:09 +00:00
Peter Wemm
3ca1647688
$Id$ -> $FreeBSD$
1999-09-05 15:21:05 +00:00
Greg Lehey
950da56038
struct rqgroup: put 0-length array at the end. Make mental note not
...
to write such crap again.
Spotted-by: Parag Patel <parag@cgt.com>
1999-09-05 06:32:20 +00:00
David E. O'Brien
22167446c5
Install {ibcs2,svr4}.sh in /usr/sbin and not in /usr/bin.
...
related to PR: 13545
1999-09-05 05:19:08 +00:00
Cameron Grant
a8bd3cc943
disable the aureal vortex driver for now
1999-09-04 18:59:47 +00:00
Cameron Grant
8f77ea6449
incorporate better ess support
...
Obtained From: KUROSAWA Takahiro <fwkg7679@mb.infoweb.ne.jp>
Tested By: peter
1999-09-04 18:23:23 +00:00
Cameron Grant
c5ad1e3a03
handle uiomove better in feed_root
1999-09-04 17:08:30 +00:00
Cameron Grant
4a8480837a
bugfix: deallocate channels properly if no read/write ops between open/close
1999-09-04 17:03:59 +00:00
Peter Wemm
ae04ca6157
Don't install stubs, make a compat symlink at buildworld time.
...
All internal references to <machine/soundcard.h> are (hopefully :-) gone.
1999-09-04 15:46:31 +00:00
Peter Wemm
978f5d6c5d
machine/soundcard.h is now in the standard location - sys/soundcard.h
1999-09-04 15:22:17 +00:00
Doug Rabson
2aadbbb680
Only set the description if there is one in the matching isa_pnp_id.
1999-09-04 14:43:35 +00:00
Doug Rabson
3e05dd9c7c
Make <machine/soundcard.h> a stub which includes <sys/soundcard.h>
1999-09-04 14:35:18 +00:00
Doug Rabson
c528b8ff53
Make the idempotency ifdefs uniform with the rest of src/sys/sys.
1999-09-04 14:33:58 +00:00
Doug Rabson
bd64ce72a8
Add USR3031 pnp id.
...
Submitted by: Steve Price <sprice@hiwaay.net>
1999-09-04 14:31:56 +00:00
Bruce Evans
8f5e349bf1
Fixed style bugs in rev.1.36-1.39.
1999-09-04 14:21:42 +00:00
Peter Wemm
5a90d999a9
<machine/soundcard.h> -> <sys/soundcard.h>, since it's an exported API
...
that's arch neutral and OSS API and Linux API compatable.
1999-09-04 14:15:26 +00:00
Bruce Evans
8aedb875bb
Fixed a gratuitous ANSIism again. The fix in rev.1.23 was blown away
...
in rev.1.25.
1999-09-04 13:42:15 +00:00
Bruce Evans
b9e91a85a6
Fixed style regressions in previous commit.
1999-09-04 13:30:18 +00:00
Bruce Evans
d7320dd1a0
Removed defunct option NULLFS_DIAGNOSTIC.
1999-09-04 12:44:38 +00:00
Bruce Evans
dd6898f64e
Don't generate opt_debug_nullfs.h. It is no longer necessary.
...
Removed bogus definition of NULLFS
1999-09-04 12:40:07 +00:00
Bruce Evans
a0f40f54aa
Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful as
...
the other XXXFS_DIAGNOSTIC options (not very) and mostly controlled
tracing of normal operation. Use `#ifdef DEBUG' for non-diagnostics
and `#ifdef DIAGNOSTIC' for diagnostics.
1999-09-04 12:35:09 +00:00
Bruce Evans
a5f3f7510a
Backed out the quick fix in the previous commit. Depending on opt_ddb.h
...
was a mistake. umapfs no longer depends on any options headers.
1999-09-04 12:01:32 +00:00
Bruce Evans
622163afbe
Fixed the previous change. Some more code controlled by UMAPFS_DIAGNOSTIC
...
is actually for diagnostics; control it with DIAGNOSTIC and not DDB.
1999-09-04 11:51:41 +00:00
KATO Takenori
acd0dd6ce1
Merge from sys/i386/isa/clock.c revision 1.145.
1999-09-04 01:39:52 +00:00
KATO Takenori
4fcaaf69e7
Merge from sys/i386/conf/files.i386 revision 1.264.
1999-09-04 01:36:23 +00:00
Bill Paul
ba2cb70286
#ifdef out the definition for the small packet RX ring. I ended up only
...
using one RX ring because of the alignment issue, so we may as well save
a few K of memory by not allocating space for it.
1999-09-03 20:58:39 +00:00
Peter Wemm
9d38d41c02
Finish making LINT compile. Disable references to pnp in files that
...
don't appear to use it, and disable i4b_isic_pnp.c (with a #warning)
until it's converted.
1999-09-03 20:38:47 +00:00
Doug Rabson
4c2212401b
Remove vestiges of old pnp code.
1999-09-03 20:11:25 +00:00
Doug Rabson
1c3111dc06
Remove the last vestiges of the old pnp code in favour of the new one.
1999-09-03 20:01:08 +00:00
Mike Smith
c7ba4828b1
Slight reorganisation of the Alpha/SRM loader build:
...
- Make as much of the makefile for each of the three flavours
(disk, CDROM, net) common.
- Special-case the libalpha startup module on its use in boot1, not
the other way around.
- Build the loader out of a "loader" directory
Reviewed by: mjacob, dfr
1999-09-03 19:42:18 +00:00
Peter Wemm
68103740e6
Fix a warning for the !DEVFS case.
1999-09-03 19:21:49 +00:00
Peter Wemm
0f09dc9341
if_ed doesn't use the wrappers anymore.
1999-09-03 19:15:13 +00:00
Peter Wemm
599d7638dd
Commit a checkpoint of an updated if_ed driver. This is pretty much
...
Doug Rabson's work, with a few tweaks from Warner Losh and I. There are
still some quirks to resolve, but the old driver is presently breaking
the build.
1999-09-03 19:10:56 +00:00
Luoqi Chen
d8a31f810f
Allow getblk() to be called from an idle context (by panic() inside
...
an interrupt handler).
Reviewed by: dillon
1999-09-03 17:49:25 +00:00
Peter Wemm
16e68fc605
Cosmetic tweak. Collect the fdc methods together and apart from the fd
...
methods so it's a little easier to seperate the two when reading the code.
1999-09-03 11:32:21 +00:00
Poul-Henning Kamp
9c48bdd348
Use micro "disk" layer in ata-disk
...
Reviewed by: sos
1999-09-03 10:57:17 +00:00
Poul-Henning Kamp
a2f21fdc51
Set si_bsize_phys to 2048 for cdrom.
...
Reviewed by: sos
1999-09-03 10:56:27 +00:00
Julian Elischer
1f7e07329d
Print out the device name when there is an uninitialised IO size or IO error
...
in spec_getpages().
Submitted by: phk suggested the idea.
1999-09-03 09:14:36 +00:00
Julian Elischer
c5d6480694
Add a catchall to set default blocksize values for disk like devices.
...
Submitted by: phk@freebsd.org
1999-09-03 08:26:46 +00:00
Marcel Moolenaar
48adcae922
Install linux.sh in /usr/sbin and not in /usr/bin.
...
PR: 13545
Submitted by: Jose M. Alcaide <jose@we.lc.ehu.es>
1999-09-03 07:15:38 +00:00
Marcel Moolenaar
6771d80337
I missed the namechange of field desc in struct i386_ldt_args into descs while
...
reviewing luoqi's changes...
Pointed out by: luoqi
1999-09-03 06:18:39 +00:00
Julian Elischer
7012bab988
Revert a bunch of contraversial changes by PHK. After
...
a quick think and discussion among various people some form of some of
these changes will probably be recommitted.
The reversion requested was requested by dg while discussions proceed.
PHK has indicated that he can live with this, and it has been agreed
that some form of some of these changes may return shortly after further
discussion.
1999-09-03 05:16:59 +00:00
Julian Elischer
439a479b3b
remove some out-of-scope DEVFS references..
...
(don't worry greg.. cosmetic only)
1999-09-03 05:08:05 +00:00
Luoqi Chen
cb899cd41d
Handle for passthru resource release correctly.
1999-09-03 04:30:01 +00:00
Matthew N. Dodd
fdfd9f2f70
This adds support for the Buslogic/Bustek/Storage Dimensions
...
MCA SCSI adapters.
bt_mca.c is going to live in sys/dev/buslogic instead of sys/dev/mca
as per a conversation with Peter, Doug and Mike.
Thanks to Andy Farkas <andyf@speednet.com.au> for being such a good
sport and doing all the testing for me (as I don't actually own one
of these cards. Yet.)
1999-09-03 03:50:55 +00:00
Matthew N. Dodd
30ca126cee
This is the rest of the MCA support; new_bus code to be exact.
...
Should we ever find ourselves on an RS/6000 this code should work
with few changes.
1999-09-03 03:40:00 +00:00
Matthew N. Dodd
478c54971b
SYSINIT() needs sys/kernel.h. Include it.
1999-09-03 03:14:36 +00:00
Matthew N. Dodd
7612e4c122
This adds the i386 specific support for systems with a MicroChannel
...
Architecture bus.
Reviewed by: msmith
1999-09-03 02:04:28 +00:00