diff options
author | 2005-11-17 00:44:46 +0000 | |
---|---|---|
committer | 2005-11-17 00:44:46 +0000 | |
commit | 1fd39796b925f235c6579677ab4e13a0533a6503 (patch) | |
tree | 1e8d7c339d8eb74bdfdbd06811313c84499144c4 /sys | |
parent | basic driver for adt7460 found in some machines (diff) | |
download | wireguard-openbsd-1fd39796b925f235c6579677ab4e13a0533a6503.tar.xz wireguard-openbsd-1fd39796b925f235c6579677ab4e13a0533a6503.zip |
adt driver
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 99d93822234..277202feb8b 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.110 2005/11/16 19:38:24 deraadt Exp $g +# $OpenBSD: GENERIC,v 1.111 2005/11/17 00:44:46 deraadt Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -262,6 +262,7 @@ pcagpio* at maciic? gpio* at pcagpio? maxds* at maciic? fcu* at maciic? +adt* at maciic? # CardBus bus support cardbus* at cardslot? |