diff options
Diffstat (limited to 'sys/i386/isa/sound/pas2_card.c')
-rw-r--r-- | sys/i386/isa/sound/pas2_card.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/sound/pas2_card.c b/sys/i386/isa/sound/pas2_card.c index 204946e..13f2efc 100644 --- a/sys/i386/isa/sound/pas2_card.c +++ b/sys/i386/isa/sound/pas2_card.c @@ -380,7 +380,7 @@ attach_pas_card (long mem_start, struct address_info *hw_config) if (detect_pas_hw (hw_config)) { - board_rev_id = pas_read (BOARD_REV_ID); + board_rev_id = pas_read (BOARD_REV_ID); if (pas_model = pas_read (CHIP_REV)) { #ifdef __FreeBSD__ |