diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-09-17 00:45:45 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-09-17 00:45:45 +0000 |
commit | c2e080dbb1533e42a1457fe3d6ada4e63877714a (patch) | |
tree | 666de9d38b2596f0723d327cdbdba9395c2921d8 /sys/dev/ic/rtl81x9reg.h | |
parent | 4797ada965a1ea9472d9d6b1a1fdbf26a4e1fe71 (diff) |
add some Realtek chip ids
Diffstat (limited to 'sys/dev/ic/rtl81x9reg.h')
-rw-r--r-- | sys/dev/ic/rtl81x9reg.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/ic/rtl81x9reg.h b/sys/dev/ic/rtl81x9reg.h index d3fd05f75d7..f3c056b1918 100644 --- a/sys/dev/ic/rtl81x9reg.h +++ b/sys/dev/ic/rtl81x9reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rtl81x9reg.h,v 1.20 2005/08/03 16:27:39 brad Exp $ */ +/* $OpenBSD: rtl81x9reg.h,v 1.21 2005/09/17 00:45:44 brad Exp $ */ /* * Copyright (c) 1997, 1998 @@ -704,7 +704,10 @@ struct rl_softc { * RealTek chip device IDs. */ #define RT_DEVICEID_8129 0x8129 +#define RT_DEVICEID_8138 0x8138 #define RT_DEVICEID_8139 0x8139 +#define RT_DEVICEID_8169 0x8169 +#define RT_DEVICEID_8100 0x8100 /* * Accton PCI vendor ID |