summaryrefslogtreecommitdiffstats
path: root/sys/isa/ppcreg.h
diff options
context:
space:
mode:
authornsouch <nsouch@FreeBSD.org>2001-01-25 10:51:41 +0000
committernsouch <nsouch@FreeBSD.org>2001-01-25 10:51:41 +0000
commitfe01c653ba990e326866d151addf65e7acdbf8db (patch)
tree01eabd4a8f65b6fbcf4160dd56a08dbc0cdfe905 /sys/isa/ppcreg.h
parentfc25f4c3ead7bbd28f05e197043feaff4c725ac7 (diff)
downloadFreeBSD-src-fe01c653ba990e326866d151addf65e7acdbf8db.zip
FreeBSD-src-fe01c653ba990e326866d151addf65e7acdbf8db.tar.gz
Consider that the chipset may be in ECP mode (from BIOS settings)
even if mode PS/2 is forced with bootflags. As a matter of fact, chipsets needs some extra configuration for accessing PS/2 mode from ECP. The current patch is only relevant for generic chipsets since specific code is supposed to deal with this during detection.
Diffstat (limited to 'sys/isa/ppcreg.h')
-rw-r--r--sys/isa/ppcreg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/isa/ppcreg.h b/sys/isa/ppcreg.h
index 8bd637c..4d5e665 100644
--- a/sys/isa/ppcreg.h
+++ b/sys/isa/ppcreg.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 1997 Nicolas Souchu
+ * Copyright (c) 2001 Alcove - Nicolas Souchu
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -63,6 +63,7 @@ struct ppc_data {
int ppc_mode; /* chipset current mode */
int ppc_avm; /* chipset available modes */
+ int ppc_dtm; /* chipset detected modes */
#define PPC_IRQ_NONE 0x0
#define PPC_IRQ_nACK 0x1
OpenPOWER on IntegriCloud