diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-11-03 19:22:53 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-11-03 19:22:53 +0000 |
commit | 074acb47bb6c5e0b6a4438c1e4ca2f75dcbfb5f7 (patch) | |
tree | d976f7c748449c8dbbcdf63a02d738010152da3b /sys/dev/pci/brooktree848.c | |
parent | d5b7924a41280bedc5fec28e10f5303ea8e17c3c (diff) |
Typo in boot message.
Diffstat (limited to 'sys/dev/pci/brooktree848.c')
-rw-r--r-- | sys/dev/pci/brooktree848.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/brooktree848.c b/sys/dev/pci/brooktree848.c index aff7daa859b..3fd0f7c7a12 100644 --- a/sys/dev/pci/brooktree848.c +++ b/sys/dev/pci/brooktree848.c @@ -1,4 +1,4 @@ -/* $OpenBSD: brooktree848.c,v 1.12 1999/10/31 20:50:04 deraadt Exp $ */ +/* $OpenBSD: brooktree848.c,v 1.13 1999/11/03 19:22:52 angelos Exp $ */ /* $Roger: brooktree848.c,v 1.85 1999/06/12 14:54:54 roger Exp $ */ /* BT848 Driver for Brooktree's Bt848, Bt848A, Bt849A, Bt878, Bt879 based cards. @@ -5432,7 +5432,7 @@ probeCard( bktr_ptr_t bktr, int verbose ) subsystem_vendor_id = (byte_254 << 8) | byte_255; if ( bootverbose ) - printf("subsytem 0x%04x 0x%04x\n",subsystem_vendor_id, + printf("subsystem 0x%04x 0x%04x\n",subsystem_vendor_id, subsystem_id); if (subsystem_vendor_id == VENDOR_AVER_MEDIA) { |