mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
It turns out that I was wrong. The chip in my machine is not a
CXD1847A, but a CXD1947A. I checked by visual inspection after prompting from onoe-san.
This commit is contained in:
parent
119c7d5d6a
commit
df28f2b764
1 changed files with 1 additions and 1 deletions
|
|
@ -1165,7 +1165,7 @@ chip_match(device_t dev)
|
|||
|
||||
/* Sony -- vendor 0x104d */
|
||||
case 0x8009104d:
|
||||
return ("Sony CXD1847A/CXD1947A FireWire Host Controller");
|
||||
return ("Sony CXD1947A FireWire Host Controller");
|
||||
|
||||
/* SiS -- vendor 0x1039 */
|
||||
case 0x04961039:
|
||||
|
|
|
|||
Loading…
Reference in a new issue