diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-25 18:14:13 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-25 18:14:13 +0000 |
commit | eed9f2c00313d2a4c7b4aac529b4a5982b2a6dde (patch) | |
tree | 1b5595a883bb1514f3aeada324beca81751580c2 | |
parent | dd1391879e9ba5d0ac317696075934986466c201 (diff) |
Add support for airport cards on powerpc.
Only tested on Ti, but may/should work on
other systems.
-rw-r--r-- | sys/arch/powerpc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/powerpc/conf/files.powerpc | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/powerpc/conf/GENERIC b/sys/arch/powerpc/conf/GENERIC index c4a4f11460e..261135170cb 100644 --- a/sys/arch/powerpc/conf/GENERIC +++ b/sys/arch/powerpc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.36 2001/06/23 03:30:38 matthieu Exp $ +# $OpenBSD: GENERIC,v 1.37 2001/06/25 18:14:12 drahn Exp $ # # PPC GENERIC config file # @@ -80,6 +80,7 @@ bm* at obio? # bmac ethernet #mesh* at obio? flags 0xffff # MESH SCSI #nvram* at obio? # nvram adb* at obio? # Apple Desktop Bus +wi* at obio? # airport gpio* at obio? # GPIO, PMU interrupt router. gpio* at gpio? # GPIO, PMU interrupt router. aed* at adb? # ADB Event Device diff --git a/sys/arch/powerpc/conf/files.powerpc b/sys/arch/powerpc/conf/files.powerpc index 4b46de50ede..6fb63e54976 100644 --- a/sys/arch/powerpc/conf/files.powerpc +++ b/sys/arch/powerpc/conf/files.powerpc @@ -209,6 +209,9 @@ file arch/powerpc/mac/gpio.c gpio attach wdc at obio with wdc_obio file arch/powerpc/mac/wdc_obio.c wdc_obio +attach wi at obio with wi_obio +file arch/powerpc/mac/if_wi_obio.c wi_obio + define grfdev {} device grfati: grfdev |