#
51f66ac7 |
| 14-May-2018 |
kettenis <kettenis@openbsd.org> |
Relax the way irqs are assigned. This diff does: - dynamic allocation of interrupts for dino(4) and gsc(4) - only mention irq locators for devices which use interrupts. - for gsc(4), this actually p
Relax the way irqs are assigned. This diff does: - dynamic allocation of interrupts for dino(4) and gsc(4) - only mention irq locators for devices which use interrupts. - for gsc(4), this actually postpones interrupt allocation until gsc(4) attaches, so asp(4)/lasi(4)/wax(4) won't route the interrupt yet, but the gsc(4) child will take care of this. - remove the irq locator for the drivers which do not need a fixed assignment. siop and moongoose could benefit from this but don't work at the moment so this is left as an exercize to future kernel hackers. A side effect from this is that we do not need multiple sti(4) attachment lines, so PCI sti(4) devices will now attach as sti0 rather than sti2.
With this diff, multiple dino(4) devices attached to the same parent will use different interrupt sources, and more than two dino(4) devices can attach.
Tested on 715/75 (old-gen using asp), 715/100/XC (new-gen using lasi), B132L+, B180L, C240, B2000, C3650.
From miod@
show more ...
|
#
24b306f3 |
| 09-Jun-2005 |
mickey <mickey@openbsd.org> |
it appears asp occupies more space than intially thought and audio wraps off the edge making troubles. make sure gsc attachment follows the amsk from the parents and also extend the asp's range to a
it appears asp occupies more space than intially thought and audio wraps off the edge making troubles. make sure gsc attachment follows the amsk from the parents and also extend the asp's range to a full 512m. found by Graham Gower <graham.gower@gmail.com> on 735 testing by miod@ on 715
show more ...
|
#
fef2e65f |
| 07-Apr-2004 |
mickey <mickey@openbsd.org> |
update copyright; miod@ is fine w/ files where he holds it too
|
#
0cbea151 |
| 08-Apr-2003 |
mickey <mickey@openbsd.org> |
just wate that debug altogether
|
#
f8f9f945 |
| 08-Apr-2003 |
miod <miod@openbsd.org> |
Make dmesg prettier if attachment fails and no option DEBUG
|
#
3867ea13 |
| 18-Feb-2003 |
miod <miod@openbsd.org> |
Let kernels compile without DDB, USELEDS, and DIAGNOSTIC. For future intallation media.
|
#
fa7c453a |
| 18-Dec-2002 |
mickey <mickey@openbsd.org> |
newer machines use phantom bus to attach lasi and other bus adapters. oledr machines did not have a real device for the phantom bus port. change the device scanning technique to both include a full d
newer machines use phantom bus to attach lasi and other bus adapters. oledr machines did not have a real device for the phantom bus port. change the device scanning technique to both include a full device path in the attach_args and do proper shifting in the pdc_scanbus() and add a device for the newer machines as well as use a newer device mapping (path to hpa) available on newer firmware versions, where old (hversion-dependant) is not available. tested on 712,715/33,c110, miod@ ok, weissmandude -- testing
show more ...
|
#
70016991 |
| 17-Dec-2002 |
mickey <mickey@openbsd.org> |
real interrupts/spl framework. tested on 712/* 715/100, 715/33 which main cpu/bus types. miod@ ok
|
#
c10c4b2d |
| 22-Apr-2002 |
mickey <mickey@openbsd.org> |
do not forget to set the hpamask
|
#
c4071fd1 |
| 14-Mar-2002 |
millert <millert@openbsd.org> |
First round of __P removal in sys
|
#
3a2eb88c |
| 09-Feb-2000 |
mickey <mickey@openbsd.org> |
heartbeat -- yeah we have a patch for that
|
#
94a3c495 |
| 26-Nov-1999 |
mickey <mickey@openbsd.org> |
print asp spu type in text
|
#
eac0f0a4 |
| 16-Jul-1999 |
mickey <mickey@openbsd.org> |
do not reset, helps the serial console
|
#
0dae5a81 |
| 05-May-1999 |
mickey <mickey@openbsd.org> |
don't use much of bus.h here, no need
|
#
b3d41c10 |
| 23-Nov-1998 |
mickey <mickey@openbsd.org> |
some GSC bus adapters; WAX is not ready yet
|