Home | History | Annotate | Download | only in isa
History log of /src/sys/dev/isa/vga_isa.c
RevisionDateAuthorComments
 1.22  25-Sep-2022  thorpej Remove unnecessary include of <sys/malloc.h>.
 1.21  14-Mar-2008  cube Split device_t and softc for all attachments of vga(4).
 1.20  16-Nov-2006  christos branches: 1.20.24; 1.20.44; 1.20.48;
__unused removal on arguments; approved by core.
 1.19  12-Oct-2006  christos - sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
 1.18  11-Dec-2005  christos branches: 1.18.20; 1.18.22;
merge ktrace-lwp.
 1.17  27-Feb-2005  perry branches: 1.17.4;
nuke trailing whitespace
 1.16  14-Sep-2004  drochner branches: 1.16.4; 1.16.6;
Separate the namespace for default (ie unspecified) locators used
by the isa.c bus driver and the "address/whatever not specified"
argument passed to leaf device drivers.
The former is "ISACF_XXX_DEFAULT" as generaterd by config(8), the latter
"ISA_UNKNOWN_XXX", defined in isavar.h.
This way we save a dependency of every ISA device driver on "locators.h".
 1.15  02-Oct-2002  thorpej branches: 1.15.6;
Fix sizeof and whitespace bug from the script I'm using to do the
CFATTACH_DECL conversion. (Grumble.)
 1.14  02-Oct-2002  thorpej Use CFATTACH_DECL().
 1.13  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.12  09-Jul-2002  junyoung ANSIfy.
 1.11  28-Jun-2002  drochner clean up font handling:
-treat the builtin font like any other font at runtime
-for that, copy it to malloc()'d memory during attach()
-in early console initialization, if we have to consider a broken card
(VGA_CONSOLE_ATI_BROKEN_FONTSEL), copy the builtin font to another
location in font ram; the attach() code will do the rest
put the "quirk" code into effect again
 1.10  27-Jun-2002  junyoung - Work around a hardware bug that loaded fonts don't work, which is
found on many (all?) of PCI-based ATI graphics cards. It is fully optional
and can be enabled by adding `options VGA_CONSOLE_ATI_BROKEN_FONTSEL'
to config file.
- Temporarily remove `quirk' mechanism. Similar code already exists
in pci_quirks.c.
 1.9  26-Jun-2002  simonb Whitespace KNF.
 1.8  25-Jun-2002  drochner allow to overwrite the builtin VGA font if necessary,
make the number of available font slots variable,
set up a "quirk" mechanism to tell the generic vga code about crippled
VGA adapters which ignore the "fontsel" TS register,
initiate the quirk table with an ATI chip which happened to be on a board
I tested with.
Afaik quite a number of ATI chips suffers from the "loaded fonts don't
work" problem - these should be added.
Bad side effect of my change: The builtin font will be kicked out
always if a VGA_CONSOLE_SCREENTYPE is specified which needs a loaded
font. In early console initialization, we don't know much about the
graphics card, so we have to assume the worst (ie ATI:-).
 1.7  07-Jan-2002  thorpej branches: 1.7.8;
Overhaul of the ISA autoconfiguration code to support direct
configuration of devices logically attached to the ISA bus:

* Change the isa_attach_args to have arrays of io, mem, irq, drq
resources.
* Add a "pnpnames" and a linked list of "pnpcompatnames" to the
isa_attach_args. If either of these members are non-NULL,
direct configuration of the bus is being performed. Add an
ISA_DIRECT_CONFIG() macro to test for this.
* Drivers are not allowed to modify the isa_attach_args unless
direct configuration is not being performed and the probe fucntion
is returning success.
* Adapt device drivers -- currently, all driver probe routines return
"no match" if ISA_DIRECT_CONFIG() evaluates to true.
 1.6  13-Nov-2001  lukem add RCSID
 1.5  14-Sep-2001  thorpej Allow bus front-end to provide both ioctl and mmap entry points,
and also the wsdisplay type.

Based on changes from Simon Burge <simonb@wasabisystems.com>.
 1.4  14-Aug-2000  thorpej branches: 1.4.2; 1.4.4; 1.4.6;
Just add the mmap argument to vga_common_attach(), don't bother
with vga_extended_attach().
 1.3  12-Jun-1998  drochner branches: 1.3.14;
clean up vga_isa_match() - always return "2" on success to make the
driver win over "pcdisplay"
 1.2  28-May-1998  drochner Put definitions and subroutines needed for all PC display adapters
(MGA/GCA and compatibles) into global headers / source files.
Let the VGA driver use them.
 1.1  22-Mar-1998  drochner ISA frontend for sys/dev/ic/vga.c
 1.3.14.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.4.6.1  01-Oct-2001  fvdl Catch up with -current.
 1.4.4.3  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.4.4.2  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.4.4.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.4.2.6  18-Oct-2002  nathanw Catch up to -current.
 1.4.2.5  01-Aug-2002  nathanw Catch up to -current.
 1.4.2.4  28-Feb-2002  nathanw Catch up to -current.
 1.4.2.3  11-Jan-2002  nathanw More catchup.
 1.4.2.2  14-Nov-2001  nathanw Catch up to -current.
 1.4.2.1  21-Sep-2001  nathanw Catch up to -current.
 1.7.8.1  15-Jul-2002  gehenna catch up with -current.
 1.15.6.3  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.15.6.2  21-Sep-2004  skrll Fix the sync with head I botched.
 1.15.6.1  18-Sep-2004  skrll Sync with HEAD.
 1.16.6.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.16.4.1  29-Apr-2005  kent sync with -current
 1.17.4.2  17-Mar-2008  yamt sync with head.
 1.17.4.1  30-Dec-2006  yamt sync with head.
 1.18.22.2  10-Dec-2006  yamt sync with head.
 1.18.22.1  22-Oct-2006  yamt sync with head
 1.18.20.1  18-Nov-2006  ad Sync with head.
 1.20.48.1  03-Apr-2008  mjf Sync with HEAD.
 1.20.44.1  24-Mar-2008  keiichi sync with head.
 1.20.24.1  23-Mar-2008  matt sync with HEAD

RSS XML Feed