Deleted Added
full compact
ubsecreg.h (110522) ubsecreg.h (111646)
1/* $FreeBSD: head/sys/dev/ubsec/ubsecreg.h 110522 2003-02-07 23:02:02Z sam $ */
1/* $FreeBSD: head/sys/dev/ubsec/ubsecreg.h 111646 2003-02-27 21:10:20Z sam $ */
2/* $OpenBSD: ubsecreg.h,v 1.27 2002/09/11 22:40:31 jason Exp $ */
3
4/*
5 * Copyright (c) 2000 Theo de Raadt
6 * Copyright (c) 2001 Patrik Lindergren (patrik@ipunplugged.com)
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 39 unchanged lines hidden (view full) ---

49
50/* Bluesteel Networks */
51#define PCI_PRODUCT_BLUESTEEL_5501 0x0000 /* 5501 */
52#define PCI_PRODUCT_BLUESTEEL_5601 0x5601 /* 5601 */
53
54/* Broadcom */
55#define PCI_PRODUCT_BROADCOM_BCM5700 0x1644 /* BCM5700 */
56#define PCI_PRODUCT_BROADCOM_BCM5701 0x1645 /* BCM5701 */
2/* $OpenBSD: ubsecreg.h,v 1.27 2002/09/11 22:40:31 jason Exp $ */
3
4/*
5 * Copyright (c) 2000 Theo de Raadt
6 * Copyright (c) 2001 Patrik Lindergren (patrik@ipunplugged.com)
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 39 unchanged lines hidden (view full) ---

49
50/* Bluesteel Networks */
51#define PCI_PRODUCT_BLUESTEEL_5501 0x0000 /* 5501 */
52#define PCI_PRODUCT_BLUESTEEL_5601 0x5601 /* 5601 */
53
54/* Broadcom */
55#define PCI_PRODUCT_BROADCOM_BCM5700 0x1644 /* BCM5700 */
56#define PCI_PRODUCT_BROADCOM_BCM5701 0x1645 /* BCM5701 */
57#define PCI_PRODUCT_BROADCOM_5801 0x5801 /* 5801 */
58#define PCI_PRODUCT_BROADCOM_5802 0x5802 /* 5802 */
57#define PCI_PRODUCT_BROADCOM_5805 0x5805 /* 5805 */
58#define PCI_PRODUCT_BROADCOM_5820 0x5820 /* 5820 */
59#define PCI_PRODUCT_BROADCOM_5821 0x5821 /* 5821 */
60#define PCI_PRODUCT_BROADCOM_5822 0x5822 /* 5822 */
61#define PCI_PRODUCT_BROADCOM_5823 0x5823 /* 5823 */
62
63#define UBS_PCI_RTY_SHIFT 8
64#define UBS_PCI_RTY_MASK 0xff

--- 148 unchanged lines hidden ---
59#define PCI_PRODUCT_BROADCOM_5805 0x5805 /* 5805 */
60#define PCI_PRODUCT_BROADCOM_5820 0x5820 /* 5820 */
61#define PCI_PRODUCT_BROADCOM_5821 0x5821 /* 5821 */
62#define PCI_PRODUCT_BROADCOM_5822 0x5822 /* 5822 */
63#define PCI_PRODUCT_BROADCOM_5823 0x5823 /* 5823 */
64
65#define UBS_PCI_RTY_SHIFT 8
66#define UBS_PCI_RTY_MASK 0xff

--- 148 unchanged lines hidden ---