History log of /freebsd/sys/i386/conf/LINT (Results 451 – 475 of 1566)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5719a93c 10-May-1997 John-Mark Gurney <jmg@FreeBSD.org>

forgot to add the "longer" description of bktr and add an example device
line.


# 6baab376 10-May-1997 John-Mark Gurney <jmg@FreeBSD.org>

add a line for bktr (Bt848 base capture cards) to LINT.


# 68713f97 09-May-1997 Kenjiro Cho <kjc@FreeBSD.org>

merge ATM driver


# 53850c2f 06-May-1997 Steve Passe <fsmp@FreeBSD.org>

A *little* more descriptive test for options.


# 5a9714de 04-May-1997 Joerg Wunsch <joerg@FreeBSD.org>

This mega-commit brings the following:

. It makes cd9660 root f/s working again.
. It makes CD9660 a new-style option.
. It adds support to mount an ISO9660 multi-session CD-ROM as the root
filesy

This mega-commit brings the following:

. It makes cd9660 root f/s working again.
. It makes CD9660 a new-style option.
. It adds support to mount an ISO9660 multi-session CD-ROM as the root
filesystem (the last session actually, but that's what is expected
behaviour).

Sigh. The CDIOREADTOCENTRYS did a copyout() of its own, and thus has
been unusable for me for this work. Too bad it didn't simply stuff
the max 100 entries into the struct ioc_read_toc_entry, but relied on
a user supplied data buffer instead. :-( I now had to reinvent the
wheel, and created a CDIOREADTOCENTRY ioctl command that can be used
in a kernel context.

While doing this, i noticed the following bogosities in existing CD-ROM
drivers:

wcd: This driver is likely to be totally bogus when someone tries
two succeeding CDIOREADTOCENTRYS (or now CDIOREADTOCENTRY)
commands with requesting MSF format, since it apparently
operates on an internal table.

scd: This driver apparently returns just a single TOC entry only for
the CDIOREADTOCENTRYS command.

I have only been able to test the CDIOREADTOCENTRY command with the
cd(4) driver. I hereby request the respective maintainers of the
other CD-ROM drivers to verify my code for their driver. When it
comes to merging this CD-ROM multisession stuff into RELENG_2_2 i will
only consider drivers where i've got a confirmation that it actually
works.

show more ...


# 2b450063 28-Apr-1997 Steve Passe <fsmp@FreeBSD.org>

remove the SMP_INVLTLB option, making the code default for APIC_IO.

Reviewed by: informal discussion with Peter Wemm <peter@spinner.DIALix.COM>


# 477a642c 26-Apr-1997 Peter Wemm <peter@FreeBSD.org>

Man the liferafts! Here comes the long awaited SMP -> -current merge!

There are various options documented in i386/conf/LINT, there is more to
come over the next few days.

The kernel should run pr

Man the liferafts! Here comes the long awaited SMP -> -current merge!

There are various options documented in i386/conf/LINT, there is more to
come over the next few days.

The kernel should run pretty much "as before" without the options to
activate SMP mode.

There are a handful of known "loose ends" that need to be fixed, but
have been put off since the SMP kernel is in a moderately good condition
at the moment.

This commit is the result of the tinkering and testing over the last 14
months by many people. A special thanks to Steve Passe for implementing
the APIC code!

show more ...


# c1aa7eb5 14-Apr-1997 Justin T. Gibbs <gibbs@FreeBSD.org>

GENERIC, LINT:
Add an ie entry that corresponds to the location the old ix entry used
to probe and kill the ix entry.

files.i386:
Remove entries for the ix driver.


# 9546766a 07-Apr-1997 Bruce Evans <bde@FreeBSD.org>

Documented new serial console flags.

Removed dead serial console options.

Reorganised sio and serial console options.

Added undocumented options CLUSTERDEBUG and NPX_DEBUG.


# 3d4d8fe9 29-Mar-1997 Poul-Henning Kamp <phk@FreeBSD.org>

Sanitize APM a bit. Convert various #ifdef to id_flags instead.
You may want to add "flags 0x31" to apm0 if you have a lousy
implementation. Read LINT.


Revision tags: release/2.2.1_cvs
# 5fba67d1 26-Mar-1997 Andrey A. Chernov <ache@FreeBSD.org>

Add "conflicts" to sbmidi0 since configured irq passed back to isa
and conflict with sb0 irq.

NOTE: existen configurations require "conflicts" adding to sbmidi0 now


# 348a8a6a 26-Mar-1997 Andrey A. Chernov <ache@FreeBSD.org>

Add "conflicts" to sbxvi0 since all information now passed to isa
and conflict with sb0 happens.

NOTE: it affects existen configurations, add "conflicts" to sbxvi0 line
if you see probe error


# add8f412 26-Mar-1997 Andrey A. Chernov <ache@FreeBSD.org>

Don't trick with opl0 address since we have conflicts keyword


# 0baa5ad9 25-Mar-1997 Andrey A. Chernov <ache@FreeBSD.org>

Use port? for sbxvi0 since it is autoconfigured from sb0
Change sb0 irq from 7 to 5 since 5 is Creative default now.


# 56be1833 23-Mar-1997 KATO Takenori <kato@FreeBSD.org>

Created new section `CPU OPTIONS'. CPU classes and math emulator are
moved to there. Options for CPU feature is also described there.


# 35846a81 20-Mar-1997 Mike Pritchard <mpp@FreeBSD.org>

Typo police.


# c85cfdb2 19-Mar-1997 David E. O'Brien <obrien@FreeBSD.org>

typo (nthe --> the)


Revision tags: release/2.2.0
# 25292acb 13-Mar-1997 Bruce Evans <bde@FreeBSD.org>

Updated comment about npx0.

Added obsolete option GATEWAY so that kern_opt.c gets tested.

Added undocumented options LOCKF_DEBUG and SIMPLELOCK_DEBUG so
that these options get tested. The addition

Updated comment about npx0.

Added obsolete option GATEWAY so that kern_opt.c gets tested.

Added undocumented options LOCKF_DEBUG and SIMPLELOCK_DEBUG so
that these options get tested. The addition of LOCKF_DEBUG shows
that all of kern/kern_lockf.c shouldn't have been moved from ufs.
The debugging parts are very fs-dependent.

show more ...


# 2928e6b5 12-Mar-1997 Stefan Eßer <se@FreeBSD.org>

Add option CMD640 which is required to use both channels of that
EIDE chip


# 1b0d3143 12-Mar-1997 Joerg Wunsch <joerg@FreeBSD.org>

Since i don't see that anybody is implementing a more correct EISA
probing anytime soon, make EISA_SLOTS a fully supported option. It's
required for the HP NetServer LC series machines.

Next stop:

Since i don't see that anybody is implementing a more correct EISA
probing anytime soon, make EISA_SLOTS a fully supported option. It's
required for the HP NetServer LC series machines.

Next stop: make dset(8) aware of it as well.

show more ...


Revision tags: release/2.1.7_cvs
# 6875d254 22-Feb-1997 Peter Wemm <peter@FreeBSD.org>

Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
ready for it yet.


# 56a956e5 12-Feb-1997 Bruce Evans <bde@FreeBSD.org>

Use a valid value for MSGSSZ
Don't specify PSM_CHECKSYNC twice.

Submitted by: MSGSSZ by mi@aldan.ziplink.net


Revision tags: release/2.1.6_cvs, release/2.1.6.1
# c37ddbb8 01-Feb-1997 Joerg Wunsch <joerg@FreeBSD.org>

Correct the usage of fea0. It's an EISA driver now, so the ISA usage
is bogus.

Also, correct a stale comment about non-existing EISA support.


# 50c193eb 30-Jan-1997 Kazutaka YOKOTA <yokota@FreeBSD.org>

Removed reference to PSM_NO_RESET which is no longer available.


# d73ffacd 27-Jan-1997 Bruce Evans <bde@FreeBSD.org>

Removed bogus options CHILD_MAX and OPEN_MAX.


1...<<11121314151617181920>>...63