| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
soon.
|
|
|
|
|
|
|
|
|
| |
sys/conf/files.i386 1.321
sys/dev/syscons/syscons.c 1.343
sys/i386/isa/spkr.c 1.46
sys/isa/fd.c 1.183 and 1.185
sys/isa/syscons_isa.c 1.14
sys/isa/vga_isa.c 1.18
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(I had been busy for my own research activity until the last weekend)
Supported devices:
SB Midi Port (sbc + midi)
SB OPL3 (sbc + midi)
16550 UART (midi, needs a trick in your hint)
CS461x Midi Port (csa + midi)
OSS-compatible sequencer (seq)
Supported playing software:
playmidi (We definitely need more)
Notes:
/dev/midistat now reports installed midi drivers. /dev/sndstat reports
only pcm drivers. We need the new name(pcmstat?).
EMU8000(SB AWE) does not sound yet but does get probed so that the OPL3
synth on an AWE card works.
TODO:
MSS/PCI bridge drivers
Midi-tty interface to support general serial devices
Modules
|
|
|
|
| |
Noticed by: green
|
|
|
|
|
|
|
|
|
|
| |
stack. It's bad for your machine's health.
Make the two huge structs in reseed() static to prevent crashes. This
is the bug that people have been running into and panic()ing on for the
past few days.
Reviewed by: phk
|
| |
|
|
|
|
|
|
|
| |
only doing so if loader.rc does not exist. This fixes the problem where
installworld doesn't update /boot/loader.4th, resulting in device.hints not
being loaded after updating past the config(8) changes, which resulted in
mcclock0 not being probed, and a nice kernel panic during boot.
|
|
|
|
|
|
|
| |
are working. Add a small blurb about XE_DEBUG as it might be useful
to some people troubelshooting problems in the future.
Submitted by: "Kevin Oberman" <oberman@es.net>
|
| |
|
| |
|
|
|
|
|
|
| |
Move ufs/ufs/ufs_disksubr.c to kern/subr_disklabel.c.
These functions are not UFS specific and are in fact used all over the place.
|
| |
|
|
|
|
| |
taskqueue_swi).
|
| |
|
|
|
|
|
| |
vulnerability and could in principle be used to upload a new kernel from the
bootloader :-)
|
|
|
|
| |
Reviewed by: msmith
|
|
|
|
|
| |
for secondary (bridged) PCI busses by making primary PCI instances
16 units apart.
|
|
|
|
|
|
|
|
| |
hose are 16 PCI instances apart. This allows us to recognize secondary
PCI busses (at least to a first level) until the pci infrastructure is
fixed.
Turn on support for secondary cycles, too. Redo debug printouts.
|
|
|
|
|
|
|
| |
Instead, for now (until we get a pci infrastructure cleanup),
assign the PCI bus number to be mcpcia bus instance << 4. This
is to allow secondary bridges some room to be recongnized on
4100 systems.
|
|
|
|
|
|
| |
than one SYSINIT with the same 'subsystem' id and different 'order' id.
Reviewed by: peter
|
|
|
|
| |
are not interfered with by the harvester.
|
|
|
|
|
| |
PR: 19770
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
|
|
|
|
|
| |
not sure if there is a real threat or not, but it seems that there's
possibility for overrun/underrun (like non-NOP option with optlen > cnt).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, many drivers support more than one bus of ISA, EISA, MCA,
PCI.
Before this commit, we had, for example, some SCSI devices listed more
than once, iirc, some up to three times (ISA/EISA, MCA, PCI).
Since now the "device" line is common for all of them and they only
differ for the hints stuff, I did the following:
First, list Busses: (E)ISA, MCA, PCI and explain, that only ISA
needs the hints stuff.
Move NIC/SCSI stuff, which were the only split sections, behind these
stuff. Describe all drivers only one time and list all supported
chips.
List all device (+ hints for ISA, if possible).
I've also added few additional supported chips to some drivers, xl for
example and some SCSI drivers.
Also, softupdates is no longer disabled by default, so the comment should
not say, it's not enabled by default due to license issues.
Approved by: asmodai
To come: include PAO devices (imp volunteered for help)
|
|
|
|
| |
existing names. "null" is too common a string; use "null_".
|
|
|
|
| |
/dev/random now has new-and-improved entropy!
|
|
|
|
|
| |
stomp on each other; provide constant names (as enums) for the harvester
to use (makes it more self-documenting).
|
|
|
|
|
|
| |
fix formatting of long macros.
Pointed out by: bde
|
|
|
|
| |
From: ume
|
|
|
|
| |
items via free is bad.
|
| |
|
|
|
|
|
| |
think the commented entries in GENERIC are the
right thing to do.
|
| |
|
|
|
|
|
|
|
|
|
| |
#device ses # SCSI Environmental Services (and SAF-TE)
#device targ # SCSI Target Mode Code
#device targbh # SCSI Target Mode Blackhole Device
#define pt # SCSI Processor Target Device
so that people know that they are there.
|
|
|
|
|
|
|
|
|
| |
#device ses # SCSI Environmental Services (and SAF-TE)
#device targ # SCSI Target Mode Code
#device targbh0 # SCSI Target Mode Blackhole Device
#define pt # SCSI Processor Target Device
so that people know that they are there.
|
|
|
|
| |
README.softupdates.
|
| |
|
|
|
|
|
|
| |
contigmalloc().
reviewed by: wpaul
|
|
|
|
|
| |
KTRPOINT(p, KTR_GENIO) is more uncommon than error == 0, so it should
be first in the && statement.
|
|
|
|
| |
but somehow... pass the pointy hat, again!
|
| |
|
|
|
|
| |
Work around pccard nasties.
|
| |
|
|
|
|
|
|
|
| |
is 2^16 mounts per fs type.
Reported by: Troy Arie Cobb <tcobb@staff.circle.net> via phk
Reviewed by: bde
|
| |
|
| |
|
|
|
|
| |
compiled in or loaded.
|
| |
|
|
|
|
| |
Submitted by: Jim Bloom <bloom@reyim.ne.mediaone.net>
|
|
|
|
| |
Approved-by: itojun
|