| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
condev_t for a non-typedef).
|
|
|
|
|
|
|
| |
has a slight error, and returns EIO way too often.
PR: 16315
Submitted by: Louis Mamakos <louie@TransSys.COM>
|
|
|
|
|
|
|
|
| |
doesn't conflict with the parallel port on my miata (0x3bc..0x3bf).
The right solution will be to reserve two port ranges in vga, 0x3b0..0x3ba
and 0x3c0..0x3ca.
Reviewed by: yokota
|
|
|
|
| |
Reviewed by: wollman, freebsd-net
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: n_hibma
|
|
|
|
| |
sys/dev/si now, including with a theoretically working eisa attachment.
|
|
|
|
|
|
| |
previous commit. Building LINT didn't expose this bug, because the
assignment was in an ifdef that is too tangled for LINT to cover
properly.
|
| |
|
| |
|
|
|
|
| |
to match everything else *but* a specialix pci card. *blush*.
|
|
|
|
|
| |
Split out the bus attachments so the impact of the bus xxxvar.h files
with the inline macros for the ivars are confined to one file each.
|
|
|
|
|
|
|
|
|
|
|
| |
o Cut out the probed stuff. We no longer need it since newbus implicitly
checks for this (likely bt can be changed as well in this way).
o Add preliminary support for unload. Untested because aha doesn't yet
support identify and there are some interactions with PnP that I've
not yet worked out.
With this I can boot the AHA-1542CP FW F.0. All the aha resources
appear to be picked up via pnp now.
|
|
|
|
| |
"ktrace(1) syscall trace" -> "ktrace(1)".
|
|
|
|
|
|
|
| |
The files were repo copied from their original location and are part
way towards being portable.
This should unbreak the EISA support in the driver.
I have not updated files* yet as I'm not quite finished.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
were intended to head off confusion about the trailing '0'.
|
| |
|
|
|
|
|
|
| |
dynamic resource tables rather than relying on a duplicated cam-specific
table generated by config(8) in ioconf.c. This was a major holdup to
getting loader / userconfig driven configuration of scsi wiring.
|
|
|
|
|
|
|
| |
has been opened, we should not allow configuration changes as endpoint
descriptors might disappear.
PR: 16256, 16168
|
| |
|
| |
|
| |
|
|
|
|
|
| |
behaves the normal way when loaded at runtime versus being statically
compiled. (normal == print garbage on the printer :-).
|
|
|
|
|
|
| |
to newbus.
Reviewed by: bde
|
|
|
|
| |
Reviewed by: phk
|
|
|
|
|
| |
In the rather obscure case of hardpps(), use a type-II PLL if the external
signal is phase locked, but a FLL if it isn't.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
the resource table to locate children. The 'at ppbus?' can go again.
Remove a few #if Nxxx > 0' type things, config arranges this for us.
Move the newbus method glue next to the DRIVER_MODULE() stuff so we
don't need extra prototypes.
Don't set device descriptions until after the possibility of the probe
returning an error.
Remove all cdevsw_add() calls, all the drivers that did this also use
make_dev() correctly, so it's not required.
A couple of other minor nits.
|
|
|
|
| |
Submitted by: asmodai
|
| |
|
|
|
|
|
| |
The pnpbios doesn't supply a description in the case we've seen so
supply one.
|
| |
|
|
|
|
| |
work unmodified still, new config files won't work on the old ones.
|
|
|
|
| |
and other unwired devices.
|
| |
|
|
|
|
| |
or other unwired devices.
|
|
|
|
|
|
|
|
| |
isa_device->id_ri_flags and RI_FAST were not implemented and did nothing.
The two drivers that were mistakenly thinking this was working were
cy.c and loran.c - these should be converted to newbus.
GC (garbage collect) isa_device->id_alive
GC userconfig.c references to isa_device->id_scsiid (!).
|
|
|
|
| |
GC reconfig_isadev() - it's not used anymore.
|
|
|
|
|
| |
moment :-( I think we need some sort of stub variable and a
``is this queue available'' flag.
|
|
|
|
|
|
|
|
|
|
|
| |
Fix a long-standing bug where I used a 'break;' instead of a 'continue;';
you had to have multiple ISA boards in non-PnP mode with an 'unknown' board
with a lower MAC address to find this one. Since I have 4 3c5x9 boards
in my test box I was somewhat confused when this happened. :)
Make the messages printed by ep_isa_identify() a little more consistent;
we'll only see them in verbose boot mode but it makes me feel better if
they look nice.
|
|
|
|
|
|
|
|
| |
Also, while I'm here, add a mechanism to catch unknown board IDs that
are likely to be 3c509s and allow them to be attached.
PR: kern/16304
Submitted by: Kelly Yancey <kbyanc@posi.net>
|
|
|
|
|
| |
upon starting/stopping the DSP. Correct the pointer in addition
to clearing the FIFO.
|
| |
|