diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1996-01-23 21:31:51 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1996-01-23 21:31:51 +0000 |
| commit | ac09ec51082d592226f4704b63d8f1c0aac73ba6 (patch) | |
| tree | e0ac92f1bd9219c975f3b57d56c78ad2d696043b | |
| parent | 09a9d677907cc1b39a82fdc165fb5712e0a7a014 (diff) | |
Notes
| -rw-r--r-- | sys/pci/pcisupport.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 90d7169b7bfb..da83365e8e8e 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcisupport.c,v 1.26 1996/01/23 20:21:24 wollman Exp $ +** $Id: pcisupport.c,v 1.27 1996/01/23 20:36:49 wollman Exp $ ** ** Device driver for DEC/INTEL PCI chipsets. ** @@ -386,7 +386,7 @@ static const struct condmsg conf82437fx[] = { 0x50, 0xe0, 0x00, M_EQ, "1" }, { 0x00, 0x00, 0x00, M_TR, " clocks\n\tPeer Concurrency: " }, { 0x50, 0x08, 0x08, M_EN, 0 }, - { 0x00, 0x00, 0x00, M_TR, "\n\tCPU-to-PCI Write Busting: " }, + { 0x00, 0x00, 0x00, M_TR, "\n\tCPU-to-PCI Write Bursting: " }, { 0x50, 0x04, 0x00, M_NN, 0 }, { 0x00, 0x00, 0x00, M_TR, "\n\tPCI Streaming: " }, { 0x50, 0x02, 0x00, M_NN, 0 }, |
