diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-07-09 07:19:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-07-09 07:19:58 +0000 |
| commit | 3b489f2e4d60ad736e9c8e35f28d98b705fb77f3 (patch) | |
| tree | b8a0c82fd3bb97652fb128c16f8cd52af65e44e0 | |
| parent | 65eed98238369096b8d44c836e47eda3647a1155 (diff) | |
Notes
| -rw-r--r-- | sys/dev/pcic/i82365reg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/pcic/i82365reg.h b/sys/dev/pcic/i82365reg.h index fd13febf8c4b..7854d7eeeea9 100644 --- a/sys/dev/pcic/i82365reg.h +++ b/sys/dev/pcic/i82365reg.h @@ -359,3 +359,7 @@ #define PCIC_PNP_VLSI_82C146 0x020ED041 /* PNP0E02 */ #define PCIC_PNP_82365_CARDBUS 0x030ED041 /* PNP0E03 */ #define PCIC_PNP_SCM_SWAPBOX 0x69046d4c /* SMC0469 */ + +/* C-Bus PnP Definitions */ +#define PCIC_NEC_PC9801_102 0x9180a3b8 /* NEC8091 PC-9801-102 */ +#define PCIC_NEC_PC9821RA_E01 0x2181a3b8 /* NEC8121 PC-9821RA-E01 */ |
