FreeBSD Bugzilla – Attachment 9534 Details for
Bug 19497
Adaptec AHA-1530P PNP scsi card is not recognised by 4.0-stable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 826 bytes, created by
martijn
on 2000-06-25 14:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
martijn
Created:
2000-06-25 14:20:01 UTC
Size:
826 bytes
patch
obsolete
>*** /sys/dev/aic/aic_isa.c.20000115 Sun Jun 25 10:16:06 2000 >--- /sys/dev/aic/aic_isa.c Sun Jun 25 11:08:24 2000 >*************** >*** 58,63 **** >--- 58,69 ---- > #define AIC_ISA_NUMPORTS (sizeof(aic_isa_ports) / sizeof(aic_isa_ports[0])) > #define AIC_ISA_PORTSIZE 0x20 > >+ static struct isa_pnp_id aic_ids[] = { >+ { 0x15309004, "Adaptec AHA-1530P"}, >+ { 0x15209004, "Adaptec AHA-1520P"}, >+ {0} >+ }; >+ > static int > aic_isa_alloc_resources(device_t dev) > { >*************** >*** 121,127 **** > u_int port, *ports; > u_int8_t porta; > >! if (isa_get_vendorid(dev)) > return (ENXIO); > > port = isa_get_port(dev); >--- 127,133 ---- > u_int port, *ports; > u_int8_t porta; > >! if (ISA_PNP_PROBE(device_get_parent(dev), dev, aic_ids) == ENXIO) > return (ENXIO); > > port = isa_get_port(dev);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19497
: 9534 |
9535