Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/cardbus add serial funce entry
details: https://anonhg.NetBSD.org/src/rev/680c37446258
branches: trunk
changeset: 485040:680c37446258
user: joda <joda%NetBSD.org@localhost>
date: Mon Apr 17 09:15:58 2000 +0000
description:
add serial funce entry
diffstat:
sys/dev/cardbus/cardbusvar.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 245f68dbf201 -r 680c37446258 sys/dev/cardbus/cardbusvar.h
--- a/sys/dev/cardbus/cardbusvar.h Mon Apr 17 08:55:33 2000 +0000
+++ b/sys/dev/cardbus/cardbusvar.h Mon Apr 17 09:15:58 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cardbusvar.h,v 1.18 2000/04/13 10:11:15 joda Exp $ */
+/* $NetBSD: cardbusvar.h,v 1.19 2000/04/17 09:15:58 joda Exp $ */
/*
* Copyright (c) 1998, 1999 and 2000
@@ -332,6 +332,10 @@
unsigned int funcid;
union {
struct {
+ int uart_type;
+ int uart_present;
+ } serial;
+ struct {
char netid[6];
char netid_present;
char __filler;
Home |
Main Index |
Thread Index |
Old Index