s3_pci.c (ee5e90dab2f9a19b419e622830612bf05cd6cce9) | s3_pci.c (372c73375922be670fced0fce1b20ecf742469a3) |
---|---|
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 --- 40 unchanged lines hidden (view full) --- 49 50#include <sys/malloc.h> 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> | 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 --- 40 unchanged lines hidden (view full) --- 49 50#include <sys/malloc.h> 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 <dev/fb/vesa.h> 60 61#include <dev/fb/fbreg.h> 62#include <dev/fb/vgareg.h> 63 64#define S3PCI_DEBUG 1 65 --- 503 unchanged lines hidden --- | 57#include <machine/pc/bios.h> 58#include <dev/fb/vesa.h> 59 60#include <dev/fb/fbreg.h> 61#include <dev/fb/vgareg.h> 62 63#define S3PCI_DEBUG 1 64 --- 503 unchanged lines hidden --- |