diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-05-08 07:56:48 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-05-08 07:56:48 +0000 |
| commit | 53a867d5774f6dd5d8a007575550db1954afc597 (patch) | |
| tree | 2299fcdea70deeabbb7bab77e1265baec7c4efc2 /sys | |
| parent | 55554ef2c3f5733b3334c1dfe30c3f4a41f5e55a (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 f0fecd3d1ec7..60c4a7e63176 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcisupport.c,v 1.65 1998/05/04 01:39:48 kato Exp $ +** $Id: pcisupport.c,v 1.66 1998/05/04 08:16:03 kato Exp $ ** ** Device driver for DEC/INTEL PCI chipsets. ** @@ -851,7 +851,7 @@ static struct pci_device vga_device = { DATA_SET (pcidevice_set, vga_device); -static char* vga_probe (pcici_t tag, pcidi_t type) +static char* vga_probe (pcici_t tag, pcidi_t unused) { int data = pci_conf_read(tag, PCI_CLASS_REG); u_int id = pci_conf_read(tag, PCI_ID_REG); |
