diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-10-04 15:56:02 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-10-04 15:56:02 +0000 |
| commit | 48eaa43e7957e78f414a6d124da1d78bd1a3a8f6 (patch) | |
| tree | addcae35ab41b85ebd42e884f8336750680a88ab /sys/alpha | |
| parent | d4a2b9745036e2cd5d968adf87cb51520c0f3e07 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/alpha/dec_axppci_33.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/dec_axppci_33.c b/sys/alpha/alpha/dec_axppci_33.c index 3c9eadb801b9..1841d923d4a6 100644 --- a/sys/alpha/alpha/dec_axppci_33.c +++ b/sys/alpha/alpha/dec_axppci_33.c @@ -251,7 +251,7 @@ dec_axppci_33_intr_route(device_t pcib, device_t dev, int pin) break; #ifdef DIAGNOSTIC default: /* XXX gcc -Wuninitialized */ - panic("dec_axppci_33_intr_route bogus: PCI pin %d\n", + panic("dec_axppci_33_intr_route: bogus PCI pin %d\n", pin); #endif }; |
