diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-03-08 12:15:13 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-03-08 12:15:13 +0000 |
commit | 273322bf7cf78b85342eff76d1ab8fe37af46107 (patch) | |
tree | 5371244e3ee9f1be869a7bb078761d1a3183b2cb /sys/dev/usb/if_atureg.h | |
parent | 10f3392c4496e4c0031af637c8c790b7ba52a90e (diff) |
add support for the new firmwares and the devices that use them
Diffstat (limited to 'sys/dev/usb/if_atureg.h')
-rw-r--r-- | sys/dev/usb/if_atureg.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/usb/if_atureg.h b/sys/dev/usb/if_atureg.h index fb9416dcb31..4046a663609 100644 --- a/sys/dev/usb/if_atureg.h +++ b/sys/dev/usb/if_atureg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_atureg.h,v 1.22 2005/03/03 11:42:48 dlg Exp $ */ +/* $OpenBSD: if_atureg.h,v 1.23 2005/03/08 12:15:12 dlg Exp $ */ /* * Copyright (c) 2003 * Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved. @@ -90,7 +90,10 @@ enum atu_radio_type { RadioRFMD = 0, RadioRFMD2958, RadioRFMD2958_SMC, - RadioIntersil + RadioIntersil, + AT76C503_i3863, + AT76C503_rfmd_acc, + AT76C505_rfmd }; struct atu_type { |