diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2004-11-01 22:15:15 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2004-11-01 22:15:15 +0000 |
| commit | d39d4a6e6412f88225d1b78c8a797ab82daac250 (patch) | |
| tree | 2d51ddc5baf115819b8b07497742acacc8965e22 /sys/dev | |
| parent | 291fd55363488420dd6669c5e2fd85bc91b13cbc (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 508fa3bf5e753..5acf97b92f071 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -1484,7 +1484,7 @@ DB_SHOW_COMMAND(pciregs, db_pci_dump) /* * Go through the list of devices and print out devices */ - db_setup_paging(db_simple_pager, &quit, DB_LINES_PER_PAGE); + db_setup_paging(db_simple_pager, &quit, db_lines_per_page); for (error = 0, i = 0, quit = 0, dinfo = STAILQ_FIRST(devlist_head); (dinfo != NULL) && (error == 0) && (i < pci_numdevs) && !quit; |
