diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-07-17 19:59:07 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-07-17 19:59:07 +0000 |
| commit | 4143dbe3ea450a6d5ecb8891e98e097fd11bede3 (patch) | |
| tree | 5eb1cf8ef8579fd8e46f0a9b8d559f3fd97b08c5 /sys/dev/firewire/fwohci_pci.c | |
| parent | b32757b4315f6f7c79f3659e48853f6650620559 (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire/fwohci_pci.c')
| -rw-r--r-- | sys/dev/firewire/fwohci_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c index f584b98ca70e6..f0ed39db21c6e 100644 --- a/sys/dev/firewire/fwohci_pci.c +++ b/sys/dev/firewire/fwohci_pci.c @@ -169,8 +169,8 @@ fwohci_pci_probe( device_t dev ) return BUS_PROBE_DEFAULT; } if (id == (FW_VENDORID_SONY | FW_DEVICE_CXD1947)) { - device_set_desc(dev, "Sony i.LINK (CXD1947)"); - return BUS_PROBE_DEFAULT; + device_printf(dev, "Sony i.LINK (CXD1947) not supported"); + return ENXIO; } if (id == (FW_VENDORID_SONY | FW_DEVICE_CXD3222)) { device_set_desc(dev, "Sony i.LINK (CXD3222)"); |
