MFp4:
o O2Micro OZ711e1 is now recognized (note: I don't have one, and the current owner of the Dell laptop is reporting problems). o minor nits wrt copyright date.
This commit is contained in:
parent
d71c565b9c
commit
9a6fdece27
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2002-2003 M. Warner Losh.
|
||||
* Copyright (c) 2000,2001 Jonathan Chen.
|
||||
* Copyright (c) 2002-2004 M. Warner Losh.
|
||||
* Copyright (c) 2000-2001 Jonathan Chen.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@ -189,7 +189,7 @@ struct yenta_chipinfo {
|
||||
{PCIC_ID_OZ6912, "O2Micro OZ6912/6972 PCI-CardBus Bridge", CB_O2MICRO},
|
||||
{PCIC_ID_OZ6922, "O2Micro OZ6922 PCI-CardBus Bridge", CB_O2MICRO},
|
||||
{PCIC_ID_OZ6933, "O2Micro OZ6933 PCI-CardBus Bridge", CB_O2MICRO},
|
||||
/* 711E1 */
|
||||
{PCIC_ID_OZ711E1, "O2Micro OZ711E1 PCI-CardBus Bridge", CB_O2MICRO},
|
||||
|
||||
/* sentinel */
|
||||
{0 /* null id */, "unknown", CB_UNKNOWN},
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001 M. Warner Losh. All rights reserved.
|
||||
* Copyright (c) 2001-2004 M. Warner Losh. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
@ -48,7 +48,7 @@
|
||||
#define PCIC_ID_OZ6912 0x69721217ul /* Also 6972 */
|
||||
#define PCIC_ID_OZ6922 0x69251217ul
|
||||
#define PCIC_ID_OZ6933 0x69331217ul
|
||||
/* O2Micro 711E1 */
|
||||
#define PCIC_ID_OZ711E1 0x71131217ul /* O2Micro 711E1 */
|
||||
#define PCIC_ID_RICOH_RL5C465 0x04651180ul
|
||||
#define PCIC_ID_RICOH_RL5C466 0x04661180ul
|
||||
#define PCIC_ID_RICOH_RL5C475 0x04751180ul
|
||||
|
Loading…
Reference in New Issue
Block a user