s3_pci.c (a001bdc71de086f53f5eff14a95e55a0ffc8dcfb) s3_pci.c (ee5e90dab2f9a19b419e622830612bf05cd6cce9)
1/*-
2 * Copyright (c) 2000 Alcove - Nicolas Souchu <nsouch@freebsd.org>
3 * All rights reserved.
4 *
5 * Code based on Peter Horton <pdh@colonel-panic.com> patch.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 42 unchanged lines hidden (view full) ---

51#include <sys/fbio.h>
52
53#include <dev/pci/pcireg.h>
54#include <dev/pci/pcivar.h>
55
56#include <machine/md_var.h>
57#include <machine/vm86.h>
58#include <machine/pc/bios.h>
1/*-
2 * Copyright (c) 2000 Alcove - Nicolas Souchu <nsouch@freebsd.org>
3 * All rights reserved.
4 *
5 * Code based on Peter Horton <pdh@colonel-panic.com> patch.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 42 unchanged lines hidden (view full) ---

51#include <sys/fbio.h>
52
53#include <dev/pci/pcireg.h>
54#include <dev/pci/pcivar.h>
55
56#include <machine/md_var.h>
57#include <machine/vm86.h>
58#include <machine/pc/bios.h>
59#include <machine/pc/vesa.h>
59#include <dev/fb/vesa.h>
60
61#include <dev/fb/fbreg.h>
62#include <dev/fb/vgareg.h>
63
64#define S3PCI_DEBUG 1
65
66#define PCI_S3_VENDOR_ID 0x5333
67

--- 501 unchanged lines hidden ---
60
61#include <dev/fb/fbreg.h>
62#include <dev/fb/vgareg.h>
63
64#define S3PCI_DEBUG 1
65
66#define PCI_S3_VENDOR_ID 0x5333
67

--- 501 unchanged lines hidden ---