Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/mips/atheros/ar71xx_setup.c 223562 2011-06-26 10:07:48Z kevlo $");
---
> __FBSDID("$FreeBSD: head/sys/mips/atheros/ar71xx_setup.c 248844 2013-03-28 19:30:56Z adrian $");
54a55,56
> #include <mips/atheros/ar933xreg.h>
>
61a64
> #include <mips/atheros/ar933x_chip.h>
63,64d65
< #include <mips/sentry5/s5reg.h>
<
144a146,157
> case REV_ID_MAJOR_AR9330:
> minor = 0;
> rev = (id & AR933X_REV_ID_REVISION_MASK);
> chip = "9330";
> ar71xx_cpu_ops = &ar933x_chip_def;
> break;
> case REV_ID_MAJOR_AR9331:
> minor = 1;
> rev = (id & AR933X_REV_ID_REVISION_MASK);
> chip = "9331";
> ar71xx_cpu_ops = &ar933x_chip_def;
> break;
146d158
<